Files
language/README.md
T
fish 71a6bc4aa4 新增语言学习后台服务
- 分类管理:支持分类的增删改查
- 单词管理:支持单词的增删改查,包含音标、释义、例句等字段
- 更新 README 项目说明

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-16 22:38:09 +08:00

24 lines
541 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Language Learning Tool
一个从英语背单词入门的语言学习工具。
## 目录结构
```
language/
├── backend/ Go + PostgreSQL 后台服务
├── frontend/ 未来前端(Web
├── client/ 未来客户端(App / Desktop
└── README.md
```
## 当前阶段
- 类别管理:如「农场动物」「颜色」
- 单词维护:英文单词、中文释义、音标、例句等
## 技术栈
- 后台:Go 1.25.8 + PostgreSQL 18.3 + Docker
- 详见 [backend/README.md](backend/README.md)