From 4ca91ecc7eb7c5daacef781c406916820cb0237c Mon Sep 17 00:00:00 2001 From: Sydrr0 Date: Fri, 4 Aug 2023 11:39:02 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20CSGO=E9=A5=B0?= =?UTF-8?q?=E5=93=81=E6=9F=A5=E8=AF=A2=E6=9C=BA=E5=99=A8=E4=BA=BA=20(#2224?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 2a0a930a..6e12530b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6961,5 +6961,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_csornament", + "project_link": "nonebot-plugin-csornament", + "name": "CSGO饰品查询机器人", + "desc": "一款模拟查找饰品价格的机器人", + "author": "Sydrr0", + "homepage": "https://github.com/Sydrr0/nonebot-plugin-csornament", + "tags": [ + { + "label": "CS:GO", + "color": "#047b97" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]