chore: sync local updates

This commit is contained in:
2026-05-16 19:03:34 +08:00
parent acba445550
commit 42100c2d0a
102 changed files with 4007 additions and 1477 deletions

4
dev.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
set "ROOT=%~dp0"
start "backend" cmd /k cd /d "%ROOT%mengyaprofile-backend" ^&^& python app.py
start "frontend" cmd /k cd /d "%ROOT%mengyaprofile-frontend" ^&^& npm start