@@ -110,7 +110,7 @@ def jobs(robot: Robot):
# ✅ 每 3 小时登录验证
@async_job.every_hours(3)
async def login_check_job():
await asyncio.to_thread(robot.login_twice_auto_auth)
robot.login_twice_auto_auth()
@async_job.at_times(["11:15"])
async def update_image_cache_job():
The note is not visible to the blocked user.