From b2594f61deafc539469de864b182e8b05ae9dad2 Mon Sep 17 00:00:00 2001 From: bridgeL Date: Tue, 18 Oct 2022 07:06:12 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20ayaka=E8=A1=8D?= =?UTF-8?q?=E7=94=9F=E6=8F=92=E4=BB=B6=20-=20=E6=97=B6=E5=8C=BA=E5=8A=A9?= =?UTF-8?q?=E6=89=8B=20(#1331)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 11f185a4..52dacd02 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3049,5 +3049,28 @@ } ], "is_official": false + }, + { + "module_name": "ayaka_timezone", + "project_link": "nonebot-plugin-ayaka-timezone", + "name": "ayaka衍生插件 - 时区助手", + "desc": "提供不同时区时间询问服务", + "author": "bridgeL", + "homepage": "https://github.com/bridgeL/nonebot-plugin-ayaka-timezone", + "tags": [ + { + "label": "a:cqhttp", + "color": "#000000" + }, + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "t:timezone", + "color": "#e36306" + } + ], + "is_official": false } ] \ No newline at end of file