去除ABOT内容

This commit is contained in:
liuwei
2025-05-28 16:57:37 +08:00
parent af6a16c341
commit 04df61694b
4 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@
</el-form>
<div class="error-message" v-if="errorMessage">{{ errorMessage }}</div>
<div class="login-footer">
© 2024 WeChatRobot | 智能机器人管理平台
© 2025 ABOT | 智能机器人管理平台
</div>
</div>
</div>

View File

@@ -44,7 +44,7 @@ def main():
# 创建机器人实例
robot = Robot(config)
robot.LOG.info(f"WeChatRobot 正在启动...")
robot.LOG.info(f"ABOT服务 正在启动...")
# 初始化并启动wechat_ipad客户端
if robot.init_wechat_ipad():

View File

@@ -35,7 +35,7 @@ class MessageSignPlugin(MessagePluginInterface):
@property
def author(self) -> str:
return "WeChatRobot Team"
return "ABOT Team"
@property
def command_prefix(self) -> Optional[str]:

View File

@@ -38,7 +38,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
@property
def author(self) -> str:
return "WeChatRobot Team"
return "ABOT Team"
@property
def command_prefix(self) -> Optional[str]: