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