|
|
@ -266,6 +266,19 @@ function yiji() { |
|
|
|
return 'toast://已删除'; |
|
|
|
return 'toast://已删除'; |
|
|
|
},sourcefile,id) |
|
|
|
},sourcefile,id) |
|
|
|
}, sourcefile, runType+"_"+sourcename) |
|
|
|
}, sourcefile, runType+"_"+sourcename) |
|
|
|
|
|
|
|
},{ |
|
|
|
|
|
|
|
title: "列表排序:" + getItem("sourceListSort", "update"), |
|
|
|
|
|
|
|
js: $.toString(() => { |
|
|
|
|
|
|
|
return $(["更新时间","接口名称"], 1).select(() => { |
|
|
|
|
|
|
|
if(input=='接口名称'){ |
|
|
|
|
|
|
|
setItem("sourceListSort","name"); |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
clearItem("sourceListSort"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//refreshPage(false);
|
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
}) |
|
|
|
}] |
|
|
|
}] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|