From e92bc246311abed3993c8e0c1e8c370ccb8826a1 Mon Sep 17 00:00:00 2001 From: bridgeL Date: Fri, 23 Dec 2022 13:34:05 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E5=A4=8D=E8=AF=BB=20(#1499)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 788fac98..d614a6f1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3718,5 +3718,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_no_repeat", + "project_link": "nonebot-plugin-no-repeat", + "name": "不要复读", + "desc": "防止代码炸了在群里复读刷屏,让你写插件的时候更安全", + "author": "bridgeL", + "homepage": "https://github.com/bridgeL/nonebot-plugin-no-repeat", + "tags": [], + "is_official": false } ]