完成微信和支付宝的监听功能
This commit is contained in:
@@ -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.
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
|
||||
|
||||
Binary file not shown.
@@ -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.
@@ -30,7 +30,8 @@
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net10.0-windows7.0": {
|
||||
"net10.0-windows": {
|
||||
"framework": "net10.0-windows7.0",
|
||||
"targetAlias": "net10.0-windows",
|
||||
"projectReferences": {}
|
||||
}
|
||||
@@ -48,7 +49,8 @@
|
||||
"SdkAnalysisLevel": "10.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net10.0-windows7.0": {
|
||||
"net10.0-windows": {
|
||||
"framework": "net10.0-windows7.0",
|
||||
"targetAlias": "net10.0-windows",
|
||||
"dependencies": {
|
||||
"AntdUI": {
|
||||
@@ -59,6 +61,10 @@
|
||||
"target": "Package",
|
||||
"version": "[4.16.0, )"
|
||||
},
|
||||
"Microsoft.Web.WebView2": {
|
||||
"target": "Package",
|
||||
"version": "[1.0.2903.40, )"
|
||||
},
|
||||
"Titanium.Web.Proxy": {
|
||||
"target": "Package",
|
||||
"version": "[3.2.0, )"
|
||||
|
||||
@@ -13,4 +13,7 @@
|
||||
<SourceRoot Include="C:\Users\Administrator\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Softwares\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_Web_WebView2 Condition=" '$(PkgMicrosoft_Web_WebView2)' == '' ">C:\Users\Administrator\.nuget\packages\microsoft.web.webview2\1.0.2903.40</PkgMicrosoft_Web_WebView2>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -1,2 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.web.webview2\1.0.2903.40\buildTransitive\Microsoft.Web.WebView2.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.web.webview2\1.0.2903.40\buildTransitive\Microsoft.Web.WebView2.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -60,6 +60,26 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Web.WebView2/1.0.2903.40": {
|
||||
"type": "package",
|
||||
"build": {
|
||||
"buildTransitive/Microsoft.Web.WebView2.targets": {}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-arm64/native/WebView2Loader.dll": {
|
||||
"assetType": "native",
|
||||
"rid": "win-arm64"
|
||||
},
|
||||
"runtimes/win-x64/native/WebView2Loader.dll": {
|
||||
"assetType": "native",
|
||||
"rid": "win-x64"
|
||||
},
|
||||
"runtimes/win-x86/native/WebView2Loader.dll": {
|
||||
"assetType": "native",
|
||||
"rid": "win-x86"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MimeKit/4.16.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
@@ -223,6 +243,103 @@
|
||||
"mailkit.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.Web.WebView2/1.0.2903.40": {
|
||||
"sha512": "THrzYAnJgE3+cNH+9Epr44XjoZoRELdVpXlWGPs6K9C9G6TqyDfVCeVAR/Er8ljLitIUX5gaSkPsy9wRhD1sgQ==",
|
||||
"type": "package",
|
||||
"path": "microsoft.web.webview2/1.0.2903.40",
|
||||
"hasTools": true,
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"LICENSE.txt",
|
||||
"NOTICE.txt",
|
||||
"WebView2.idl",
|
||||
"WebView2.tlb",
|
||||
"build/Common.targets",
|
||||
"build/Microsoft.Web.WebView2.targets",
|
||||
"build/WebView2Rules.Project.xml",
|
||||
"build/native/Microsoft.Web.WebView2.targets",
|
||||
"build/native/arm64/WebView2Loader.dll",
|
||||
"build/native/arm64/WebView2Loader.dll.lib",
|
||||
"build/native/arm64/WebView2LoaderStatic.lib",
|
||||
"build/native/include-winrt/WebView2Interop.h",
|
||||
"build/native/include-winrt/WebView2Interop.idl",
|
||||
"build/native/include-winrt/WebView2Interop.tlb",
|
||||
"build/native/include/WebView2.h",
|
||||
"build/native/include/WebView2EnvironmentOptions.h",
|
||||
"build/native/x64/WebView2Loader.dll",
|
||||
"build/native/x64/WebView2Loader.dll.lib",
|
||||
"build/native/x64/WebView2LoaderStatic.lib",
|
||||
"build/native/x86/WebView2Loader.dll",
|
||||
"build/native/x86/WebView2Loader.dll.lib",
|
||||
"build/native/x86/WebView2LoaderStatic.lib",
|
||||
"build/wv2winrt.targets",
|
||||
"buildTransitive/Microsoft.Web.WebView2.targets",
|
||||
"lib/Microsoft.Web.WebView2.Core.winmd",
|
||||
"lib/net462/Microsoft.Web.WebView2.Core.dll",
|
||||
"lib/net462/Microsoft.Web.WebView2.Core.xml",
|
||||
"lib/net462/Microsoft.Web.WebView2.WinForms.dll",
|
||||
"lib/net462/Microsoft.Web.WebView2.WinForms.xml",
|
||||
"lib/net462/Microsoft.Web.WebView2.Wpf.dll",
|
||||
"lib/net462/Microsoft.Web.WebView2.Wpf.xml",
|
||||
"lib_manual/net5.0-windows10.0.17763.0/Microsoft.Web.WebView2.Wpf.dll",
|
||||
"lib_manual/net5.0-windows10.0.17763.0/Microsoft.Web.WebView2.Wpf.xml",
|
||||
"lib_manual/net6.0-windows10.0.17763.0/Microsoft.Web.WebView2.Core.Projection.dll",
|
||||
"lib_manual/net8.0-windows10.0.17763.0/Microsoft.Web.WebView2.Core.Projection.dll",
|
||||
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll",
|
||||
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Core.xml",
|
||||
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll",
|
||||
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.xml",
|
||||
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll",
|
||||
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.xml",
|
||||
"microsoft.web.webview2.1.0.2903.40.nupkg.sha512",
|
||||
"microsoft.web.webview2.nuspec",
|
||||
"runtimes/win-arm64/native/WebView2Loader.dll",
|
||||
"runtimes/win-arm64/native_uap/Microsoft.Web.WebView2.Core.dll",
|
||||
"runtimes/win-x64/native/WebView2Loader.dll",
|
||||
"runtimes/win-x64/native_uap/Microsoft.Web.WebView2.Core.dll",
|
||||
"runtimes/win-x86/native/WebView2Loader.dll",
|
||||
"runtimes/win-x86/native_uap/Microsoft.Web.WebView2.Core.dll",
|
||||
"tools/VisualStudioToolsManifest.xml",
|
||||
"tools/wv2winrt/Antlr3.Runtime.dll",
|
||||
"tools/wv2winrt/Antlr4.StringTemplate.dll",
|
||||
"tools/wv2winrt/System.Buffers.dll",
|
||||
"tools/wv2winrt/System.CommandLine.DragonFruit.dll",
|
||||
"tools/wv2winrt/System.CommandLine.Rendering.dll",
|
||||
"tools/wv2winrt/System.CommandLine.dll",
|
||||
"tools/wv2winrt/System.Memory.dll",
|
||||
"tools/wv2winrt/System.Numerics.Vectors.dll",
|
||||
"tools/wv2winrt/System.Runtime.CompilerServices.Unsafe.dll",
|
||||
"tools/wv2winrt/codegen_util.dll",
|
||||
"tools/wv2winrt/concrt140_app.dll",
|
||||
"tools/wv2winrt/cs/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/de/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/es/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/fr/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/it/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/ja/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/ko/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/msvcp140_1_app.dll",
|
||||
"tools/wv2winrt/msvcp140_2_app.dll",
|
||||
"tools/wv2winrt/msvcp140_app.dll",
|
||||
"tools/wv2winrt/pl/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/pt-BR/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/ru/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/tr/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/type_hierarchy.dll",
|
||||
"tools/wv2winrt/vcamp140_app.dll",
|
||||
"tools/wv2winrt/vccorlib140_app.dll",
|
||||
"tools/wv2winrt/vcomp140_app.dll",
|
||||
"tools/wv2winrt/vcruntime140_app.dll",
|
||||
"tools/wv2winrt/winrt_winmd.dll",
|
||||
"tools/wv2winrt/winrt_winmd.winmd",
|
||||
"tools/wv2winrt/wv2winrt.exe",
|
||||
"tools/wv2winrt/wv2winrt.exe.config",
|
||||
"tools/wv2winrt/wv2winrt.xml",
|
||||
"tools/wv2winrt/zh-Hans/System.CommandLine.resources.dll",
|
||||
"tools/wv2winrt/zh-Hant/System.CommandLine.resources.dll"
|
||||
]
|
||||
},
|
||||
"MimeKit/4.16.0": {
|
||||
"sha512": "X0LFxeM4gPRIhODyY/HYS9b+zRZ7y//v59rFzgS6wLxcPuZThnMtNZHtrr0fjLyRRkg3gqJBtvW36XfUzZ7Djw==",
|
||||
"type": "package",
|
||||
@@ -297,6 +414,7 @@
|
||||
"net10.0-windows7.0": [
|
||||
"AntdUI >= 2.3.10",
|
||||
"MailKit >= 4.16.0",
|
||||
"Microsoft.Web.WebView2 >= 1.0.2903.40",
|
||||
"Titanium.Web.Proxy >= 3.2.0"
|
||||
]
|
||||
},
|
||||
@@ -331,6 +449,7 @@
|
||||
},
|
||||
"frameworks": {
|
||||
"net10.0-windows7.0": {
|
||||
"framework": "net10.0-windows7.0",
|
||||
"targetAlias": "net10.0-windows",
|
||||
"projectReferences": {}
|
||||
}
|
||||
@@ -349,6 +468,7 @@
|
||||
},
|
||||
"frameworks": {
|
||||
"net10.0-windows7.0": {
|
||||
"framework": "net10.0-windows7.0",
|
||||
"targetAlias": "net10.0-windows",
|
||||
"dependencies": {
|
||||
"AntdUI": {
|
||||
@@ -359,6 +479,10 @@
|
||||
"target": "Package",
|
||||
"version": "[4.16.0, )"
|
||||
},
|
||||
"Microsoft.Web.WebView2": {
|
||||
"target": "Package",
|
||||
"version": "[1.0.2903.40, )"
|
||||
},
|
||||
"Titanium.Web.Proxy": {
|
||||
"target": "Package",
|
||||
"version": "[3.2.0, )"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "YN2dWMlZUlg=",
|
||||
"dgSpecHash": "bRNLvl20a88=",
|
||||
"success": true,
|
||||
"projectFilePath": "E:\\Demo\\C\\Vmianqian\\Vmianqian.csproj",
|
||||
"expectedPackageFiles": [
|
||||
@@ -8,6 +8,7 @@
|
||||
"C:\\Users\\Administrator\\.nuget\\packages\\bouncycastle.cryptography\\2.6.2\\bouncycastle.cryptography.2.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Administrator\\.nuget\\packages\\brotlisharplib\\0.3.3\\brotlisharplib.0.3.3.nupkg.sha512",
|
||||
"C:\\Users\\Administrator\\.nuget\\packages\\mailkit\\4.16.0\\mailkit.4.16.0.nupkg.sha512",
|
||||
"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\\titanium.web.proxy\\3.2.0\\titanium.web.proxy.3.2.0.nupkg.sha512"
|
||||
|
||||
Reference in New Issue
Block a user