更新 'SrcJySet.js'

master
src48597962 7 months ago
parent fe7ac78e3c
commit ba4b68e9e6
  1. 18
      SrcJySet.js

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

Loading…
Cancel
Save