优化插件管理内容

This commit is contained in:
liuwei
2025-03-19 14:28:23 +08:00
parent cb87ca4921
commit 0ed506a6a4
5 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ class MusicPlugin(MessagePluginInterface):
@property
def name(self) -> str:
return "音乐点播"
return "音乐点播[music]"
@property
def version(self) -> str: