From f90352e5e8a42a25201a39a966f489c2b000cd20 Mon Sep 17 00:00:00 2001 From: WhyPilotXia Date: Sun, 21 Jun 2026 00:26:46 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-mail (#4057) --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index fe70634f..5d5bc95f 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11040,4 +11040,24 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot_plugin_mail", + "project_link": "nonebot-plugin-mail", + "author_id": 86997355, + "tags": [ + { + "label": "邮件", + "color": "#ea5252" + }, + { + "label": "AI", + "color": "#ea5252" + }, + { + "label": "notion", + "color": "#ea5252" + } + ], + "is_official": false + }, ]