From f7651980df1268b2ae01a209d404bf3a6fd20da6 Mon Sep 17 00:00:00 2001 From: zhzhongshi Date: Fri, 5 Apr 2024 10:50:48 +0800 Subject: [PATCH] :beers: publish plugin diffsinger (#2624) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 01ec70a7077f..6feb7edda33e 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5709,5 +5709,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_diffsinger", + "project_link": "nonebot-plugin-diffsinger", + "author": "zhzhongshi", + "tags": [ + { + "label": "diffsinger", + "color": "#c24444" + } + ], + "is_official": false } ]