chore: initial commit of 天璇 project state before cleanup

This commit is contained in:
PM-pinou
2026-07-16 22:41:26 +08:00
commit 814f29645a
104 changed files with 36735 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
set PYTHONUTF8=1
cd /d "%~dp0"
echo Starting TianXuan...
start /B runtime\python\python.exe manage.py runserver 127.0.0.1:8000 --noreload
timeout /t 3 >nul
start http://127.0.0.1:8000/
timeout /t 5 >nul