调整插件名称
This commit is contained in:
@@ -16,7 +16,7 @@ class PluginManagerPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
return "插件管理[plugin_manager]"
|
return "插件管理"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self) -> str:
|
def version(self) -> str:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ class XiurenImagePlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
return "秀人图片[xiuren_image]"
|
return "秀人图片"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self) -> str:
|
def version(self) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user