From 291a7cbb8ba2732c97f239b9892e70efdd48d276 Mon Sep 17 00:00:00 2001 From: 17TheWord <17TheWord@users.noreply.github.com> Date: Sun, 4 Sep 2022 03:17:48 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=98=9F=E9=99=85?= =?UTF-8?q?=E6=88=98=E7=94=B2=E4=BA=8B=E4=BB=B6=E6=9F=A5=E8=AF=A2=20(#1219?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 66111fb9..2bbcdb36 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2603,5 +2603,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_warframe", + "project_link": "nonebot-plugin-warframe", + "name": "星际战甲事件查询", + "desc": "基于NoneBot的星际战甲事件查询插件", + "author": "17TheWord", + "homepage": "https://github.com/17TheWord/nonebot-plugin-warframe", + "tags": [ + { + "label": "星际战甲", + "color": "#ed3f3f" + }, + { + "label": "WarFrame", + "color": "#edea3f" + } + ], + "is_official": false } ]