调整插件名称

This commit is contained in:
liuwei
2025-03-19 15:13:14 +08:00
parent 867007a3b1
commit 6a1df97095
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ class PluginManagerPlugin(MessagePluginInterface):
@property
def name(self) -> str:
return "插件管理[plugin_manager]"
return "插件管理"
@property
def version(self) -> str: