This commit is contained in:
可达鸭 2025-03-08 08:47:29 +08:00
parent f7c3bcf7a2
commit c39d4cc7d8
2 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,7 @@ export class Main extends Template {
constructor() {
super()
this.profile = {
title: '京东超市',
crontab: 4
title: '京东超市'
}
}

View File

@ -6,8 +6,7 @@ export class Main extends Template {
this.profile = {
title: '京东视频红包',
interval: 3000,
round: 4,
crontab: 4
round: 4
}
}