更新 'SrcJyAlist.js'

master
src48597962 2 years ago
parent ebbc43fc5c
commit 916b6fe708
  1. 4
      SrcJyAlist.js

@ -206,7 +206,7 @@ function alistHome() {
let searchlist = alistSearch(obj,input);
if(searchlist.length>0){
addItemBefore('listloading', {
title: alistapi.name + " 搜索到"+searchlist.length+"条结果",
title: obj.name + " 搜索到"+searchlist.length+"条结果",
url: "hiker://empty",
col_type: "text_center_1",
extra: {
@ -216,7 +216,7 @@ function alistHome() {
addItemBefore('listloading', searchlist);
}else{
addItemBefore('listloading', {
title: alistapi.name+" 未搜索到 “"+input+"”",
title: obj.name+" 未搜索到 “"+input+"”",
url: "hiker://empty",
col_type: "text_center_1",
extra: {

Loading…
Cancel
Save