重构软件框架

This commit is contained in:
2026-04-29 00:41:00 +08:00
parent a3d8595a50
commit 4cf9bb67de
49 changed files with 1942 additions and 567 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+51 -1
View File
@@ -9,7 +9,8 @@
"Vmianqian/1.0.0": {
"dependencies": {
"AntdUI": "2.3.10",
"MailKit": "4.16.0"
"MailKit": "4.16.0",
"Titanium.Web.Proxy": "3.2.0"
},
"runtime": {
"Vmianqian.dll": {}
@@ -31,6 +32,14 @@
}
}
},
"BrotliSharpLib/0.3.3": {
"runtime": {
"lib/netstandard2.0/BrotliSharpLib.dll": {
"assemblyVersion": "0.3.2.0",
"fileVersion": "0.3.3.0"
}
}
},
"MailKit/4.16.0": {
"dependencies": {
"MimeKit": "4.16.0"
@@ -52,6 +61,26 @@
"fileVersion": "4.16.0.0"
}
}
},
"Portable.BouncyCastle/1.8.8": {
"runtime": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"assemblyVersion": "1.8.8.0",
"fileVersion": "1.8.8.2"
}
}
},
"Titanium.Web.Proxy/3.2.0": {
"dependencies": {
"BrotliSharpLib": "0.3.3",
"Portable.BouncyCastle": "1.8.8"
},
"runtime": {
"lib/netstandard2.1/Titanium.Web.Proxy.dll": {
"assemblyVersion": "1.0.1.0",
"fileVersion": "1.0.1.0"
}
}
}
}
},
@@ -75,6 +104,13 @@
"path": "bouncycastle.cryptography/2.6.2",
"hashPath": "bouncycastle.cryptography.2.6.2.nupkg.sha512"
},
"BrotliSharpLib/0.3.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/z74VNg6etlQK/N1mSD5Tz2qQUZqc3RMiuv2F8Q/MOfvg4l7a6lDYhQQTPd9s9saSokh1GqUD7JTuunOiQid8w==",
"path": "brotlisharplib/0.3.3",
"hashPath": "brotlisharplib.0.3.3.nupkg.sha512"
},
"MailKit/4.16.0": {
"type": "package",
"serviceable": true,
@@ -88,6 +124,20 @@
"sha512": "sha512-X0LFxeM4gPRIhODyY/HYS9b+zRZ7y//v59rFzgS6wLxcPuZThnMtNZHtrr0fjLyRRkg3gqJBtvW36XfUzZ7Djw==",
"path": "mimekit/4.16.0",
"hashPath": "mimekit.4.16.0.nupkg.sha512"
},
"Portable.BouncyCastle/1.8.8": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1rxdf8NfyAxLlqIEciCl/yNhmz1YiLkmp6rrF8p3/NVmyHHzPWLx8djtDvSAwhPLg64BXvsRcM3+5bP1HAUdYg==",
"path": "portable.bouncycastle/1.8.8",
"hashPath": "portable.bouncycastle.1.8.8.nupkg.sha512"
},
"Titanium.Web.Proxy/3.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-XHchT17Cqr4lX+p4+T4qMPOMfBBvXgIkjy6imy4guNWxLTPKyCaLv/VTiHgk4CwXnXTHlga7KWT1agNCbjwYYg==",
"path": "titanium.web.proxy/3.2.0",
"hashPath": "titanium.web.proxy.3.2.0.nupkg.sha512"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6,9 +6,9 @@
"SmtpPort": 465,
"NotifyEmail": "1066960883@qq.com",
"EmailAuthCode": "TPPMKSMvCadyzu3m",
"WechatPath": "D:\\Softwares\\Tencent\\Weixin\\Weixin.exe",
"WechatSid": "",
"WechatApiVersion": "7.10.1",
"WechatPath": "C:\\Softwares\\Tencent\\Weixin\\Weixin.exe",
"WechatSid": "AAEtSt7xaW0QXPhIoqOM06pwoIyXWmy1u8jFoBF83zvIjA",
"WechatApiVersion": "7.10.2",
"AlipayPath": "",
"AlipayAppId": "",
"AlipayUserId": "",
Binary file not shown.