Files
msh-system/scripts/logs/agent-BUG-002-102156.log
scottpan 4be53dcd1b feat: 集成 KieAI 服务,移除 models-integration 子项目
- 添加 Gemini 2.5 Flash 对话接口(流式+非流式)
- 添加 NanoBanana 图像生成/编辑接口
- 添加 Sora2 视频生成接口(文生视频、图生视频、去水印)
- 移除 models-integration 子项目(功能已迁移至主后端)
- 新增测试文档和 Playwright E2E 配置
- 更新前端页面和 API 接口
- 更新后端配置和日志处理
2026-03-03 15:33:50 +08:00

17 lines
764 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Connection lost, reconnecting...
Retry attempt 1...
已按 BUG-002 要求只改了 CSS未动任何 JS修改如下
**1. 未激活 Tab`.tab-item`**
- 在根级增加 `color: #9ca3af`,保证整项为灰色。
- 下划线保持 `border-bottom: 3px solid transparent`,无可见下划线。
**2. 激活 Tab`.tab-item.active`**
- `border-bottom: 3px solid #f97316`,橙色底线下划线(由原 6rpx 改为 3px
- `color: #f97316`,主色字色。
- `font-weight: 700`,加粗。
- 保留内部 `.tab-text`、`.tab-icon` 的 `#f97316` 与 `.tab-text` 的 `font-weight: 700`。
这样「健康概览」和「营养配餐」切换时,激活项为橙色加粗+橙色下划线,未激活为灰色且无下划线,对比更清晰。