指令中文化

This commit is contained in:
liuwei
2025-03-17 16:48:54 +08:00
parent a1b40f0274
commit d15b8165c8

View File

@@ -25,7 +25,7 @@ def main(chat_type: int):
robot.LOG.info(f"WeChatRobot【{__version__}】成功启动···")
# 机器人启动发送测试消息
robot.send_text_msg("机器人启动成功!", "filehelper")
robot.send_text_msg("启动成功!", "filehelper")
# 接收消息
# robot.enableRecvMsg() # 可能会丢消息?