hanhan
e366179ae3
fix: 修复更新日志不显示的问题 (移除 showLogs 状态改用 updateState 控制)
2026-05-24 22:50:06 +08:00
hanhan
f7060b056d
feat: 添加版本更新功能
...
- 新增 .version 文件(JSON 格式:version/release_date/changelog)
- 新增 lib/update.ts 更新逻辑(版本检查、git clone、docker compose)
- 新增 /api/update/check 版本检查 API
- 新增 /api/update/execute 执行更新 API(SSE 流式日志)
- 新增设置页「版本更新」界面(含 changelog 展示)
- Dockerfile 添加 git、docker CLI;compose 挂载 docker socket
- .env.docker 添加 ONEDEV_ACCESS_TOKEN 配置
2026-05-24 22:35:53 +08:00
hanhan
59b3117eb9
更新安全配置项目
2026-04-18 23:52:15 +08:00
hanhan
70d3020035
更新安全配置项目
2026-04-13 22:10:43 +08:00
hanhan
030fce2813
feat: add export settings for Word document generation
...
- Add export configuration (untranslated text color, page orientation)
- Add second page header option for multi-page exports
- Integrate export settings into main export flow
- Separate export settings page with visual preview
2026-04-12 23:54:00 +08:00
hanhan
a249fb038c
feat: add recipe translation tool with AI translation and settings management
...
- Add Word document parsing and translation export
- Add database configuration management
- Add AI/LLM translation configuration
- Add translation vocabulary management
- Add export settings (colors, page orientation, headers)
- Separate database and AI configurations
- Add debounced search to prevent database overload
2026-04-12 23:50:54 +08:00