add:初始化工程

This commit is contained in:
drygrass
2025-10-18 21:32:31 +08:00
parent f55b636faa
commit e1b57847f9
48 changed files with 67186 additions and 0 deletions

3
run_py_hidden.vbs Normal file
View File

@@ -0,0 +1,3 @@
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "cmd /c F:\sescode_review\toolset\hstools\py-hstools\venv\Scripts\pythonw.exe -X utf8 F:\sescode_review\toolset\hstools\py-hstools\app.py >> app.log 2>&1", 0, False
Set WshShell = Nothing