From 0c187cd8c3ba09870a5ddaf8c1c6851ca4a429b1 Mon Sep 17 00:00:00 2001 From: KiKi-XC Date: Mon, 16 Sep 2024 10:27:36 +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 b05ecda7..166f8881 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6975,5 +6975,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 } ]