From e14709c7f051e550479e1dbcdac707c7cd643f4a Mon Sep 17 00:00:00 2001 From: Reversedeer Date: Sun, 29 Jan 2023 06:14:36 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=88=94=E7=8B=97?= =?UTF-8?q?=E6=97=A5=E8=AE=B0=20(#1645)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 04018e57..5a150a30 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4001,5 +4001,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_dog", + "project_link": "nonebot-plugin-dog", + "name": "舔狗日记", + "desc": "随机发送一句舔狗日记文案", + "author": "Reversedeer", + "homepage": "https://github.com/Reversedeer/nonebot_plugin_dog", + "tags": [ + { + "label": "a:nonebot", + "color": "#c61b1b" + } + ], + "is_official": false } ]