File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ boxjs链接 https://raw.githubusercontent.com/ziye12/JavaScript/main/Task/ziye.
28282.3 设置LIVE 为61 时 单跑直播
29292.3 修复错误,修复直播收益显示
30302.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 ( ) ; //播放
You can’t perform that action at this time.
0 commit comments