update: 2026-03-28 20:59

This commit is contained in:
2026-03-28 20:59:52 +08:00
parent e21d58e603
commit 1c81d4e6ea
611 changed files with 27847 additions and 65061 deletions

7
build.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
chcp 65001 >nul
echo [InfoGenie] 构建前端生产版本...
cd /d %~dp0infogenie-frontend
call npm run build
echo [InfoGenie] 构建完成,产物目录: infogenie-frontend\build\
pause