From c3836fd9ec656bf3def4e9e5af94bf071482a5cb Mon Sep 17 00:00:00 2001 From: wuliya <3369906077@qq.com> Date: Sat, 10 May 2025 22:56:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(plugins):=20=E6=B7=BB=E5=8A=A0=20Karin=20?= =?UTF-8?q?=E7=89=88=E8=A1=A8=E6=83=85=E5=8C=85=E5=90=88=E6=88=90=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/plugins.json b/plugins.json index 57e20de..85e7643 100644 --- a/plugins.json +++ b/plugins.json @@ -339,6 +339,39 @@ "branch": "main" } ] + }, + { + "name": "karin-plugin-meme", + "type": "npm", + "description": "一个Karin版的表情包合成插件", + "home": "https://github.com/CandriaJS/karin-plugin-meme", + "license": { + "name": "GNU General Public License v3.0", + "url": "https://github.com/CandriaJS/karin-plugin-meme/blob/main/LICENSE" + }, + "time": "2025-05-10 19:20: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-meme", + "branch": "" + }, + { + "type": "github", + "url": "https://github.com/CandriaJS/karin-plugin-meme", + "branch": "main" + } + ] } ] }