We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e871f02 commit 2068b54Copy full SHA for 2068b54
autorun.ps1
@@ -208,6 +208,8 @@ if (-not $pm2 -or -not $nodeExe) {
208
Write-Host "已创建/更新每 24 小时更新任务:$taskUpdate" -ForegroundColor Yellow
209
}
210
211
+# ------ 退出虚拟环境 ------
212
+deactivate
213
# ---------- 完成 ----------
214
$ip = (ipconfig | Select-String "IPv4 地址" | Select-Object -First 1).ToString().Split(":")[-1].Trim()
215
$public = (Invoke-RestMethod "https://ipinfo.io/ip")
0 commit comments