From 2054655912d2c0ad0805e9f033291cdfc20cce44 Mon Sep 17 00:00:00 2001 From: qwqZYLqwq Date: Sat, 29 Jul 2023 20:15:48 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Among=20US?= =?UTF-8?q?=E4=B8=AD=E7=9A=84TOH=E6=A8=A1=E7=BB=84=E8=81=8C=E4=B8=9A?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D=20(#2220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 8a41f658..89c7bee5 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6858,5 +6858,26 @@ "nonebot.adapters.qqguild", "nonebot.adapters.telegram" ] + }, + { + "module_name": "nonebot_plugin_aujob", + "project_link": "nonebot-plugin-aujob", + "name": "Among US中的TOH模组职业介绍", + "desc": "查询TOH模组里职业的玩法描述", + "author": "qwqZYLqwq", + "homepage": "https://github.com/qwqZYLqwq/nonebot-plugin-aujob", + "tags": [ + { + "label": "among us", + "color": "#48d5bf" + }, + { + "label": "TOH", + "color": "#05c4f2" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]