From 4c8bc9f0cb2160cb531260a5626d106b29d87def Mon Sep 17 00:00:00 2001 From: Akirami <66513481+A-kirami@users.noreply.github.com> Date: Fri, 9 Sep 2022 18:52:12 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20Fix:=20=E4=BF=AE=E6=AD=A3=20GenshinUI?= =?UTF-8?q?D=20=E7=9A=84=E5=8F=91=E5=B8=83=E7=B1=BB=E5=9E=8B=20(#1243)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/bots.json | 13 ------------- website/static/plugins.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/website/static/bots.json b/website/static/bots.json index 776f7c09..60d2876f 100644 --- a/website/static/bots.json +++ b/website/static/bots.json @@ -250,18 +250,5 @@ } ], "is_official": false - }, - { - "name": "GenshinUID", - "desc": "原神机器人", - "author": "84227871", - "homepage": "https://github.com/KimigaiiWuyi/GenshinUID", - "tags": [ - { - "label": "原神", - "color": "#ea5252" - } - ], - "is_official": false } ] \ No newline at end of file diff --git a/website/static/plugins.json b/website/static/plugins.json index 85eff54a..02664d1d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2660,5 +2660,20 @@ } ], "is_official": false + }, + { + "module_name": "GenshinUID", + "project_link": "git+https://github.com/KimigaiiWuyi/GenshinUID.git@nonebot2-beta1#egg=GenshinUID", + "name": "GenshinUID", + "desc": "原神Uid查询/原神Wiki/米社签到/树脂提醒插件", + "author": "KimigaiiWuyi", + "homepage": "https://github.com/KimigaiiWuyi/GenshinUID/tree/nonebot2-beta1", + "tags": [ + { + "label": "原神", + "color": "#8edffb" + } + ], + "is_official": false } ] \ No newline at end of file