feat: add MMGame backend and frontend source code

This commit is contained in:
gmh01
2026-08-01 21:30:23 +08:00
parent 26ce0dd600
commit c176c04aab
42 changed files with 3606 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
@echo off
cd /d "E:\Temp\Anby\MMGame\backend"
uvicorn app.main:app --host 0.0.0.0 --port 8000 > backend.log 2>&1