初始化提交

This commit is contained in:
2025-08-28 10:40:52 +08:00
parent dd30cd8dea
commit 2360204b16
36 changed files with 25797 additions and 79 deletions

6
start_backend.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
echo 启动树萌芽の作品集后端服务...
cd backend
python app.py
pause
python -m pip install -r requirements.txt