From 3aa762ff1c647e5a1c86198cfbf92863d6b02047 Mon Sep 17 00:00:00 2001 From: MimoKit Date: Tue, 1 Sep 2026 16:52:36 +0800 Subject: [PATCH] :beers: publish plugin Mimo Console (#4131) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 06226bd1..9cfc529a 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11632,4 +11632,24 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_mimo_console", + "project_link": "nonebot-plugin-mimo-console", + "author_id": 278909251, + "tags": [ + { + "label": "webui", + "color": "#6366f1" + }, + { + "label": "管理", + "color": "#3b82f6" + }, + { + "label": "运维", + "color": "#14b8a6" + } + ], + "is_official": false + }, ]