From b2d97aacafc929301b96f2c3af23e76bb44afdfb Mon Sep 17 00:00:00 2001 From: dmmdekkd <3448585471@qq.com> Date: Mon, 31 Aug 2026 01:41:31 +0800 Subject: [PATCH] feat(plugins): add karin-plugin-qbot plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增基于Karin的开放平台管理端插件karin-plugin-qbot,包含其GitHub和npm仓库信息 --- plugins.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/plugins.json b/plugins.json index 3c51d73..7821b5a 100644 --- a/plugins.json +++ b/plugins.json @@ -778,6 +778,35 @@ "branch": "main" } ] + }, + { + "name": "karin-plugin-qbot", + "type": "npm", + "description": "基于Karin编写的开放平台管理端插件", + "home": "https://github.com/dmmdekkd/karin-plugin-qbot", + "license": { + "name": "MIT", + "url": "https://github.com/dmmdekkd/karin-plugin-qbot/blob/main/LICENSE" + }, + "time": "2026-08-31 00:00:00", + "author": [ + { + "name": "dmmdekkd", + "home": "https://github.com/dmmdekkd" + } + ], + "repo": [ + { + "type": "github", + "url": "https://github.com/dmmdekkd/karin-plugin-qbot", + "branch": "main" + }, + { + "type": "npm", + "url": "https://www.npmjs.com/package/karin-plugin-qbot", + "branch": "" + } + ] } ] } \ No newline at end of file