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
+15
View File
@@ -0,0 +1,15 @@
# Cloudflare Tunnel 示例配置
# 1. 复制为 config.ymlcp config.yml.example config.yml
# 2. 运行 cloudflared tunnel login 后创建隧道:
# cloudflared tunnel create wordloop
# 3. 将 credentials-file 路径改为实际 JSON(通常在 ~/.cloudflared/<tunnel-id>.json
# 4. 在 Cloudflare 控制台为 w.tkmind.cn 添加 Public Hostname,或执行:
# cloudflared tunnel route dns wordloop w.tkmind.cn
tunnel: wordloop
credentials-file: /path/to/.cloudflared/<TUNNEL-UUID>.json
ingress:
- hostname: w.tkmind.cn
service: http://127.0.0.1:8080
- service: http_status:404