Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 5d29d62

Browse files
author
ziye12
authored
笑谱 直播限制为30 设置LIVE为0 不跑直播,1跑直播和视频,2单跑直播
1 parent 1b29a3b commit 5d29d62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Task/iboxpay.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ boxjs链接 https://raw.githubusercontent.com/ziye12/JavaScript/main/Task/ziye.
2828
2.3 设置LIVE 为61 时 单跑直播
2929
2.3 修复错误,修复直播收益显示
3030
2.4 修复金蛋问题,增加视频收益统计,增加上限判定,达到上限以及19点后不执行视频,
31-
2.4 直播限制为30 设置LIVE为31 以及19点后 单跑直播
31+
2.4 直播限制为30 设置LIVE为0 不跑直播,1跑直播和视频,2单跑直播
3232
3333
⚠️一共2个位置 2个ck 👉 3条 Secrets
3434
多账号换行
@@ -307,7 +307,7 @@ async function all() {
307307
if (!cashcs.amount && CASH >= 1 && $.coin.data.balance / 100 >= CASH) {
308308
await withdraw(); //提现
309309
}
310-
if (LIVE >= 1 && nowTimes.getHours() >= 8 && nowTimes.getHours() <= 23 && $.sylist.resultCode && livecs < LIVE) {
310+
if (LIVE >= 1 && nowTimes.getHours() >= 8 && nowTimes.getHours() <= 23 && $.sylist.resultCode && livecs < 30) {
311311
await liveslist(); //直播节目表
312312
dd = liveIdcd * 35 - 34
313313
console.log(`📍本次直播运行需要${dd}秒` + '\n')
@@ -316,7 +316,7 @@ async function all() {
316316

317317
}
318318

319-
if (LIVE != 31 && nowTimes.getHours() <= 18 && $.splimit.data.isUperLimit == false || tts() <= (Number(oldtime) + 48 * 60 * 60 * 1000)) {
319+
if (LIVE != 2 && nowTimes.getHours() <= 18 && $.splimit.data.isUperLimit == false || tts() <= (Number(oldtime) + 48 * 60 * 60 * 1000)) {
320320
tt = CS * 30 - 29
321321
console.log(`📍本次视频运行需要${tt}秒` + '\n')
322322
await play(); //播放

0 commit comments

Comments
 (0)