From 794395e737847cd245861a156b353d6e3b253978 Mon Sep 17 00:00:00 2001 From: Passerby-D Date: Sat, 26 Nov 2022 02:32:46 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=AE=B0=E4=BA=8B?= =?UTF-8?q?=E6=9C=AC=20(#1419)?= 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 8a69704c..4976d6b8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3419,5 +3419,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_note", + "project_link": "nonebot-plugin-note", + "name": "记事本", + "desc": "一个有提醒功能的记事本", + "author": "Passerby-D", + "homepage": "https://github.com/Passerby-D/nonebot_plugin_note", + "tags": [], + "is_official": false } ]