first commit

This commit is contained in:
2026-02-16 00:13:37 +08:00
commit 74f15c282e
44 changed files with 8708 additions and 0 deletions

10
构建前端.bat Normal file
View File

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