From d3f261eb343b99761d9f723543af689a6949de26 Mon Sep 17 00:00:00 2001 From: hamo-reid Date: Tue, 28 Jun 2022 20:35:22 +0000 Subject: [PATCH] :beers: publish plugin PicMenu (#1070) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index cdb3f3fe..3780c03f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1917,5 +1917,24 @@ "homepage": "https://github.com/Mai-icy/nonebot-plugin-bread-shop", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_PicMenu", + "project_link": "nonebot_plugin_PicMenu", + "name": "PicMenu", + "desc": "根据插件元数据生成图片化功能菜单", + "author": "hamo-reid", + "homepage": "https://github.com/hamo-reid/nonenot_plugin_PicMenu", + "tags": [ + { + "label": "a:onebot", + "color": "#030303" + }, + { + "label": "t:menu", + "color": "#753dc6" + } + ], + "is_official": false } ] \ No newline at end of file