From 11feb2c0d09d6ed575cc2f80957d16ee476c5169 Mon Sep 17 00:00:00 2001 From: monsterxcn Date: Fri, 25 Nov 2022 23:33:36 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8E=9F=E7=A5=9E?= =?UTF-8?q?=E5=89=8D=E7=9E=BB=E7=9B=B4=E6=92=AD=E5=85=91=E6=8D=A2=E7=A0=81?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=20(#1421)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c54ce2ed..8a69704c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3404,5 +3404,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_gscode", + "project_link": "nonebot-plugin-gscode", + "name": "原神前瞻直播兑换码查询", + "desc": "原神前瞻直播兑换码查询,数据来自米哈游官方接口", + "author": "monsterxcn", + "homepage": "https://github.com/monsterxcn/nonebot-plugin-gscode", + "tags": [ + { + "label": "t:Genshin", + "color": "#ffd49f" + } + ], + "is_official": false } ]