mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 07:10:44 +08:00
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:
@@ -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. **使用 compatible-mode(/chat/completions)** — 同步调用,响应直接包含图片 URL
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
**默认规则**:用户未指定模型时,使用 `wan2.7-image`。
|
||||
|
||||
## 完整执行流程(严格按此三步执行)
|
||||
## 完整执行流程(严格按此两步执行)
|
||||
|
||||
### 前置条件
|
||||
|
||||
|
||||
Reference in New Issue
Block a user