更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent d0f544e665
commit b875bc386d
  1. 12
      SrcJu.js

@ -417,11 +417,7 @@ function erji() {
列表.forEach(item => { 列表.forEach(item => {
item.col_type = list_col_type; item.col_type = list_col_type;
}) })
let listid = 'listloading'; addItemBefore(getMyVar('已选择换源列表')?"listloading2":"listloading", 列表);
if(getMyVar('SrcJuSearching')){
listid = 'listloading2';
}
addItemBefore(listid, 列表);
return 'toast://切换排序成功' return 'toast://切换排序成功'
}, sname), }, sname),
col_type: 'scroll_button', col_type: 'scroll_button',
@ -441,11 +437,7 @@ function erji() {
列表.forEach(item => { 列表.forEach(item => {
item.col_type = input; item.col_type = input;
}) })
let listid = 'listloading'; addItemBefore(getMyVar('已选择换源列表')?"listloading2":"listloading", 列表);
if(getMyVar('SrcJuSearching')){
listid = 'listloading2';
}
addItemBefore(listid, 列表);
setItem('SrcJuList_col_type', input); setItem('SrcJuList_col_type', input);
return 'hiker://empty' return 'hiker://empty'
}), }),

Loading…
Cancel
Save