Skip to content

Commit 8b288ee

Browse files
author
Taois
committed
fix:nothing
1 parent 4aa2870 commit 8b288ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cron/daily-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
schedule: {
88
// cron: '0 0 1 * * *', // UTC时间1点对应北京时间9点
99
// timezone: 'UTC',
10-
cron: '0 0 8 * * *', // 每天 8:00
10+
cron: '0 0 10 * * *', // 每天 10:00
1111
// cron: '0 31 17 * * *', // 每天 17:30
1212
timezone: 'Asia/Shanghai', // 直接用北京时间时区
1313
runOnInit: false // 启动时立即执行一次

0 commit comments

Comments
 (0)