From a6687dc8872908535f1852f067705e9db644086c Mon Sep 17 00:00:00 2001 From: BlueGlassBlock Date: Wed, 1 Oct 2025 22:29:37 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-htmlkit (#3694) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index ccb203d1..cce20c45 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9732,4 +9732,24 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_htmlkit", + "project_link": "nonebot-plugin-htmlkit", + "author_id": 50769752, + "tags": [ + { + "label": "模板渲染", + "color": "#a57021" + }, + { + "label": "图片生成", + "color": "#74c817" + }, + { + "label": "HTML渲染", + "color": "#199579" + } + ], + "is_official": false + }, ]