去除ABOT内容
This commit is contained in:
@@ -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>
|
||||
|
||||
2
main.py
2
main.py
@@ -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():
|
||||
|
||||
@@ -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]:
|
||||
|
||||
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user