Update threejs skill in marketplace

Constraint: Public skills are published only by explicit administrator action unless they are tracked third-party market sources.
Confidence: high
Scope-risk: narrow
Directive: Keep private/internal skills out of the public marketplace and preserve normal incremental market Git history.
Tested: Marketplace validation passed.
This commit is contained in:
KeyInfo Bot
2026-06-16 17:34:04 +08:00
parent 20255225ec
commit 9c7dc1c99e
4 changed files with 28 additions and 25 deletions
+12 -12
View File
@@ -28,18 +28,6 @@
}, },
"category": "设计" "category": "设计"
}, },
{
"name": "threejs",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/threejs"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "设计"
},
{ {
"name": "literature-review", "name": "literature-review",
"source": { "source": {
@@ -291,6 +279,18 @@
"authentication": "ON_INSTALL" "authentication": "ON_INSTALL"
}, },
"category": "数据分析" "category": "数据分析"
},
{
"name": "threejs",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/threejs"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "设计"
} }
] ]
} }
+12 -12
View File
@@ -28,18 +28,6 @@
}, },
"category": "设计" "category": "设计"
}, },
{
"name": "threejs",
"source": {
"source": "local",
"path": "./plugins/threejs"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "设计"
},
{ {
"name": "literature-review", "name": "literature-review",
"source": { "source": {
@@ -291,6 +279,18 @@
"authentication": "ON_INSTALL" "authentication": "ON_INSTALL"
}, },
"category": "数据分析" "category": "数据分析"
},
{
"name": "threejs",
"source": {
"source": "local",
"path": "./plugins/threejs"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "设计"
} }
] ]
} }
@@ -32,6 +32,8 @@
"privacyPolicyURL": "https://git.playones.com/arechen/EapilSkillMarket", "privacyPolicyURL": "https://git.playones.com/arechen/EapilSkillMarket",
"termsOfServiceURL": "https://git.playones.com/arechen/EapilSkillMarket", "termsOfServiceURL": "https://git.playones.com/arechen/EapilSkillMarket",
"brandColor": "#2563EB", "brandColor": "#2563EB",
"screenshots": [] "screenshots": [],
"composerIcon": "./assets/market-icon.svg",
"logo": "./assets/market-icon.svg"
} }
} }
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="360" viewBox="0 0 48 48"><title>threejs</title><g fill="none"><path fill="url(#SVGeLOiQdMz)" fill-rule="evenodd" d="M27.75 4A4.25 4.25 0 0 1 32 8.25V12h.634L24.5 16.696L15.914 12H16V8.25A4.25 4.25 0 0 1 20.25 4zm-7.5 2.5a1.75 1.75 0 0 0-1.75 1.75V12h11V8.25a1.75 1.75 0 0 0-1.75-1.75z" clip-rule="evenodd"/><path fill="url(#SVGXWs6Guhh)" d="M6 21h36v12.75A6.25 6.25 0 0 1 35.75 40h-23.5A6.25 6.25 0 0 1 6 33.75z"/><path fill="url(#SVGwViHxdDk)" d="M6 21h36v12.75A6.25 6.25 0 0 1 35.75 40h-23.5A6.25 6.25 0 0 1 6 33.75z"/><path fill="url(#SVG6TxjacXC)" d="M6 18.25A6.25 6.25 0 0 1 12.25 12h23.5A6.25 6.25 0 0 1 42 18.25v6A3.75 3.75 0 0 1 38.25 28H9.75A3.75 3.75 0 0 1 6 24.25z"/><path fill="url(#SVGbV5SAcED)" d="M26 23h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2"/><defs><linearGradient id="SVGeLOiQdMz" x1="15.155" x2="19.673" y1="5.27" y2="18.701" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#163697"/></linearGradient><linearGradient id="SVGXWs6Guhh" x1="7.286" x2="18.023" y1="24.563" y2="59.247" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVG6TxjacXC" x1="9.6" x2="27.246" y1="12.664" y2="32.749" gradientUnits="userSpaceOnUse"><stop stop-color="#80f1e6"/><stop offset=".552" stop-color="#40c4f5"/><stop offset="1" stop-color="#00a2fa"/></linearGradient><linearGradient id="SVGbV5SAcED" x1="24" x2="24" y1="23" y2="31" gradientUnits="userSpaceOnUse"><stop stop-color="#b8f5ff"/><stop offset=".844" stop-color="#7cecff"/></linearGradient><radialGradient id="SVGwViHxdDk" cx="0" cy="0" r="1" gradientTransform="matrix(0 19 -40.1275 0 24 21)" gradientUnits="userSpaceOnUse"><stop offset=".337" stop-color="#194694"/><stop offset=".747" stop-color="#367af2" stop-opacity="0"/></radialGradient></defs></g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB