更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 77124983ff
commit 8900fe9ef6
  1. 12
      SrcJu.js

@ -257,13 +257,13 @@ function yiji() {
}) })
runModes.forEach((it) =>{ runModes.forEach((it) =>{
d.push({ d.push({
title: getMyVar("sousuoPageType",runMode)==it?`““””<b><span style="color: #3399cc">`+it+`</span></b>`:it, title: Juconfig["runMode"]==it?`““””<b><span style="color: #3399cc">`+it+`</span></b>`:it,
url: $('#noLoading#').lazyRule((it) => { url: $('#noLoading#').lazyRule((cfgfile,Juconfig,input) => {
putMyVar("sousuoPageType",it); Juconfig["runMode"] = input;
initConfig({依赖: getMyVar('SrcJuCfg')}); writeFile(cfgfile, JSON.stringify(Juconfig));
refreshPage(false); refreshPage(false);
return "hiker://empty"; return 'toast://运行模式已切换为:' + input;
},it), }, cfgfile, Juconfig ,it),
col_type: 'scroll_button' col_type: 'scroll_button'
}); });
}) })

Loading…
Cancel
Save