From a2a5af9b5ec415704d0bd612d7e537b1a4660d18 Mon Sep 17 00:00:00 2001 From: PadorFelice Date: Tue, 28 Feb 2023 10:40:29 +0000 Subject: [PATCH] :beers: publish plugin nonebot_plugin_eventdone (#1754) --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 1088f158..ad209ddb 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4535,5 +4535,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_eventdone", + "project_link": "nonebot-plugin-eventdone", + "name": "nonebot_plugin_eventdone", + "desc": "远程同意好友", + "author": "PadorFelice", + "homepage": "https://github.com/PadorFelice/nonebot_plugin_eventdone", + "tags": [ + { + "label": "同意好友", + "color": "#ba2d2d" + } + ], + "is_official": false } ]