From 213a85c6efc85cdf684a87a23bc3a1af0f325b5b Mon Sep 17 00:00:00 2001 From: YlovexLN <1584544837@qq.com> Date: Fri, 27 Mar 2026 22:13:22 +0800 Subject: [PATCH 1/2] feat: karin-plugin-reply --- plugins.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index fcf2239..49d3dff 100644 --- a/plugins.json +++ b/plugins.json @@ -706,6 +706,30 @@ "branch": "main" } ] + }, + { + "name": "karin-plugin-reply", + "type": "npm", + "description": "一个功能强大的 Karin 关键词回复插件,支持精确匹配、包含匹配、正则匹配三种模式,可为不同群组配置专属回复规则。", + "home": "https://github.com/YlovexLN/karin-plugin-reply", + "license": { + "name": "GPL-3.0", + "url": "https://github.com/YlovexLN/karin-plugin-reply/blob/main/LICENSE" + }, + "time": "2026-03-19 15:04:37", + "author": [ + { + "name": "YlovexLN", + "home": "https://github.com/YlovexLN" + } + ], + "repo": [ + { + "type": "npm", + "url": "https://www.npmjs.com/package/karin-plugin-reply", + "branch": "" + } + ] } ] -} \ No newline at end of file +} From 8f5e670676a4d35868906980d7dd618d0fbd5192 Mon Sep 17 00:00:00 2001 From: YlovexLN <50139687+YlovexLN@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:16:30 +0800 Subject: [PATCH 2/2] Update description for karin-plugin-reply --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 49d3dff..566685e 100644 --- a/plugins.json +++ b/plugins.json @@ -710,7 +710,7 @@ { "name": "karin-plugin-reply", "type": "npm", - "description": "一个功能强大的 Karin 关键词回复插件,支持精确匹配、包含匹配、正则匹配三种模式,可为不同群组配置专属回复规则。", + "description": "关键词回复插件,支持精确匹配、包含匹配、正则匹配三种模式,可为不同群组配置专属回复规则。", "home": "https://github.com/YlovexLN/karin-plugin-reply", "license": { "name": "GPL-3.0",