From 1a0976e83458879444d5844b46e47c14d05f8f5a Mon Sep 17 00:00:00 2001 From: Gin2O Date: Fri, 24 Feb 2023 16:55:16 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=91=86=E5=91=86?= =?UTF-8?q?=E5=85=BD=E9=83=BD=E4=BC=9A=E8=B5=B7=E6=9D=A5=E9=94=BB=E7=82=BC?= =?UTF-8?q?=20H2E=20(#1736)?= 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 9491ec71..b65a7493 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4436,5 +4436,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_h2e", + "project_link": "nonebot-plugin-h2e", + "name": "呆呆兽都会起来锻炼 H2E", + "desc": "类似\"今天吃什么\"的一个插件,通过命令返回健身、游泳、瑜伽的锻炼方式啦", + "author": "Gin2O", + "homepage": "https://github.com/Gin2O/nonebot_plugin_h2e", + "tags": [ + { + "label": "锻炼", + "color": "#da4a4a" + }, + { + "label": "t:what2eat", + "color": "#99da4a" + }, + { + "label": "t: how2exe", + "color": "#99da4a" + } + ], + "is_official": false } ]