From fd3d1bb1159aa0c2646e6a33068340a441bc0ea6 Mon Sep 17 00:00:00 2001 From: QBkira Date: Sun, 25 Jun 2023 21:38:02 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Diablo4=E5=9C=B0?= =?UTF-8?q?=E7=8B=B1=E7=8B=82=E6=BD=AEboss=E6=8F=90=E9=86=92=E5=B0=8F?= =?UTF-8?q?=E5=8A=A9=E6=89=8B=20(#2121)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index ec71707f..95740b4e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6829,5 +6829,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_helltide", + "project_link": "nonebot-plugin-helltide", + "name": "Diablo4地狱狂潮boss提醒小助手", + "desc": "支持订阅,在D4继续上班", + "author": "QBkira", + "homepage": "https://github.com/QBkira/nonebot-plugin-helltide", + "tags": [ + { + "label": "helltide", + "color": "#ff0000" + }, + { + "label": "diablo4", + "color": "#ff3300" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]