feat: add functional plugin icons

This commit is contained in:
CJYSEX
2026-07-23 12:43:41 +08:00
parent 1b674e31da
commit ba5f32bad3
17 changed files with 115 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
"capabilities": ["Interactive", "Read", "Write"],
"websiteURL": "https://git.cjysa.top/CJYSA/codex-free-market",
"brandColor": "#2563EB",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png",
"defaultPrompt": [
"把这份内容整理成一份专业的 Word 文档。",
"在保留格式的前提下修改这个 DOCX。",

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<rect width="512" height="512" rx="112" fill="#2563EB"/>
<path d="M146 92h166l54 54v274H146z" fill="#fff"/>
<path d="M312 92v70h54" fill="#BFDBFE"/>
<path d="M184 232h144M184 286h144M184 340h102" stroke="#2563EB" stroke-width="24" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB