From 312095d1df4dd948e536baf422ea6f383c458383 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 01ec70a7..6feb7edd 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 } ]