From ed6d436a50199e6f5a8a7355a760f1753aca4d4a Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi Date: Fri, 7 Apr 2023 18:31:18 +0000 Subject: [PATCH] :beers: publish plugin GenshinUID (#1902) --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 58b265f4..e2376061 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5191,5 +5191,28 @@ } ], "is_official": false + }, + { + "module_name": "GenshinUID", + "project_link": "nonebot-plugin-genshinuid", + "name": "GenshinUID", + "desc": "支持大部分适配器的全功能NoneBot2原神插件", + "author": "KimigaiiWuyi", + "homepage": "https://github.com/KimigaiiWuyi/GenshinUID", + "tags": [ + { + "label": "a:all", + "color": "#ea5252" + }, + { + "label": "原神", + "color": "#000000" + }, + { + "label": "早柚核心", + "color": "#7937a9" + } + ], + "is_official": false } ]