更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent e2a8af8e2c
commit 68c8fde007
  1. 6
      SrcJu.js

@ -449,7 +449,7 @@ function erji() {
}) })
d.push({ d.push({
title: "切换书源", title: "切换书源",
url: $("#noLoading#").lazyRule((name,sgroup) => { url: $("#noLoading#").lazyRule((name,sgroup,stype) => {
updateItem("listloading2", { updateItem("listloading2", {
extra: { extra: {
id: "listloading", id: "listloading",
@ -464,13 +464,13 @@ function erji() {
require(config.依赖); require(config.依赖);
deleteItemByCls('loadlist'); deleteItemByCls('loadlist');
showLoading('搜源中,请稍后.'); showLoading('搜源中,请稍后.');
search(name,"erji",false,sgroup); search(name,"erji",false,sgroup,stype);
hideLoading(); hideLoading();
return "hiker://empty"; return "hiker://empty";
}else{ }else{
return "toast://上一个搜索线程还未结束,稍等..."; return "toast://上一个搜索线程还未结束,稍等...";
} }
}, name,sgroup), }, name,sgroup,stype),
pic_url: 'https://lanmeiguojiang.com/tubiao/messy/20.svg', pic_url: 'https://lanmeiguojiang.com/tubiao/messy/20.svg',
col_type: 'icon_small_3', col_type: 'icon_small_3',
extra: { extra: {

Loading…
Cancel
Save