From 812bb9131210a78613b516e4c00e12dfd1e9acfa Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 21 Feb 2023 16:22:08 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJyAlist.js b/SrcJyAlist.js index be0b6680..a0021cd5 100644 --- a/SrcJyAlist.js +++ b/SrcJyAlist.js @@ -116,7 +116,7 @@ function alistSet() { datalist.forEach(item => { d.push({ title: item.name, - url: $(["修改名称","修改链接","删除接口","密码管理"],1).select((item)=>{ + url: $(["修改名称","修改链接","删除接口","密码管理"],1).select((item,alistfile)=>{ if(input=="密码管理"){ }else{ @@ -151,7 +151,7 @@ function alistSet() { }, input, alistData, alistfile) } } - }, item), + }, item ,alistfile), desc: item.server, col_type: "text_1" });