Files
codex-free-market/.agents/plugins/marketplace.json
2026-07-23 12:15:04 +08:00

81 lines
1.8 KiB
JSON

{
"name": "cjysa-free",
"interface": {
"displayName": "CJYSA 免费插件市场"
},
"plugins": [
{
"name": "cjysa-relay-basic",
"source": {
"source": "local",
"path": "./plugins/cjysa-relay-basic"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
},
{
"name": "git-tools",
"source": {
"source": "local",
"path": "./plugins/git-tools"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
},
{
"name": "cjysa-documents",
"source": {
"source": "local",
"path": "./plugins/cjysa-documents"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "cjysa-pdf",
"source": {
"source": "local",
"path": "./plugins/cjysa-pdf"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "cjysa-spreadsheets",
"source": {
"source": "local",
"path": "./plugins/cjysa-spreadsheets"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "cjysa-presentations",
"source": {
"source": "local",
"path": "./plugins/cjysa-presentations"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}