chore: sync local changes (2026-03-12)

This commit is contained in:
2026-03-12 18:58:36 +08:00
parent 2bd4f06188
commit d8c1e1ee6c
49 changed files with 409 additions and 182 deletions

9
build_frontend.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
chcp 65001 >nul
echo 构建前端项目...
cd mengyadriftbottle-frontend
if not exist node_modules (
echo 正在安装依赖...
call npm install
)
npm run build