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

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg-info/
dist/
build/
*.db
data.db
node_modules/