mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 12:30:39 +08:00
fix: 统一 DesireCore 智能体头像字符为 "D"
市场中 desirecore 的 avatar.t 为"核",与本地预设的 "D" 不一致, 统一为 "D" 以保持一致性。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"id": "desirecore",
|
||||
"name": "DesireCore",
|
||||
"avatar": {
|
||||
"t": "核",
|
||||
"t": "D",
|
||||
"bg": "linear-gradient(135deg, #007AFF, #005ECB)"
|
||||
},
|
||||
"shortDesc": "系统中枢调度器,负责任务分发、Agent 编排与全局状态监控",
|
||||
|
||||
Reference in New Issue
Block a user