调整插件名称

This commit is contained in:
liuwei
2025-03-19 14:40:06 +08:00
parent 48710748fd
commit f2e7352b37
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
@property
def name(self) -> str:
return "群聊消息总结[message_summary]"
return "群聊总结"
@property
def version(self) -> str:

View File

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

View File

@@ -17,7 +17,7 @@ class StatsCollectorPlugin(PluginInterface):
@property
def name(self) -> str:
return "群聊指令记录[stats_collector]"
return "指令记录"
@property
def version(self) -> str:

View File

@@ -11,7 +11,7 @@ class StatsDashboardPlugin(PluginInterface):
@property
def name(self) -> str:
return "统计看板[stats_dashboard]"
return "统计看板"
@property
def version(self) -> str: