|
|
de7c1321c2
|
refactor: remove Anki import/export and simplify card system
- Remove Anki apkg import/export functionality
- Remove OCR feature module
- Remove note and note-type modules
- Simplify card/deck modules (remove spaced repetition complexity)
- Update translator and dictionary features
- Clean up unused translations and update i18n files
- Simplify prisma schema
|
2026-03-17 20:24:42 +08:00 |
|
|
|
719aef5a7f
|
fix(dictionary): 修复语义映射和错误日志
- 修复语义映射:强制将输入转换为查询语言的对应词
- 移除拼写自动纠正,避免错误纠正(如 franch→franchise)
- 修复 winston 日志 Error 对象序列化问题
|
2026-03-09 18:14:14 +08:00 |
|
|
|
c01c94abd0
|
refactor: 替换服务端 console.log/error 为 winston logger
- folder-action.ts: 18处 console.log -> log.error
- auth-action.ts: 4处 console.error -> log.error
- dictionary-action/service.ts: 3处 -> log.error
- translator-action/service.ts: 3处 -> log.error
- bigmodel/translator/orchestrator.ts: console -> log.debug/info/error
- bigmodel/tts.ts: console -> log.error/warn
- bigmodel/dictionary/*.ts: console -> log.error/debug/info
客户端代码(browser、page.tsx)保留 console.error
|
2026-03-08 14:58:43 +08:00 |
|
|
|
ec265be26b
|
重构
|
2026-01-14 16:57:35 +08:00 |
|
|
|
804baa64b2
|
重构
|
2026-01-13 23:02:07 +08:00 |
|