feat: initialize flask app skeleton

This commit is contained in:
ila
2026-07-04 23:20:40 +08:00
parent 22e69ccce1
commit 5a7ea348e5
12 changed files with 82 additions and 17 deletions
+2 -2
View File
@@ -39,8 +39,8 @@
| 用途 | 命令 |
| --- | --- |
| 安装依赖 | `python -m pip install -r requirements.txt` |
| 本地开发 | 待定 |
| 测试 | 待定 |
| 本地开发 | `python run.py` |
| 测试 | `python -m unittest discover -s tests` |
| 格式化 / 静态检查 | 待定 |
当前可用文档检查: