feat: 完善芽说英语品牌Logo与图标配置,完成跨平台云端同步服务开发与自动化部署

This commit is contained in:
shen
2026-09-16 09:15:53 +08:00
parent 11929d6a03
commit 14f934aa45
66 changed files with 3564 additions and 80 deletions
+13
View File
@@ -94,3 +94,16 @@ app.*.map.json
.env
.env.*
*.local
# ==============================================================================
# 7. Python 服务端构建与运行产物
# ==============================================================================
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
data/
*.db
*.sqlite
*.sqlite3