增加热更功能

This commit is contained in:
2026-05-07 23:25:10 +08:00
parent 4a5dd2418b
commit 235021cf90
166 changed files with 2845 additions and 218 deletions
@@ -12,11 +12,11 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6fb40a7689b5db8902ca50394f29517e5bdc4108")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.3.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.3+4a5dd2418b610b8c830d439dca19d71d132d86c7")]
[assembly: System.Reflection.AssemblyProductAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyTitleAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.3.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
@@ -1 +1 @@
5d9c659649f82a6db3033ce25ce5f2cd30abeb96072a886181b61b685af63a8c
3d204494fbae9c9a1df67d0bd1dba87fdd9a76e6167861891cb9d29bd6d54027
Binary file not shown.
@@ -1 +1 @@
a200812809a6c12e0e5a805bae74d188c7782b566b9e1e93bf9af5062674a65d
24dcc0ae9e7bdc30cfe6b63b0849f0d4b1f637666c5ea893cbac6a9564f6e43d
@@ -77,3 +77,6 @@ E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\Microsoft.Web.WebView2.Wpf.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\Microsoft.Web.WebView2.Core.xml
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\Microsoft.Web.WebView2.WinForms.xml
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\Microsoft.Web.WebView2.Wpf.xml
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\System.Management.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\runtimes\win\lib\net9.0\System.Management.dll
E:\Demo\C\Vmianqian\obj\Debug\net10.0-windows\Vmianqian.Properties.Resources.resources
@@ -79,6 +79,22 @@
}
}
},
"System.Management/9.0.0": {
"runtime": {
"lib/net9.0/System.Management.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
}
},
"runtimeTargets": {
"runtimes/win/lib/net9.0/System.Management.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
}
}
},
"Titanium.Web.Proxy/3.2.0": {
"dependencies": {
"BrotliSharpLib": "0.3.3",
@@ -143,6 +159,13 @@
"path": "portable.bouncycastle/1.8.8",
"hashPath": "portable.bouncycastle.1.8.8.nupkg.sha512"
},
"System.Management/9.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==",
"path": "system.management/9.0.0",
"hashPath": "system.management.9.0.0.nupkg.sha512"
},
"Titanium.Web.Proxy/3.2.0": {
"type": "package",
"serviceable": true,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,11 +13,11 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.3.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.3+4a5dd2418b610b8c830d439dca19d71d132d86c7")]
[assembly: System.Reflection.AssemblyProductAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyTitleAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.3.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
@@ -1 +1 @@
bb18ffbf4a653410f1f8c3c4ab222800a3c3de5990547926b3c957a15167d80b
d5cba44d6177ed61740cb20a54afeb6c000c95686a32072f5485dccc9649be8e
@@ -2,9 +2,7 @@
global using System;
global using System.Collections.Generic;
global using System.Drawing;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;
global using System.Windows.Forms;
Binary file not shown.
@@ -0,0 +1 @@
ee9b8c7cf372675afde348f31232259a2c05269eef2b34bbebb838990954ad11
@@ -0,0 +1,37 @@
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\runtimes\win-x86\native\WebView2Loader.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\runtimes\win-x64\native\WebView2Loader.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\runtimes\win-arm64\native\WebView2Loader.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Vmianqian.exe
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Vmianqian.deps.json
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Vmianqian.runtimeconfig.json
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Vmianqian.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Vmianqian.pdb
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\AntdUI.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\BouncyCastle.Cryptography.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\BrotliSharpLib.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\MailKit.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\MimeKit.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\BouncyCastle.Crypto.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\System.Management.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Titanium.Web.Proxy.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\runtimes\win\lib\net9.0\System.Management.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Microsoft.Web.WebView2.Core.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Microsoft.Web.WebView2.WinForms.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Microsoft.Web.WebView2.Wpf.dll
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Microsoft.Web.WebView2.Core.xml
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Microsoft.Web.WebView2.WinForms.xml
E:\Demo\C\Vmianqian\bin\Release\net10.0-windows\Microsoft.Web.WebView2.Wpf.xml
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.csproj.AssemblyReference.cache
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.Form1.resources
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.Properties.Resources.resources
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.csproj.GenerateResource.cache
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.GeneratedMSBuildEditorConfig.editorconfig
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.AssemblyInfoInputs.cache
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.AssemblyInfo.cs
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.csproj.CoreCompileInputs.cache
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.csproj.Up2Date
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.dll
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\refint\Vmianqian.dll
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.pdb
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\Vmianqian.genruntimeconfig.cache
E:\Demo\C\Vmianqian\obj\Release\net10.0-windows\ref\Vmianqian.dll
@@ -0,0 +1,177 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"AntdUI/2.3.10": {
"runtime": {
"lib/net10.0-windows7.0/AntdUI.dll": {
"assemblyVersion": "2.3.10.0",
"fileVersion": "2.3.10.0"
}
}
},
"BouncyCastle.Cryptography/2.6.2": {
"runtime": {
"lib/net6.0/BouncyCastle.Cryptography.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.6.2.46322"
}
}
},
"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"
},
"runtime": {
"lib/net10.0/MailKit.dll": {
"assemblyVersion": "4.16.0.0",
"fileVersion": "4.16.0.0"
}
}
},
"Microsoft.Web.WebView2/1.0.2903.40": {
"runtimeTargets": {
"runtimes/win-arm64/native/WebView2Loader.dll": {
"rid": "win-arm64",
"assetType": "native",
"fileVersion": "1.0.2903.40"
},
"runtimes/win-x64/native/WebView2Loader.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "1.0.2903.40"
},
"runtimes/win-x86/native/WebView2Loader.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "1.0.2903.40"
}
}
},
"MimeKit/4.16.0": {
"dependencies": {
"BouncyCastle.Cryptography": "2.6.2"
},
"runtime": {
"lib/net10.0/MimeKit.dll": {
"assemblyVersion": "4.16.0.0",
"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"
}
}
},
"System.Management/9.0.0": {
"runtime": {
"lib/net9.0/System.Management.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
}
},
"runtimeTargets": {
"runtimes/win/lib/net9.0/System.Management.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
}
}
},
"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"
}
}
}
}
},
"libraries": {
"AntdUI/2.3.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-twjNYhVIw08ydcQsBC5c7/59WBXVqba4kulN48ejxUz2i37xJU6ukYqUtxEFhiQtVzmu8cmGYAjZ4HM6BOKZwg==",
"path": "antdui/2.3.10",
"hashPath": "antdui.2.3.10.nupkg.sha512"
},
"BouncyCastle.Cryptography/2.6.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==",
"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,
"sha512": "sha512-trJ82DOpAmo8i1jO1vNE+dGn4mPRyeYfy4swRcAGgMJhPoI1Kohf4OFJJf0+YIj4iUxgxPn8W+ht7e7KiYzSjg==",
"path": "mailkit/4.16.0",
"hashPath": "mailkit.4.16.0.nupkg.sha512"
},
"Microsoft.Web.WebView2/1.0.2903.40": {
"type": "package",
"serviceable": true,
"sha512": "sha512-THrzYAnJgE3+cNH+9Epr44XjoZoRELdVpXlWGPs6K9C9G6TqyDfVCeVAR/Er8ljLitIUX5gaSkPsy9wRhD1sgQ==",
"path": "microsoft.web.webview2/1.0.2903.40",
"hashPath": "microsoft.web.webview2.1.0.2903.40.nupkg.sha512"
},
"MimeKit/4.16.0": {
"type": "package",
"serviceable": true,
"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"
},
"System.Management/9.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==",
"path": "system.management/9.0.0",
"hashPath": "system.management.9.0.0.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"
}
}
}
@@ -0,0 +1,26 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "10.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Administrator\\.nuget\\packages",
"C:\\Softwares\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false,
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}
Binary file not shown.
@@ -0,0 +1 @@
45a03bf294828a75ec09fc75b1589feef5d0fab1f66f7428d067de13289deee1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+7 -5
View File
@@ -5,7 +5,7 @@
},
"projects": {
"E:\\Demo\\C\\Vmianqian\\Vmianqian.csproj": {
"version": "1.0.0",
"version": "0.0.3",
"restore": {
"projectUniqueName": "E:\\Demo\\C\\Vmianqian\\Vmianqian.csproj",
"projectName": "Vmianqian",
@@ -30,8 +30,7 @@
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net10.0-windows": {
"framework": "net10.0-windows7.0",
"net10.0-windows7.0": {
"targetAlias": "net10.0-windows",
"projectReferences": {}
}
@@ -49,8 +48,7 @@
"SdkAnalysisLevel": "10.0.200"
},
"frameworks": {
"net10.0-windows": {
"framework": "net10.0-windows7.0",
"net10.0-windows7.0": {
"targetAlias": "net10.0-windows",
"dependencies": {
"AntdUI": {
@@ -65,6 +63,10 @@
"target": "Package",
"version": "[1.0.2903.40, )"
},
"System.Management": {
"target": "Package",
"version": "[9.0.0, )"
},
"Titanium.Web.Proxy": {
"target": "Package",
"version": "[3.2.0, )"
+57 -1
View File
@@ -109,6 +109,28 @@
}
}
},
"System.Management/9.0.0": {
"type": "package",
"compile": {
"lib/net9.0/System.Management.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net9.0/System.Management.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/net8.0/_._": {}
},
"runtimeTargets": {
"runtimes/win/lib/net9.0/System.Management.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"Titanium.Web.Proxy/3.2.0": {
"type": "package",
"dependencies": {
@@ -394,6 +416,35 @@
"portable.bouncycastle.nuspec"
]
},
"System.Management/9.0.0": {
"sha512": "bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==",
"type": "package",
"path": "system.management/9.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/System.Management.targets",
"lib/net462/_._",
"lib/net8.0/System.Management.dll",
"lib/net8.0/System.Management.xml",
"lib/net9.0/System.Management.dll",
"lib/net9.0/System.Management.xml",
"lib/netstandard2.0/System.Management.dll",
"lib/netstandard2.0/System.Management.xml",
"runtimes/win/lib/net8.0/System.Management.dll",
"runtimes/win/lib/net8.0/System.Management.xml",
"runtimes/win/lib/net9.0/System.Management.dll",
"runtimes/win/lib/net9.0/System.Management.xml",
"system.management.9.0.0.nupkg.sha512",
"system.management.nuspec",
"useSharedDesignerContext.txt"
]
},
"Titanium.Web.Proxy/3.2.0": {
"sha512": "XHchT17Cqr4lX+p4+T4qMPOMfBBvXgIkjy6imy4guNWxLTPKyCaLv/VTiHgk4CwXnXTHlga7KWT1agNCbjwYYg==",
"type": "package",
@@ -415,6 +466,7 @@
"AntdUI >= 2.3.10",
"MailKit >= 4.16.0",
"Microsoft.Web.WebView2 >= 1.0.2903.40",
"System.Management >= 9.0.0",
"Titanium.Web.Proxy >= 3.2.0"
]
},
@@ -423,7 +475,7 @@
"C:\\Softwares\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"version": "0.0.3",
"restore": {
"projectUniqueName": "E:\\Demo\\C\\Vmianqian\\Vmianqian.csproj",
"projectName": "Vmianqian",
@@ -483,6 +535,10 @@
"target": "Package",
"version": "[1.0.2903.40, )"
},
"System.Management": {
"target": "Package",
"version": "[9.0.0, )"
},
"Titanium.Web.Proxy": {
"target": "Package",
"version": "[3.2.0, )"
+2 -1
View File
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "bRNLvl20a88=",
"dgSpecHash": "E4LxKBtbicw=",
"success": true,
"projectFilePath": "E:\\Demo\\C\\Vmianqian\\Vmianqian.csproj",
"expectedPackageFiles": [
@@ -11,6 +11,7 @@
"C:\\Users\\Administrator\\.nuget\\packages\\microsoft.web.webview2\\1.0.2903.40\\microsoft.web.webview2.1.0.2903.40.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\mimekit\\4.16.0\\mimekit.4.16.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\portable.bouncycastle\\1.8.8\\portable.bouncycastle.1.8.8.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\system.management\\9.0.0\\system.management.9.0.0.nupkg.sha512",
"C:\\Users\\Administrator\\.nuget\\packages\\titanium.web.proxy\\3.2.0\\titanium.web.proxy.3.2.0.nupkg.sha512"
],
"logs": []