feat: 初始化项目,基于 ai-chat-app v3.14.4

This commit is contained in:
2026-04-29 17:24:32 +08:00
commit 4f2d107a8e
14 changed files with 12420 additions and 0 deletions

4
backend/start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "$0")"
pip install -r requirements.txt -q
python app.py