From ddf5da98076e316943bc100acda136a0c422c0e4 Mon Sep 17 00:00:00 2001 From: KiKi-XC Date: Mon, 16 Sep 2024 01:14:39 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20SSE=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=BE=93=E5=87=BA=E6=B5=81=20(#2959)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 0bc9af3e631b..a5ce15f4a471 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6963,5 +6963,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_logstream", + "project_link": "nonebot-plugin-logstream", + "author": "KiKi-XC", + "tags": [ + { + "label": "log", + "color": "#41fae7" + }, + { + "label": "SSE", + "color": "#1eefff" + } + ], + "is_official": false } ]