chore: initialize insar management system v2

This commit is contained in:
2026-04-14 13:16:01 +08:00
commit ecc72ec9cd
361 changed files with 2142522 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
@echo off
setlocal
cd /d "%~dp0"
where pyw >nul 2>nul
if %errorlevel%==0 (
start "" pyw -3 "%~dp0license_issuer_gui.pyw"
exit /b 0
)
where pythonw >nul 2>nul
if %errorlevel%==0 (
start "" pythonw "%~dp0license_issuer_gui.pyw"
exit /b 0
)
python "%~dp0license_issuer_gui.pyw"