From 1596ec9505650c6458058e4a7f43bb6b78e6ece0 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 15 Jun 2024 18:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyMenu.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyMenu.js | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/SrcJyMenu.js b/SrcJyMenu.js index 436a1057..710f7d2f 100644 --- a/SrcJyMenu.js +++ b/SrcJyMenu.js @@ -93,9 +93,9 @@ function lookset() { col_type: "text_2" }); d.push({ - title: (parseRecord['cachem3u8'] != 0 ? getide(1) : getide(0)) + 'm3u8缓存', + title: (parseRecord['cachem3u8'] == 1 ? getide(1) : getide(0)) + 'm3u8缓存', url: $('#noLoading#').lazyRule((parseRecord, recordfile) => { - if (parseRecord['cachem3u8'] == 0) { + if (parseRecord['cachem3u8'] != 1) { parseRecord['cachem3u8'] = 1; } else { parseRecord['cachem3u8'] = 0; @@ -136,9 +136,8 @@ function lookset() { col_type: "text_2" }); d.push({ - col_type: "line" + col_type: "line_blank" }); - d.push({ title: '解析设置', col_type: "rich_text" @@ -198,7 +197,7 @@ function lookset() { refreshPage(false); return 'toast://嗅探内核切换为:'+sm; }, parseRecord, recordfile), - col_type: "text_3" + col_type: "text_2" }); d.push({ title: (parseRecord['dmRoute'] == "1" ? getide(1) : getide(0)) + 'dm盒子弹幕', @@ -212,11 +211,9 @@ function lookset() { refreshPage(false); return 'toast://切换成功'; }, parseRecord, recordfile), - col_type: "text_3" - }); - d.push({ - col_type: "line_blank" + col_type: "text_2" }); + /* d.push({ title: (getItem('enabledpush', '') == '1' ? getide(1) : getide(0)) + 'TVBOX推送',