From 651623263231a932f945f7778715c23dd1d318c8 Mon Sep 17 00:00:00 2001 From: MimoKit Date: Sun, 2 Aug 2026 17:33:49 +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 13d5692e..37dc105c 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11409,4 +11409,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 + }, ]