fix: 统一 DesireCore 智能体头像字符为 "D"

市场中 desirecore 的 avatar.t 为"核",与本地预设的 "D" 不一致,
统一为 "D" 以保持一致性。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 17:05:40 +08:00
parent 36f0f5d384
commit 6ea6ddcec6

View File

@@ -2,7 +2,7 @@
"id": "desirecore",
"name": "DesireCore",
"avatar": {
"t": "",
"t": "D",
"bg": "linear-gradient(135deg, #007AFF, #005ECB)"
},
"shortDesc": "系统中枢调度器负责任务分发、Agent 编排与全局状态监控",