加入绅士R15的内容

This commit is contained in:
liuwei
2025-12-10 14:53:54 +08:00
parent 33897dc1cd
commit e204610bc5
3 changed files with 239 additions and 0 deletions

View File

@@ -119,6 +119,11 @@ def jobs(robot: Robot):
async def xiuren_download_job():
await robot.xiu_ren_download_task()
# ✅ 每天 01:30 下载秀人网帖子
@async_job.at_times(["2:30"])
async def shenshiR15_download_job():
await robot.shen_shi_download_task()
# ✅ 每天 17:30 发秀人 PDF如果启用
# @async_job.at_times(["17:30"])
# async def xiuren_pdf_send_job():