mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-02-28 14:38:11 +08:00
style: 技能图标升级为色彩丰富的多色 SVG
将 9 个技能图标从单色 stroke 风格升级为带渐变、填充、多色的 丰富视觉风格,每个图标使用项目 3+2 色彩体系中的特征色: - search: 蓝/青渐变镜片 - file-text: 蓝色文档+紫色文字行 - calendar-days: 绿色框架+蓝/青日期点 - compass: 紫色罗盘+橙色指针 - folder-open: 橙/黄渐变文件夹 - mail: 蓝色渐变信封 - user-plus: 绿色人物+绿色加号 - user-minus: 橙红色人物+红色减号 - user-cog: 紫蓝色人物+蓝色齿轮 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "calendar-sync",
|
||||
"name": "日历同步",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path><path d=\"M8 14h.01\"></path><path d=\"M12 14h.01\"></path><path d=\"M16 14h.01\"></path><path d=\"M8 18h.01\"></path><path d=\"M12 18h.01\"></path><path d=\"M16 18h.01\"></path></svg>",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2.5\" fill=\"#34C759\" fill-opacity=\"0.08\" stroke=\"#34C759\" stroke-width=\"1.5\"/><rect x=\"3\" y=\"4\" width=\"18\" height=\"6\" rx=\"2.5\" fill=\"#34C759\" fill-opacity=\"0.15\"/><path d=\"M3 10h18\" stroke=\"#34C759\" stroke-width=\"1.5\"/><path d=\"M8 2v4\" stroke=\"#34C759\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16 2v4\" stroke=\"#34C759\" stroke-width=\"2\" stroke-linecap=\"round\"/><circle cx=\"8\" cy=\"14\" r=\"1.3\" fill=\"#007AFF\"/><circle cx=\"12\" cy=\"14\" r=\"1.3\" fill=\"#5AC8FA\"/><circle cx=\"16\" cy=\"14\" r=\"1.3\" fill=\"#007AFF\"/><circle cx=\"8\" cy=\"18\" r=\"1.3\" fill=\"#5AC8FA\"/><circle cx=\"12\" cy=\"18\" r=\"1.3\" fill=\"#34C759\"/><circle cx=\"16\" cy=\"18\" r=\"1.3\" fill=\"#007AFF\" opacity=\"0.35\"/></svg>",
|
||||
"shortDesc": "无缝连接主流日历服务,智能安排与冲突检测",
|
||||
"fullDesc": "日历同步技能让 Agent 能够读取和写入你的日程安排,支持 Google Calendar、Outlook、Apple Calendar 等主流服务。智能识别会议重要性、自动建议最佳会议时间、检测时区冲突。\n\n功能特性:\n- 多平台同步:Google、Outlook、Apple、CalDAV 协议支持\n- 智能调度:基于忙碌状态自动建议会议时间\n- 时区处理:跨时区会议自动转换、旅行者时区感知\n- 会议辅助:议程模板、会议纪要自动生成、行动项跟踪\n- 提醒策略:分层提醒(提前一天、一小时、十五分钟)",
|
||||
"category": "business",
|
||||
|
||||
Reference in New Issue
Block a user