first commit

This commit is contained in:
2026-04-28 00:49:13 +08:00
commit 1b6455593a
53 changed files with 3087 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,41 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"Vmianqian/1.0.0": {
"dependencies": {
"AntdUI": "2.3.10"
},
"runtime": {
"Vmianqian.dll": {}
}
},
"AntdUI/2.3.10": {
"runtime": {
"lib/net10.0-windows7.0/AntdUI.dll": {
"assemblyVersion": "2.3.10.0",
"fileVersion": "2.3.10.0"
}
}
}
}
},
"libraries": {
"Vmianqian/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"AntdUI/2.3.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-twjNYhVIw08ydcQsBC5c7/59WBXVqba4kulN48ejxUz2i37xJU6ukYqUtxEFhiQtVzmu8cmGYAjZ4HM6BOKZwg==",
"path": "antdui/2.3.10",
"hashPath": "antdui.2.3.10.nupkg.sha512"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}
@@ -0,0 +1,17 @@
{
"ServerUrl": "https://zf.yunzer.cn",
"ApiKey": "7eed756ca37ca057370ea9bb208",
"NotifyEmail": "1066960883@qq.com",
"WechatPath": "",
"WechatSid": "",
"AlipayPath": "",
"AlipayAppId": "",
"AlipayUserId": "",
"ListenPort": 8989,
"WechatIntervalSeconds": 5,
"AlipayIntervalSeconds": 5,
"EnableWheelPolling": true,
"EnableHeartbeat": true,
"HeartbeatIntervalSeconds": 30,
"ListenPath": "/notify/"
}