|
|
|
@ -378,26 +378,25 @@ var erjimenu = [ |
|
|
|
|
col_type: "text_3" |
|
|
|
|
}); |
|
|
|
|
d.push({ |
|
|
|
|
title: (parsemode==3&&JYconfig.xiutannh!='web'?getide(1):getide(0))+'x5内核', |
|
|
|
|
title: (parsemode==3&&JYconfig.xiutannh!='x5'?getide(1):getide(0))+'web内核', |
|
|
|
|
url: $('#noLoading#').lazyRule((JYconfig,cfgfile) => { |
|
|
|
|
JYconfig['xiutannh'] = 'x5'; |
|
|
|
|
JYconfig['xiutannh'] = 'web'; |
|
|
|
|
writeFile(cfgfile, JSON.stringify(JYconfig)); |
|
|
|
|
refreshPage(false); |
|
|
|
|
return 'toast://嗅探内核:x5'; |
|
|
|
|
return 'toast://嗅探内核:web'; |
|
|
|
|
}, JYconfig, cfgfile), |
|
|
|
|
col_type: "text_3" |
|
|
|
|
}); |
|
|
|
|
d.push({ |
|
|
|
|
title: (parsemode==3&&JYconfig.xiutannh=='web'?getide(1):getide(0))+'web内核', |
|
|
|
|
title: (parsemode==3&&JYconfig.xiutannh=='x5'?getide(1):getide(0))+'x5内核', |
|
|
|
|
url: $('#noLoading#').lazyRule((JYconfig,cfgfile) => { |
|
|
|
|
JYconfig['xiutannh'] = 'web'; |
|
|
|
|
JYconfig['xiutannh'] = 'x5'; |
|
|
|
|
writeFile(cfgfile, JSON.stringify(JYconfig)); |
|
|
|
|
refreshPage(false); |
|
|
|
|
return 'toast://嗅探内核:web'; |
|
|
|
|
return 'toast://嗅探内核:x5'; |
|
|
|
|
}, JYconfig, cfgfile), |
|
|
|
|
col_type: "text_3" |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
d.push({ |
|
|
|
|
title: isDn==1&&JYconfig['isdn']!=0?'断插辅助(开)':'断插辅助(关)', |
|
|
|
|