测试插件定时任务

This commit is contained in:
liuwei
2025-05-20 14:39:53 +08:00
parent 765687ed48
commit 797520e0f8

View File

@@ -108,7 +108,7 @@ def jobs(robot: Robot):
# await robot.xiu_ren_pdf_send()
# ✅ 每 3 小时登录验证
@async_job.every_hours(3)
@async_job.at_times(["14:42"])
async def login_check_job():
robot.login_twice_auto_auth()