From c370347cf47b4c92c9e4b44c47f6a2fce6295bc2 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 15 Apr 2023 22:28:00 +0800 Subject: [PATCH] feat: append openapi and integration plugin into registry --- client/web/registry.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/client/web/registry.json b/client/web/registry.json index c86d5f53..d374bbf6 100644 --- a/client/web/registry.json +++ b/client/web/registry.json @@ -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 } ]