From 8d9be61406fbddfe865c1810e7d5754f11a413be Mon Sep 17 00:00:00 2001 From: Q1351998764 Date: Tue, 11 Jul 2023 20:31:11 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-wenan (#2183) --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index bc347fe0..120029df 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7084,5 +7084,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_wenan", + "project_link": "nonebot-plugin-wenan", + "name": "nonebot-plugin-wenan", + "desc": "一款可以自由增删文案指令和api的插件", + "author": "Q1351998764", + "homepage": "https://github.com/Q1351998764/nonebot-plugin-wenan", + "tags": [ + { + "label": "文案api", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]