fix(skills): 统一服务图标为纯白 (#65)

## 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`
This commit is contained in:
2026-07-29 17:48:28 +08:00
committed by GitHub
parent 5d50b66d55
commit 413f2cc00b
5 changed files with 15 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "DesireCore Official Market", "name": "DesireCore Official Market",
"version": "1.2.16", "version": "1.2.17",
"schemaVersion": "1.1.0", "schemaVersion": "1.1.0",
"supportedLocales": ["zh-CN", "en-US"], "supportedLocales": ["zh-CN", "en-US"],
"defaultLocale": "en-US", "defaultLocale": "en-US",
@@ -28,7 +28,7 @@
"stats": { "stats": {
"totalAgents": 1, "totalAgents": 1,
"totalSkills": 53, "totalSkills": 53,
"lastUpdated": "2026-07-22" "lastUpdated": "2026-07-29"
}, },
"features": [ "features": [
"curated-index", "curated-index",

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [1.0.3] - 2026-07-29
- 市场图标统一为纯白,确保各市场消费端视觉一致
## [1.0.2] - 2026-07-11 ## [1.0.2] - 2026-07-11
- 修复“配置算力”市场图标引脚不对称且贴近 viewBox 边缘导致的显示异常 - 修复“配置算力”市场图标引脚不对称且贴近 viewBox 边缘导致的显示异常

View File

@@ -6,7 +6,7 @@ description: >-
(write-only), verify them, and reload the configuration. Use when the user (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 asks to add or configure a model provider, set an API key, or fix compute
configuration. 用户要求配置算力、添加模型供应商或设置 API Key 时使用。 configuration. 用户要求配置算力、添加模型供应商或设置 API Key 时使用。
version: 1.0.2 version: 1.0.3
type: meta type: meta
risk_level: medium risk_level: medium
status: enabled status: enabled
@@ -18,7 +18,7 @@ tags:
- meta - meta
metadata: metadata:
author: desirecore author: desirecore
updated_at: '2026-07-11' updated_at: '2026-07-29'
i18n: i18n:
default_locale: en-US default_locale: en-US
source_locale: zh-CN source_locale: zh-CN
@@ -47,7 +47,7 @@ metadata:
source_hash: sha256:15e9247a2c27edf7 source_hash: sha256:15e9247a2c27edf7
market: market:
icon: >- icon: >-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#007AFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6" rx="1"/><path d="M9 2v2M15 2v2M9 20v2M15 20v2M2 9h2M2 15h2M20 9h2M20 15h2"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6" rx="1"/><path d="M9 2v2M15 2v2M9 20v2M15 20v2M2 9h2M2 15h2M20 9h2M20 15h2"/></svg>
category: productivity category: productivity
channel: latest channel: latest
maintainer: maintainer:

View File

@@ -5,7 +5,7 @@ description: >-
Catalog so that other Agents (and the human user) can discover and call it. 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 Use when the user mentions adding a new service, registering an API, or
publishing a backend you control to the team's catalog. 新增服务、注册 API、把后端发布到团队目录时使用。 publishing a backend you control to the team's catalog. 新增服务、注册 API、把后端发布到团队目录时使用。
version: 1.0.2 version: 1.0.3
type: meta type: meta
risk_level: medium risk_level: medium
status: enabled status: enabled
@@ -17,7 +17,7 @@ tags:
- meta - meta
metadata: metadata:
author: desirecore author: desirecore
updated_at: '2026-06-29' updated_at: '2026-07-29'
i18n: i18n:
default_locale: en-US default_locale: en-US
source_locale: zh-CN source_locale: zh-CN
@@ -42,7 +42,7 @@ metadata:
source_hash: sha256:dcd8732ac76f009f source_hash: sha256:dcd8732ac76f009f
market: market:
icon: >- icon: >-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#34C759" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="12" height="6" rx="1.5"/><rect x="3" y="14" width="12" height="6" rx="1.5"/><circle cx="6.5" cy="7" r="0.5" fill="#34C759"/><circle cx="6.5" cy="17" r="0.5" fill="#34C759"/><line x1="19.5" y1="5" x2="19.5" y2="11"/><line x1="16.5" y1="8" x2="22.5" y2="8"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="12" height="6" rx="1.5"/><rect x="3" y="14" width="12" height="6" rx="1.5"/><circle cx="6.5" cy="7" r="0.5" fill="#FFFFFF"/><circle cx="6.5" cy="17" r="0.5" fill="#FFFFFF"/><line x1="19.5" y1="5" x2="19.5" y2="11"/><line x1="16.5" y1="8" x2="22.5" y2="8"/></svg>
category: productivity category: productivity
maintainer: maintainer:
name: DesireCore Official name: DesireCore Official

View File

@@ -5,7 +5,7 @@ description: >-
catalog. Use when the user asks the Agent to call an API, search for an 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 existing service, or query a backend that was registered via the
registering-services skill. 调用某个 API、查找已有服务、访问已注册的后端服务时使用。 registering-services skill. 调用某个 API、查找已有服务、访问已注册的后端服务时使用。
version: 1.0.2 version: 1.0.3
type: meta type: meta
risk_level: low risk_level: low
status: enabled status: enabled
@@ -18,7 +18,7 @@ tags:
- meta - meta
metadata: metadata:
author: desirecore author: desirecore
updated_at: '2026-06-29' updated_at: '2026-07-29'
i18n: i18n:
default_locale: en-US default_locale: en-US
source_locale: zh-CN source_locale: zh-CN
@@ -42,7 +42,7 @@ metadata:
source_hash: sha256:8a20b2835e5e54d1 source_hash: sha256:8a20b2835e5e54d1
market: market:
icon: >- icon: >-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#34C759" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="9" width="6" height="6" rx="1.5"/><rect x="15" y="3" width="6" height="6" rx="1.5"/><rect x="15" y="15" width="6" height="6" rx="1.5"/><path d="M9 11.5h3.5V6H15"/><path d="M9 12.5h3.5V18H15"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="9" width="6" height="6" rx="1.5"/><rect x="15" y="3" width="6" height="6" rx="1.5"/><rect x="15" y="15" width="6" height="6" rx="1.5"/><path d="M9 11.5h3.5V6H15"/><path d="M9 12.5h3.5V18H15"/></svg>
category: productivity category: productivity
maintainer: maintainer:
name: DesireCore Official name: DesireCore Official