feat: append openapi and integration plugin into registry

pull/90/head
moonrailgun 2 years ago
parent 65d028fe3b
commit c370347cf4

@ -173,5 +173,27 @@
"description": "Quickly open wormhole in the chat input box to support file transfer",
"description.zh-CN": "在聊天输入框快捷打开 wormhole 以支持传输文件",
"requireRestart": true
},
{
"label": "Openapi Platform Plugin",
"label.zh-CN": "开放平台插件",
"name": "com.msgbyte.openapi",
"url": "/plugins/com.msgbyte.openapi/index.js",
"version": "0.0.0",
"author": "msgbyte",
"description": "Provide the operating capability of the open platform for the application",
"description.zh-CN": "为应用提供开放平台的操作能力",
"requireRestart": true
},
{
"label": "third party integration",
"label.zh-CN": "第三方集成",
"name": "com.msgbyte.integration",
"url": "/plugins/com.msgbyte.integration/index.js",
"version": "0.0.0",
"author": "moonrailgun",
"description": "Used to integrate third-party applications in groups",
"description.zh-CN": "用于在群组中集成第三方应用",
"requireRestart": true
}
]

Loading…
Cancel
Save