From b92d47b3626693920ae3b0034cc89ead6e19a9f6 Mon Sep 17 00:00:00 2001 From: nikissXI Date: Tue, 17 Jan 2023 02:26:26 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=96=B5=E5=96=B5?= =?UTF-8?q?=E8=87=AA=E8=AE=B0=E8=8F=9C=E8=B0=B1=20(#1598)?= 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 8f162480..1bea512f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4111,5 +4111,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_nya_cook_menu", + "project_link": "nonebot-plugin-nya-cook-menu", + "name": "喵喵自记菜谱", + "desc": "记录生活中的小菜谱", + "author": "nikissXI", + "homepage": "https://github.com/nikissXI/nonebot_plugins/tree/main/nonebot_plugin_nya_cook_menu", + "tags": [ + { + "label": "菜谱", + "color": "#e65de5" + } + ], + "is_official": false } ]