@@ -88,7 +88,7 @@ def jobs(robot: Robot):
await robot.message_count_to_db()
# ✅ 每天 09:30 从 sqlite 读取并发送群排行
@async_job.at_times(["09:30"])
@async_job.at_times(["10:06"])
async def msg_ranking_job():
await robot.generate_and_send_ranking()
The note is not visible to the blocked user.