Commit Graph

4 Commits

Author SHA1 Message Date
eb88494c5a feat: add study session APIs and per-user review isolation 2026-02-27 11:14:25 +08:00
60ce70f532 feat: add auth flow and login guard for api/web 2026-02-27 11:07:25 +08:00
c7003c1210 refactor(model): 重构数据模型结构
- 将 Word 和 MemoryRecord 结构体拆分为独立文件
- 创建 request 包用于存放请求结构体
- 创建 response 包用于存放响应结构体
- 将 YoudaoResponse 移至独立模型文件
- 更新服务层接口参数类型为新的请求响应结构体
- 修改处理器层导入路径以使用新包结构
2026-02-26 14:44:40 +08:00
52f691f02e refactor(web): restructure Vue3 app layout 2026-02-26 12:20:19 +08:00