From 3cc2dfae1548f5aef44186fe2402ae971f3bbe95 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 12 Feb 2023 14:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAlist.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyAlist.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SrcJyAlist.js b/SrcJyAlist.js index 57728872..5c405a8e 100644 --- a/SrcJyAlist.js +++ b/SrcJyAlist.js @@ -42,6 +42,7 @@ function yiji() { d.push({ title: item.name, url: $('#noLoading#').lazyRule((item) => { + putMyVar('Alistapi', item.server); refreshPage(false); return "hiker://empty"; }, item), @@ -52,6 +53,7 @@ function yiji() { let listapi = getMyVar('Alistapi', datalist[0].server) + "/api/fs/list"; try{ let json = JSON.parse(gethtml(listapi,"","")); + log(json); if(json.code==200){ let list = getlist(json.data.content); log(list);