Commit Graph

5 Commits

Author SHA1 Message Date
hanhan 4586649131 fix: fetch latest export config before export
- Call /api/config endpoint at export start to get latest settings
- Ensures export uses user's most recent configuration changes
2026-04-12 23:57:33 +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
hanhan 57e119635e feat: initial commit 2026-04-12 17:19:14 +08:00
hanhan ed1282c853 Initial commit from Create Next App 2026-04-12 17:16:31 +08:00