Add files via upload

This commit is contained in:
蓝莓小果冻 2024-11-01 23:50:07 +08:00 committed by GitHub
parent d1b2bd5969
commit 591f6c4431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
function sr {
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12

[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
function sr {
Add-Type -AssemblyName System.Web
$ProgressPreference = 'SilentlyContinue'