提醒更新成功

This commit is contained in:
liuwei
2025-05-06 10:58:19 +08:00
parent a625024f8e
commit e47adac236

View File

@@ -38,9 +38,10 @@ def main(chat_type: int):
# 初始化并启动wechat_ipad客户端
if robot.init_wechat_ipad():
robot.LOG.info("wechat_ipad客户端启动成功")
robot.ipad_bot.send_text_message("filehelper", "ipad客户端启动成功")
else:
robot.LOG.error("wechat_ipad客户端启动失败")
# 启动Dashboard服务器
dashboard_server = None
try: