Initial commit

This commit is contained in:
freedakgmail
2026-07-17 18:49:07 +08:00
commit 9c7d7abdd4
100 changed files with 41337 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# 激活虚拟环境
source venv/bin/activate
# 启动Flask服务
python app.py