From cb92bb70077a07b1c92dcac97673518332dbc85f Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Sun, 23 Jan 2022 13:13:15 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BB=8A=E5=A4=A9?= =?UTF-8?q?=E5=90=83=E4=BB=80=E4=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 80b50ef3..b8a5496f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1015,5 +1015,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_what2eat", + "project_link": "nonebot-plugin-what2eat", + "name": "今天吃什么", + "desc": "选择恐惧症?让Bot给你今天吃什么建议!", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_what2eat", + "tags": [ + { + "label": "a:cqhttp", + "color": "#cd3d3d" + }, + { + "label": "t:what2eat", + "color": "#f09526" + }, + { + "label": "alpha only", + "color": "#181717" + } + ], + "is_official": false } ] \ No newline at end of file