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
+8
View File
@@ -0,0 +1,8 @@
@echo off
chcp 65001 >nul
title AI 剧本杀 - 仅启动后端
echo [AI 剧本杀] 启动后端服务 (端口 8000)...
cd /d "%~dp0backend"
uvicorn app.main:app --reload --port 8000
pause