fix: address plan review issues

- Add history saving to generate_image endpoint
- Remove DALL-E from spec (Gemini only for now)
- Add mkdir commands for frontend directories
- Add fetchCurrentUser to auth store

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-24 14:43:04 +08:00
parent ce6a775ffd
commit eb47af57c4
2 changed files with 36 additions and 3 deletions
@@ -149,7 +149,8 @@
| 模型 | Provider | T2I | I2I | 风格迁移 | 变体 |
|------|----------|-----|-----|----------|------|
| Gemini 2.5 Flash | Google | ✓ | ✓ | ✓ | ✓ |
| DALL-E 3 | OpenAI | ✓ | - | - | - |
> **注意**: 当前版本仅支持 Gemini 模型。OpenAI DALL-E 等其他模型可在后续版本中添加。
### 4. 历史记录