Files
msh-system/scripts/logs/agent-BUG-006-165332.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

19 lines
1021 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.
BUG-006 已按「统一为健康知识」处理,修改如下。
**1. 确认的现有文案**
- **tool_main/index.vue**
- 下方区块标题第125行`健康知识`
- 四大入口里对应卡片标题第65行`营养知识`
- **营养知识页导航栏**
- 在 **pages.json** 里配置:`nutrition-knowledge` 的 `navigationBarTitleText` 为 `营养知识`
- **nutrition-knowledge.vue** 内没有设置导航栏标题的文案。
**2. 已做修改(仅文案,未改逻辑与样式)**
- **msh_single_uniapp/pages/tool_main/index.vue**
- 四大入口卡片标题:`营养知识` → `健康知识`第67行 `function-title`)。
- **msh_single_uniapp/pages.json**
- `nutrition-knowledge` 页的 `navigationBarTitleText``营养知识` → `健康知识`。
现在主页入口卡片、主页「健康知识」区块和营养知识页导航栏都统一为「健康知识」。`nutrition-knowledge.vue` 未改,因为导航栏标题是在 `pages.json` 里配置的。