From 4c5ccf1a092bea6f4ba4f641dc376a22c63e6f53 Mon Sep 17 00:00:00 2001 From: youlanan Date: Wed, 25 Feb 2026 20:16:48 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-cardimg (#3856) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 904342f1..14565e8e 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10420,4 +10420,24 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_cardimg", + "project_link": "nonebot-plugin-cardimg", + "author_id": 99666950, + "tags": [ + { + "label": "模板渲染", + "color": "#dec7ef" + }, + { + "label": "图片生成", + "color": "#f8d8cf" + }, + { + "label": "HTML渲染", + "color": "#c2dff2" + } + ], + "is_official": false + }, ]