Initial commit: WordLoop 单词学习应用

Vue 前端 + FastAPI 后端,含部署脚本与词典数据。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
John
2026-06-04 14:30:53 -07:00
commit bd7635986a
66 changed files with 5495 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Python
backend/venv/
backend/__pycache__/
backend/**/*.pyc
backend/wordloop.db
backend/.env
backend/data/cache/
# Node
frontend/node_modules/
frontend/dist/
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
# Cloudflare Tunnel(含密钥,勿提交)
deploy/cloudflared/config.yml
deploy/cloudflared/*.json
deploy/secrets.env