From 413f2cc00b717ae89c4eee4f3379cb93de222a74 Mon Sep 17 00:00:00 2001 From: Yige Date: Wed, 29 Jul 2026 17:48:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(skills):=20=E7=BB=9F=E4=B8=80=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=9B=BE=E6=A0=87=E4=B8=BA=E7=BA=AF=E7=99=BD=20(#65)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary / 摘要 Normalize the Configure Compute, Using Services, and Register Services source SVG icons to pure white. 将“配置算力”、“使用服务”和“注册服务”的源 SVG 图标统一为纯白。 ## Version / 版本 - Market: `1.2.16` → `1.2.17` - Each affected skill: `1.0.2` → `1.0.3` ## Validation / 验证 - `uv run scripts/i18n/validate-i18n.py` - `uv run scripts/i18n/translate.py --check` - Parsed all three SVGs and asserted their only hex color is `#FFFFFF` - `git diff --check` --- manifest.json | 4 ++-- skills/configuring-compute/CHANGELOG.md | 4 ++++ skills/configuring-compute/SKILL.md | 6 +++--- skills/registering-services/SKILL.md | 6 +++--- skills/using-services/SKILL.md | 6 +++--- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index 5efcc9a..3462265 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DesireCore Official Market", - "version": "1.2.16", + "version": "1.2.17", "schemaVersion": "1.1.0", "supportedLocales": ["zh-CN", "en-US"], "defaultLocale": "en-US", @@ -28,7 +28,7 @@ "stats": { "totalAgents": 1, "totalSkills": 53, - "lastUpdated": "2026-07-22" + "lastUpdated": "2026-07-29" }, "features": [ "curated-index", diff --git a/skills/configuring-compute/CHANGELOG.md b/skills/configuring-compute/CHANGELOG.md index 76a21f1..eb7151a 100644 --- a/skills/configuring-compute/CHANGELOG.md +++ b/skills/configuring-compute/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.3] - 2026-07-29 + +- 市场图标统一为纯白,确保各市场消费端视觉一致 + ## [1.0.2] - 2026-07-11 - 修复“配置算力”市场图标引脚不对称且贴近 viewBox 边缘导致的显示异常 diff --git a/skills/configuring-compute/SKILL.md b/skills/configuring-compute/SKILL.md index 99de118..cf23439 100644 --- a/skills/configuring-compute/SKILL.md +++ b/skills/configuring-compute/SKILL.md @@ -6,7 +6,7 @@ description: >- (write-only), verify them, and reload the configuration. Use when the user asks to add or configure a model provider, set an API key, or fix compute configuration. 用户要求配置算力、添加模型供应商或设置 API Key 时使用。 -version: 1.0.2 +version: 1.0.3 type: meta risk_level: medium status: enabled @@ -18,7 +18,7 @@ tags: - meta metadata: author: desirecore - updated_at: '2026-07-11' + updated_at: '2026-07-29' i18n: default_locale: en-US source_locale: zh-CN @@ -47,7 +47,7 @@ metadata: source_hash: sha256:15e9247a2c27edf7 market: icon: >- - + category: productivity channel: latest maintainer: diff --git a/skills/registering-services/SKILL.md b/skills/registering-services/SKILL.md index 6e2bc80..9635f3b 100644 --- a/skills/registering-services/SKILL.md +++ b/skills/registering-services/SKILL.md @@ -5,7 +5,7 @@ description: >- Catalog so that other Agents (and the human user) can discover and call it. Use when the user mentions adding a new service, registering an API, or publishing a backend you control to the team's catalog. 新增服务、注册 API、把后端发布到团队目录时使用。 -version: 1.0.2 +version: 1.0.3 type: meta risk_level: medium status: enabled @@ -17,7 +17,7 @@ tags: - meta metadata: author: desirecore - updated_at: '2026-06-29' + updated_at: '2026-07-29' i18n: default_locale: en-US source_locale: zh-CN @@ -42,7 +42,7 @@ metadata: source_hash: sha256:dcd8732ac76f009f market: icon: >- - + category: productivity maintainer: name: DesireCore Official diff --git a/skills/using-services/SKILL.md b/skills/using-services/SKILL.md index 0ed3361..272c1ac 100644 --- a/skills/using-services/SKILL.md +++ b/skills/using-services/SKILL.md @@ -5,7 +5,7 @@ description: >- catalog. Use when the user asks the Agent to call an API, search for an existing service, or query a backend that was registered via the registering-services skill. 调用某个 API、查找已有服务、访问已注册的后端服务时使用。 -version: 1.0.2 +version: 1.0.3 type: meta risk_level: low status: enabled @@ -18,7 +18,7 @@ tags: - meta metadata: author: desirecore - updated_at: '2026-06-29' + updated_at: '2026-07-29' i18n: default_locale: en-US source_locale: zh-CN @@ -42,7 +42,7 @@ metadata: source_hash: sha256:8a20b2835e5e54d1 market: icon: >- - + category: productivity maintainer: name: DesireCore Official