refactor: externalize hardcoded model config and clean up robustness plan

- Add openai_model, tts_minimax_model, tts_elevenlabs_model, tts_edge_voice,
  antigravity_model to Settings; set image_model default to nano-banana-pro
- Update provider_router._get_default_config to read from settings
- Add nul to .gitignore (Windows artifact)
- Mark all robustness tasks as completed in dev-plan.md
This commit is contained in:
zhangtuo
2026-03-09 16:54:58 +08:00
parent c82d408ea1
commit 145be0e67b
4 changed files with 29 additions and 46 deletions

1
.gitignore vendored
View File

@@ -32,6 +32,7 @@ htmlcov/
# 其他
*.log
.DS_Store
nul
# Vite
*.timestamp-*.mjs