mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-02-28 15:38:05 +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": "email-client",
|
||||
"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=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"></path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"></rect></svg>",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"ec-a\" x1=\"2\" y1=\"4\" x2=\"22\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#007AFF\" stop-opacity=\"0.15\"/><stop offset=\"1\" stop-color=\"#5AC8FA\" stop-opacity=\"0.08\"/></linearGradient></defs><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\" fill=\"url(#ec-a)\" stroke=\"#007AFF\" stroke-width=\"1.5\"/><path d=\"m2 7 8.99 5.73a2 2 0 0 0 2.01 0L22 7\" stroke=\"#007AFF\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"m2 7 8.99 5.73a2 2 0 0 0 2.01 0L22 7\" fill=\"#5AC8FA\" fill-opacity=\"0.1\"/></svg>",
|
||||
"shortDesc": "智能邮件管理,自动分类、起草与跟进提醒",
|
||||
"fullDesc": "邮件助理帮助 Agent 安全地访问你的邮箱,执行智能分类、优先级排序、自动回复起草和跟进提醒。支持 Gmail、Outlook、企业 Exchange 和 IMAP 协议,所有操作需经用户确认。\n\n功能特性:\n- 统一收件箱:多账户聚合、智能分类(工作/社交/推广/垃圾)\n- 智能起草:根据上下文生成得体回复、多语气选择\n- 跟进管理:自动识别待回复邮件、设置跟进提醒\n- 摘要功能:长邮件线程 TL;DR、每日收件箱总结\n- 安全控制:敏感操作确认、发送前预览、撤销窗口",
|
||||
"category": "communication",
|
||||
|
||||
Reference in New Issue
Block a user