From 7779df3197b60c7e5d287a687e7ccf6a2a9e0946 Mon Sep 17 00:00:00 2001 From: jevons0411 Date: Wed, 14 Sep 2022 21:19:31 +0800 Subject: [PATCH] Update SrcJyMenu.js --- SrcJyMenu.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/SrcJyMenu.js b/SrcJyMenu.js index 3f4d3608..4accb817 100644 --- a/SrcJyMenu.js +++ b/SrcJyMenu.js @@ -238,17 +238,17 @@ var erjimenu = [ }; d.push({ title: '当前解析模式:' + (parsemode==1?'聚影智能':parsemode==2?'强制断插':'强制嗅探'), - desc: parsemode==1?'上次优先>app解析+私有解析'+(haveDN&&isdn?'+断插解析':'')+'+嗅探保底':parsemode==2?'走断插(含魔断)或帅助手小程序设置的解析逻辑':'接口自带和私有解析中的直链+保底自带解析进行聚合嗅探', + desc: parsemode==1?'上次优先>app解析+私有解析'+(haveDN&&isdn?'+断插解析':'')+'+嗅探保底':parsemode==2?'断插(含魔断)或帅助手设置的解析逻辑':'app和私有解析中的直链+保底解析进行聚合嗅探', url: 'hiker://empty', col_type: "text_center_1" }); d.push({ - title: '聚影智能', + title: '◉聚影智能', url: 'hiker://empty', col_type: "text_2" }); d.push({ - title: '断插辅助', + title: '◉断插辅助', url: 'hiker://empty', col_type: "text_2" }); @@ -256,7 +256,7 @@ var erjimenu = [ col_type: "line" }); d.push({ - title: '强制断插', + title: '◉强制断插', url: 'hiker://empty', col_type: "text_2" }); @@ -269,7 +269,7 @@ var erjimenu = [ col_type: "line" }); d.push({ - title: '强制嗅探', + title: '◉强制嗅探', url: 'hiker://empty', col_type: "text_2" }); @@ -278,9 +278,7 @@ var erjimenu = [ url: 'hiker://empty', col_type: "text_2" }); - d.push({ - col_type: "line" - }); + /* d.push({ title: isDn==1&&JYconfig['isdn']!=0?'断插辅助(开)':'断插辅助(关)',