|
|
@ -92,12 +92,14 @@ function jiekouyiji() { |
|
|
|
|
|
|
|
|
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: api_group?'👉'+api_group:'🆙选择分组', |
|
|
|
title: api_group?'👉'+api_group:'🆙选择分组', |
|
|
|
url: $(grouplist,2).select((cfgfile,JYconfig)=>{ |
|
|
|
url: $(grouplist,2).select((cfgfile,JYconfig,api_group)=>{ |
|
|
|
JYconfig['zsjiekou'].api_group = input; |
|
|
|
if(api_group!=input){ |
|
|
|
writeFile(cfgfile, JSON.stringify(JYconfig)); |
|
|
|
JYconfig['zsjiekou'].api_group = input; |
|
|
|
refreshPage(true); |
|
|
|
writeFile(cfgfile, JSON.stringify(JYconfig)); |
|
|
|
|
|
|
|
refreshPage(true); |
|
|
|
|
|
|
|
} |
|
|
|
return "hiker://empty"; |
|
|
|
return "hiker://empty"; |
|
|
|
},cfgfile,JYconfig), |
|
|
|
},cfgfile,JYconfig,api_group), |
|
|
|
col_type: "scroll_button" |
|
|
|
col_type: "scroll_button" |
|
|
|
}); |
|
|
|
}); |
|
|
|
if(datalist.length>0){ |
|
|
|
if(datalist.length>0){ |
|
|
|