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

9
开启前端.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
chcp 65001 >nul
echo ====================================
echo 🌱 萌芽Ping 前端服务 (REACT)
echo ====================================
cd mengyaping-frontend
echo 启动开发服务器...
npm run dev
pause