From 09b0b2084d091ea8a1236f36fadeeabc434e4364 Mon Sep 17 00:00:00 2001 From: Cvandia Date: Tue, 7 Feb 2023 08:59:25 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BB=8A=E5=A4=A9?= =?UTF-8?q?=E5=90=83=E5=96=9D=E4=BB=80=E4=B9=88=EF=BC=88=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=89=88=EF=BC=89=20(#1677)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index b09e67aa..1f74b166 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4204,5 +4204,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_whateat_pic", + "project_link": "nonebot-plugin-whateat-pic", + "name": "今天吃喝什么(图片版)", + "desc": "今天吃什么呢", + "author": "Cvandia", + "homepage": "https://github.com/Cvandia/nonebot-plugin-whateat-pic", + "tags": [ + { + "label": "t:吃什么", + "color": "#e4ea52" + }, + { + "label": "t:喝什么", + "color": "#52ea8b" + } + ], + "is_official": false } ]