更新 'SrcJySet.js'

master
src48597962 8 months ago
parent 45c31229a7
commit cbfa4d9b18
  1. 10
      SrcJySet.js

@ -178,14 +178,10 @@ function SRCSet() {
if(it == "全部"){ if(it == "全部"){
obj.extra = { obj.extra = {
longClick: [{ longClick: [{
title: "列表排序:" + getItem("sourceListSort", "update"), title: "列表排序:" + getItem("sourceListSort", "更新时间"),
js: $.toString(() => { js: $.toString(() => {
return $(["更新时间","接口名称"], 1).select(() => { return $(["更新时间","接口名称","使用频率"], 1).select(() => {
if(input=='接口名称'){ setItem("sourceListSort", input);
setItem("sourceListSort","name");
}else{
clearItem("sourceListSort");
}
refreshPage(false); refreshPage(false);
}) })
}) })

Loading…
Cancel
Save