From db304454597581908b946124fe751fea17a1f2f3 Mon Sep 17 00:00:00 2001 From: Kohinata Iroha <167739314+dmmdekkd@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:01:02 +0800 Subject: [PATCH] Update plugins.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加karin-plugin-iroha --- plugins.json | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 173de60..ef22f9f 100644 --- a/plugins.json +++ b/plugins.json @@ -682,6 +682,68 @@ "branch": "main" } ] - } + }, + { + "name": "@candriajs/karin-plugin-git", + "type": "npm", + "description": "一个Karin版的git仓库订阅推送", + "home": "https://github.com/CandriaJS/karin-plugin-git", + "license": { + "name": "GNU General Public License v3.0", + "url": "https://github.com/CandriaJS/karin-plugin-git/blob/main/LICENSE" + }, + "time": "2025-11-09 22:15:00", + "author": [ + { + "name": "CandriaJS", + "home": "https://github.com/CandriaJS" + }, + { + "name": "shiwuliya", + "home": "https://github.com/shiwuliya" + } + ], + "repo": [ + { + "type": "npm", + "url": "https://www.npmjs.com/package/@candriajs/karin-plugin-git", + "branch": "" + }, + { + "type": "github", + "url": "https://github.com/CandriaJS/karin-plugin-git", + "branch": "main" + } + ] + }, + { + "name": "karin-plugin-iroha", + "type": "npm", + "description": "karin的功能插件", + "home": "https://github.com/dmmdekkd/karin-plugin-iroha", + "license": { + "name": "MIT license", + "url": "https://github.com/dmmdekkd/karin-plugin-iroha/blob/main/LICENSE" + }, + "time": "2026-1-28 15:56:00", + "author": [ + { + "name": "dmmdekkd", + "home": "https://github.com/dmmdekkd" + } + ], + "repo": [ + { + "type": "npm", + "url": "https://www.npmjs.com/package/karin-plugin-iroha", + "branch": "" + }, + { + "type": "github", + "url": "https://github.com/dmmdekkd/karin-plugin-iroha", + "branch": "main" + } + ] + }, ] }