Commit Graph

17 Commits

Author SHA1 Message Date
7ba31a37bd feat: 添加 Anki APKG 导入/导出功能
- 添加 APKG 解析器 (src/lib/anki/apkg-parser.ts)
- 添加 APKG 导出器 (src/lib/anki/apkg-exporter.ts)
- 添加导入/导出 Server Actions
- 添加导入/导出 UI 组件
- 集成到牌组页面
- 添加 i18n 翻译

同时修复断链:
- /folders → /decks (Navbar, signup, profile)
2026-03-11 10:37:23 +08:00
6b9fba254d refactor: 使用 openai SDK 替换 fetch 调用 LLM
All checks were successful
continuous-integration/drone/push Build is passing
- 安装 openai 包
- 重命名 zhipu.ts -> llm.ts
- 使用 OpenAI SDK 替代原生 fetch 实现
- 更新所有导入路径
2026-03-10 11:58:27 +08:00
5406543cbe feat(auth): 添加忘记密码功能
- 添加忘记密码页面,支持通过邮箱重置密码
- 添加重置密码页面
- 登录页面添加忘记密码链接
- 添加邮件发送功能
- 完善所有8种语言的翻译 (en-US, zh-CN, ja-JP, ko-KR, de-DE, fr-FR, it-IT, ug-CN)
2026-03-09 20:45:18 +08:00
0881846717 feat(logger): 添加 winston 日志系统
- 新增 src/lib/logger/ 模块
- 支持 dev/prod 环境不同输出格式
- createLogger() 创建带上下文的 logger
- 更新 AGENTS.md 添加日志使用约定
2026-03-08 14:52:24 +08:00
b0fa1a4201 feat(folders): 添加公开文件夹和收藏功能
- 新增文件夹可见性控制(公开/私有)
- 添加公开文件夹浏览和搜索
- 实现文件夹收藏功能
- 新增 FolderFavorite 数据模型
- 更新 Prisma 至 7.4.2
- 添加相关 i18n 翻译
2026-03-08 14:20:12 +08:00
884b30d7f6 ... 2026-02-24 20:54:54 +08:00
73d0b0d5fe Design System 重构完成 2026-02-10 03:54:09 +08:00
be3eb17490 重构了tts
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-05 17:34:15 +08:00
13e8789321 ... 2026-01-05 11:15:35 +08:00
d8f0117359 update react
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-12 17:11:21 +08:00
881d9ca921 将next-auth替换为better-auth 2025-12-10 17:54:14 +08:00
467232457a upgrade nextjs to version 16
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-05 10:27:11 +08:00
41005a4aac 今天做了好多工作啊
Some checks failed
continuous-integration/drone/push Build is failing
2025-12-04 21:07:54 +08:00
0e3d41829c ...
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-16 12:04:09 +08:00
72c6791d93 完成了对记忆功能的升级
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-11-15 22:16:12 +08:00
cf3cb916b7 ... 2025-11-14 15:30:44 +08:00
adcb7920bd 打算使用prisma 2025-11-13 10:30:28 +08:00