fix(i18n): sync dashscope-image-gen & xiaomi-tts zh-CN body with local (#13)

## Summary

- 用本地 `defaults/global-skills/` 中的最新中文 body 内容更新远程 `SKILL.zh-CN.md`
- 更新 zh-CN `source_hash` 以反映最新内容
- 解锁 en-US `translated_by`,允许 CI 自动重新翻译英文 body

## 变更文件

- `skills/dashscope-image-gen/SKILL.zh-CN.md` — 中文 body 同步至本地最新版本
- `skills/dashscope-image-gen/SKILL.md` — 更新 source_hash + 解锁 en-US
- `skills/xiaomi-tts/SKILL.zh-CN.md` — 中文 body 同步至本地最新版本
- `skills/xiaomi-tts/SKILL.md` — 更新 source_hash + 解锁 en-US
This commit is contained in:
2026-05-13 19:38:31 +08:00
committed by GitHub
parent 78728e61ed
commit dfd0cb62cf
5 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
## 强制规则(违反将导致功能失败)
1. **必须用 HTTPS 访问 agent-service**`https://127.0.0.1:${PORT}``-k` 跳过证书验证
2. **必须通过 `/api/media/upload` 上传到 media-store**/tmp 仅作下载/解码中转,不可直接以本地路径作为最终输出
2. **必须通过 `/api/media/upload` 上传到 media-store**禁止保存到本地路径
3. **必须使用 `dc-media://` 协议展示音频** — 唯一能让前端正确渲染的方式
4. **全程使用 Bash curl** — 不要使用 HttpRequest 工具或 Python
5. **使用 /chat/completions 端点** — 小米 MiMo TTS 使用 OpenAI 兼容格式
@@ -170,7 +170,7 @@ curl -sk -X POST "https://127.0.0.1:${PORT}/api/media/upload" \
| 成熟男声 | voice: "Baihua" |
| 英文女声 | voice: "Mia" 或 "Chloe" |
| 英文男声 | voice: "Milo" 或 "Dean" |
| 高音质/无损 | audio.format: "wav" |
| 高音质/无损 | response_format: "wav" |
## 错误处理