first commit

This commit is contained in:
祀梦
2026-01-27 21:17:36 +08:00
commit b06044c91c
57 changed files with 6714 additions and 0 deletions

9
script/start.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
chcp 65001 >nul
setlocal
cd /d %~dp0
REM Launch via PowerShell to avoid encoding issues with Chinese characters
powershell -ExecutionPolicy Bypass -File start.ps1
timeout /t 3