mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 13:30:48 +08:00
feat: 补全 7 个技能的 market icon
为以下技能添加 SVG icon,遵循 3+2 色彩体系: - manage-teams: 双人剪影 + 绿色组织节点 (Blue→Green) - docx: 折角文档 + 标题块 + 文本行 (Blue→Purple) - pdf: 折角文档 + 红色书签 (Red→Orange) - pptx: 演示屏 + 橙色播放按钮 (Orange→Green) - xlsx: 网格表格 + 绿色对勾徽标 (Green→Blue) - frontend-design: 浏览器框架 + 交通灯 + 布局块 (Purple→Blue) - web-access: 地球仪 + 绿色放大镜 (Blue→Green)
This commit is contained in:
@@ -27,6 +27,18 @@ metadata:
|
||||
author: anthropic
|
||||
updated_at: '2026-04-04'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
24 24" fill="none"><defs><linearGradient id="dx-a" x1="4" y1="2" x2="20"
|
||||
y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#007AFF"/><stop
|
||||
offset="1" stop-color="#AF52DE"/></linearGradient></defs><path d="M14
|
||||
2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
||||
fill="url(#dx-a)" fill-opacity="0.1" stroke="url(#dx-a)"
|
||||
stroke-width="1.5"/><path d="M14 2v6h6" stroke="url(#dx-a)"
|
||||
stroke-width="1.5" stroke-linejoin="round"/><rect x="7" y="10" width="6"
|
||||
height="1.5" rx="0.5" fill="url(#dx-a)" fill-opacity="0.5"/><path d="M7
|
||||
14.5h10M7 17h7" stroke="url(#dx-a)" stroke-width="1.3"
|
||||
stroke-linecap="round"/></svg>
|
||||
short_desc: 创建、编辑和处理 Word 文档(.docx)
|
||||
category: productivity
|
||||
maintainer:
|
||||
|
||||
@@ -26,6 +26,20 @@ metadata:
|
||||
author: anthropic
|
||||
updated_at: '2026-04-07'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
24 24" fill="none"><defs><linearGradient id="fd-a" x1="2" y1="2" x2="22"
|
||||
y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#AF52DE"/><stop
|
||||
offset="1" stop-color="#007AFF"/></linearGradient></defs><rect x="2" y="3"
|
||||
width="20" height="18" rx="2.5" fill="url(#fd-a)" fill-opacity="0.1"
|
||||
stroke="url(#fd-a)" stroke-width="1.5"/><path d="M2 8h20"
|
||||
stroke="url(#fd-a)" stroke-width="1.2"/><circle cx="5" cy="5.5" r="0.8"
|
||||
fill="#FF3B30"/><circle cx="7.5" cy="5.5" r="0.8"
|
||||
fill="#FF9500"/><circle cx="10" cy="5.5" r="0.8"
|
||||
fill="#34C759"/><rect x="5" y="11" width="6" height="4" rx="1"
|
||||
fill="url(#fd-a)" fill-opacity="0.2" stroke="url(#fd-a)"
|
||||
stroke-width="1"/><path d="M14 11h5M14 13.5h3.5M14 16h4.5"
|
||||
stroke="url(#fd-a)" stroke-width="1.2" stroke-linecap="round"/></svg>
|
||||
short_desc: 创建有品味、避免 AI 烂大街审美的前端界面与组件
|
||||
category: design
|
||||
maintainer:
|
||||
|
||||
@@ -13,6 +13,23 @@ metadata:
|
||||
author: desirecore
|
||||
updated_at: '2026-03-29'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
24 24" fill="none"><defs><linearGradient id="mt-a" x1="1" y1="7" x2="16"
|
||||
y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#007AFF"/><stop
|
||||
offset="1" stop-color="#34C759"/></linearGradient></defs><circle cx="9"
|
||||
cy="7" r="4" fill="url(#mt-a)" fill-opacity="0.15" stroke="url(#mt-a)"
|
||||
stroke-width="1.5"/><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"
|
||||
fill="url(#mt-a)" fill-opacity="0.1" stroke="url(#mt-a)"
|
||||
stroke-width="1.5"/><circle cx="17" cy="8" r="3" fill="url(#mt-a)"
|
||||
fill-opacity="0.2" stroke="url(#mt-a)" stroke-width="1.3"/><path d="M23
|
||||
21v-1.5a3 3 0 0 0-3-3h-2" stroke="url(#mt-a)" stroke-width="1.3"
|
||||
stroke-linecap="round"/><path d="M19.5 1.2L17.5 4M19.5 1.2L21.5 4M17.5
|
||||
4h4" stroke="#34C759" stroke-width="1.2" stroke-linecap="round"
|
||||
stroke-linejoin="round"/><circle cx="19.5" cy="1.2" r="1"
|
||||
fill="#34C759"/><circle cx="17.5" cy="4" r="0.9" fill="#34C759"
|
||||
fill-opacity="0.7"/><circle cx="21.5" cy="4" r="0.9" fill="#34C759"
|
||||
fill-opacity="0.7"/></svg>
|
||||
short_desc: 创建团队、管理成员、组织多 Agent 协作
|
||||
category: productivity
|
||||
---
|
||||
|
||||
@@ -23,6 +23,18 @@ metadata:
|
||||
author: anthropic
|
||||
updated_at: '2026-04-04'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
24 24" fill="none"><defs><linearGradient id="pd-a" x1="4" y1="2" x2="20"
|
||||
y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#FF3B30"/><stop
|
||||
offset="1" stop-color="#FF9500"/></linearGradient></defs><path d="M14
|
||||
2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
||||
fill="url(#pd-a)" fill-opacity="0.1" stroke="url(#pd-a)"
|
||||
stroke-width="1.5"/><path d="M14 2v6h6" stroke="url(#pd-a)"
|
||||
stroke-width="1.5" stroke-linejoin="round"/><path d="M8 13h8M8 17h5"
|
||||
stroke="url(#pd-a)" stroke-width="1.3" stroke-linecap="round"/><path
|
||||
d="M17 11v6l2-1.5 2 1.5v-6z" fill="#FF3B30"
|
||||
fill-opacity="0.8"/></svg>
|
||||
short_desc: 读取、创建、合并、拆分和填写 PDF 文档
|
||||
category: productivity
|
||||
maintainer:
|
||||
|
||||
@@ -27,6 +27,19 @@ metadata:
|
||||
author: anthropic
|
||||
updated_at: '2026-04-04'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
24 24" fill="none"><defs><linearGradient id="pp-a" x1="2" y1="3" x2="22"
|
||||
y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#FF9500"/><stop
|
||||
offset="1" stop-color="#34C759"/></linearGradient></defs><rect x="2" y="3"
|
||||
width="20" height="15" rx="2" fill="url(#pp-a)" fill-opacity="0.1"
|
||||
stroke="url(#pp-a)" stroke-width="1.5"/><path d="M12 18v3M8 21h8"
|
||||
stroke="url(#pp-a)" stroke-width="1.5" stroke-linecap="round"/><rect
|
||||
x="5" y="6.5" width="5.5" height="1.5" rx="0.5" fill="url(#pp-a)"
|
||||
fill-opacity="0.4"/><path d="M5 10h9M5 12.5h6" stroke="url(#pp-a)"
|
||||
stroke-width="1.2" stroke-linecap="round"/><circle cx="17" cy="10" r="3"
|
||||
fill="#FF9500" fill-opacity="0.15"/><path d="M15.8 8.5v3l2.6-1.5z"
|
||||
fill="#FF9500" fill-opacity="0.85"/></svg>
|
||||
short_desc: 创建、编辑和处理 PowerPoint 演示文稿(.pptx)
|
||||
category: productivity
|
||||
maintainer:
|
||||
|
||||
@@ -31,6 +31,21 @@ metadata:
|
||||
author: desirecore
|
||||
updated_at: '2026-04-07'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
24 24" fill="none"><defs><linearGradient id="wa-a" x1="2" y1="2" x2="20"
|
||||
y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="#007AFF"/><stop
|
||||
offset="1" stop-color="#34C759"/></linearGradient></defs><circle cx="10"
|
||||
cy="10" r="8" fill="url(#wa-a)" fill-opacity="0.1" stroke="url(#wa-a)"
|
||||
stroke-width="1.5"/><ellipse cx="10" cy="10" rx="3.5" ry="8"
|
||||
stroke="url(#wa-a)" stroke-width="1"
|
||||
stroke-opacity="0.35"/><path d="M2 10h16" stroke="url(#wa-a)"
|
||||
stroke-width="1" stroke-opacity="0.35"/><path d="M10 2v16"
|
||||
stroke="url(#wa-a)" stroke-width="1"
|
||||
stroke-opacity="0.35"/><circle cx="18.5" cy="18.5" r="2.5"
|
||||
stroke="#34C759" stroke-width="1.5" fill="#34C759"
|
||||
fill-opacity="0.12"/><path d="M20.5 20.5l2 2" stroke="#34C759"
|
||||
stroke-width="1.8" stroke-linecap="round"/></svg>
|
||||
short_desc: 联网搜索、网页抓取、登录态浏览器访问(CDP)、研究调研工作流
|
||||
category: research
|
||||
maintainer:
|
||||
|
||||
@@ -29,6 +29,19 @@ metadata:
|
||||
author: anthropic
|
||||
updated_at: '2026-04-04'
|
||||
market:
|
||||
icon: >-
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
|
||||
24 24" fill="none"><defs><linearGradient id="xl-a" x1="3" y1="3" x2="21"
|
||||
y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#34C759"/><stop
|
||||
offset="1" stop-color="#007AFF"/></linearGradient></defs><rect x="3" y="3"
|
||||
width="18" height="18" rx="2.5" fill="url(#xl-a)" fill-opacity="0.1"
|
||||
stroke="url(#xl-a)" stroke-width="1.5"/><path d="M3 9h18M3 15h18M9
|
||||
3v18M15 3v18" stroke="url(#xl-a)" stroke-width="1"
|
||||
stroke-opacity="0.4"/><rect x="9.5" y="3.5" width="5" height="5"
|
||||
rx="0.3" fill="#34C759" fill-opacity="0.3"/><circle cx="19" cy="19"
|
||||
r="3" fill="#34C759" fill-opacity="0.9"/><path d="M18 18.5l1 1.5 2-2.5"
|
||||
stroke="white" stroke-width="1.2" stroke-linecap="round"
|
||||
stroke-linejoin="round"/></svg>
|
||||
short_desc: 创建、编辑和处理 Excel 电子表格(.xlsx)
|
||||
category: productivity
|
||||
maintainer:
|
||||
|
||||
Reference in New Issue
Block a user