Update ppt-translator 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:13 +08:00
parent c289e1d849
commit 693ba6146f
4 changed files with 28 additions and 25 deletions
+12 -12
View File
@@ -52,18 +52,6 @@
},
"category": "文档处理"
},
{
"name": "ppt-translator",
"source": {
"source": "local",
"path": "./plugins/ppt-translator"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "文档处理"
},
{
"name": "patent-application-drafting-skill",
"source": {
@@ -291,6 +279,18 @@
"authentication": "ON_INSTALL"
},
"category": "设计"
},
{
"name": "ppt-translator",
"source": {
"source": "local",
"path": "./plugins/ppt-translator"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "文档处理"
}
]
}
@@ -32,6 +32,8 @@
"privacyPolicyURL": "https://git.playones.com/arechen/EapilSkillMarket",
"termsOfServiceURL": "https://git.playones.com/arechen/EapilSkillMarket",
"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>ppt-translator</title><g fill="none"><path fill="url(#SVGlROO8bHf)" d="M24 9c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17h25a8.5 8.5 0 0 0 0-17h-.541C35.45 13.84 30.29 9 24 9"/><path fill="url(#SVGyCyLqdjA)" fill-opacity=".3" d="M20 28.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0"/><path fill="url(#SVGblF96ciL)" fill-opacity=".3" d="M24 33c6.627 0 12-5.373 12-12S30.627 9 24 9c-6.297 0-11.46 4.85-11.96 11.017a8.5 8.5 0 0 1 7.2 12.002c1.459.631 3.069.981 4.76.981"/><path fill="url(#SVGsArCpeLq)" d="M24 33c6.627 0 12-5.373 12-12S30.627 9 24 9c-6.297 0-11.46 4.85-11.96 11.017a8.5 8.5 0 0 1 7.2 12.002c1.459.631 3.069.981 4.76.981"/><path fill="url(#SVGm3jLDdWK)" fill-opacity=".5" d="M24 9c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17h25a8.5 8.5 0 0 0 0-17h-.541C35.45 13.84 30.29 9 24 9"/><path fill="url(#SVG6YvSpe8u)" fill-opacity=".95" d="M20.25 18a1.25 1.25 0 1 0 0 2.5h7.5a1.25 1.25 0 1 0 0-2.5zM10 28.75c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25m17.25-1.25a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5z"/><defs><linearGradient id="SVGlROO8bHf" x1="4.5" x2="22.079" y1="14.25" y2="41.645" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#367af2"/></linearGradient><linearGradient id="SVGyCyLqdjA" x1="3" x2="14.46" y1="22.912" y2="33.055" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fcfcfc" stop-opacity="0"/></linearGradient><linearGradient id="SVGblF96ciL" x1="16.193" x2="19.363" y1="10.35" y2="26.899" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fcfcfc" stop-opacity="0"/></linearGradient><linearGradient id="SVG6YvSpe8u" x1="47.333" x2="32.725" y1="38" y2="1.657" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#fff"/></linearGradient><radialGradient id="SVGsArCpeLq" cx="0" cy="0" r="1" gradientTransform="rotate(-22.883 77.27 -17.737)scale(14.6589 13.0847)" gradientUnits="userSpaceOnUse"><stop offset=".412" stop-color="#2c87f5"/><stop offset="1" stop-color="#2c87f5" stop-opacity="0"/></radialGradient><radialGradient id="SVGm3jLDdWK" cx="0" cy="0" r="1" gradientTransform="rotate(62.445 5.145 21.978)scale(34.9921 259.97)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#dd3ce2" stop-opacity="0"/><stop offset="1" stop-color="#dd3ce2"/></radialGradient></defs></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB