Files
recipe_tool/config.json
T
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

19 lines
414 B
JSON

{
"db": {
"host": "127.0.0.1",
"port": 3306,
"user": "root",
"password": "",
"database": "recipe_tools"
},
"ai": {
"apiKey": "6a81b361620a44fd86aa3c8fcd833800.PjPyiU8kSzCTviYa",
"baseUrl": "https://open.bigmodel.cn/api/paas/v4/",
"model": "GLM-4.7-Flash"
},
"export": {
"untranslatedColor": "CC0000",
"secondPageHeader": false,
"orientation": "landscape"
}
}