完成微信和支付宝的监听功能

This commit is contained in:
2026-05-07 01:02:32 +08:00
parent 6fb40a7689
commit 4a5dd2418b
662 changed files with 27152 additions and 180 deletions
@@ -13,7 +13,7 @@ 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+4cf9bb67de2f0045bfce5eba6a0132e5e6eed268")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6fb40a7689b5db8902ca50394f29517e5bdc4108")]
[assembly: System.Reflection.AssemblyProductAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyTitleAttribute("Vmianqian")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
145dcc92c0e221c03b00a4fb64fac367600cb39a2e7c265091ac9bb60ccf58c0
5d9c659649f82a6db3033ce25ce5f2cd30abeb96072a886181b61b685af63a8c
Binary file not shown.
@@ -1 +1 @@
42d38a7275d963e9940e89dd19bb6cb55b601c9c3bcf43ecf6ffc1df4b96ac27
a200812809a6c12e0e5a805bae74d188c7782b566b9e1e93bf9af5062674a65d
@@ -68,3 +68,12 @@ E:\Demo\C\Vmianqian\obj\Debug\net10.0-windows\ref\Vmianqian.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\BrotliSharpLib.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\BouncyCastle.Crypto.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\Titanium.Web.Proxy.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\runtimes\win-x86\native\WebView2Loader.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\runtimes\win-x64\native\WebView2Loader.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\runtimes\win-arm64\native\WebView2Loader.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\Microsoft.Web.WebView2.Core.dll
E:\Demo\C\Vmianqian\bin\Debug\net10.0-windows\Microsoft.Web.WebView2.WinForms.dll
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
@@ -41,6 +41,25 @@
}
}
},
"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"
@@ -103,6 +122,13 @@
"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,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.