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

This commit is contained in:
2026-03-12 18:58:53 +08:00
parent 74f15c282e
commit d861a9937b
38 changed files with 3570 additions and 2926 deletions

View File

@@ -1,10 +1,10 @@
@echo off
chcp 65001 >nul
echo ====================================
echo 构建前端项目 (REACT)
echo ====================================
cd mengyaping-frontend
npm run build
echo.
echo ✅ 构建完成!输出目录: dist
pause
@echo off
chcp 65001 >nul
echo ====================================
echo 构建前端项目 (REACT)
echo ====================================
cd mengyaping-frontend
npm run build
echo.
echo ✅ 构建完成!输出目录: dist
pause