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": "web-search",
|
||||
"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=\"m21 21-4.34-4.34\"></path><circle cx=\"11\" cy=\"11\" r=\"8\"></circle></svg>",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"ws-a\" x1=\"3\" y1=\"3\" x2=\"19\" y2=\"19\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#5AC8FA\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><radialGradient id=\"ws-b\" cx=\"9\" cy=\"9\" r=\"8\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#5AC8FA\" stop-opacity=\"0.25\"/><stop offset=\"1\" stop-color=\"#007AFF\" stop-opacity=\"0.05\"/></radialGradient></defs><circle cx=\"11\" cy=\"11\" r=\"7.5\" fill=\"url(#ws-b)\"/><circle cx=\"11\" cy=\"11\" r=\"7.5\" stroke=\"url(#ws-a)\" stroke-width=\"2\" fill=\"none\"/><circle cx=\"9\" cy=\"9\" r=\"2.5\" fill=\"white\" opacity=\"0.35\"/><path d=\"M16.5 16.5L21 21\" stroke=\"#007AFF\" stroke-width=\"2.8\" stroke-linecap=\"round\"/></svg>",
|
||||
"shortDesc": "智能网络搜索与信息聚合,快速获取准确答案",
|
||||
"fullDesc": "网络搜索技能让 Agent 能够实时检索互联网信息,支持多引擎聚合、结果去重、可信度评估和结构化摘要。不只是返回链接,而是提炼出可直接使用的答案。\n\n功能特性:\n- 多引擎聚合:Google、Bing、DuckDuckGo 结果综合\n- 智能摘要:自动提取关键信息,生成 TL;DR\n- 可信度评估:基于域名权威性、发布日期、交叉验证打分\n- 实时热点:追踪新闻、社交媒体趋势\n- 学术搜索:arXiv、Google Scholar、PubMed 专精模式",
|
||||
"category": "productivity",
|
||||
|
||||
Reference in New Issue
Block a user