This commit is contained in:
2025-09-09 18:15:48 +08:00
parent b2c94ecd9d
commit 5088f0b50a
602 changed files with 591000 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
Set-Location $PSScriptRoot
$runtimePath = Join-Path $PSScriptRoot "runtime"
$env:PATH = "$runtimePath;$env:PATH"
& "$runtimePath\python.exe" -I "$PSScriptRoot\webui.py" zh_CN
pause