|
|
@ -3022,7 +3022,7 @@ function yundiskjiekou() { |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
var datalist = []; |
|
|
|
var datalist = []; |
|
|
|
} |
|
|
|
} |
|
|
|
function yundiskapi(data){ |
|
|
|
function yundiskapi(filepath,data){ |
|
|
|
addListener("onClose", $.toString(() => { |
|
|
|
addListener("onClose", $.toString(() => { |
|
|
|
clearMyVar('yundiskname'); |
|
|
|
clearMyVar('yundiskname'); |
|
|
|
clearMyVar('yundiskparse'); |
|
|
|
clearMyVar('yundiskparse'); |
|
|
@ -3117,8 +3117,7 @@ function yundiskjiekou() { |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: '增加', |
|
|
|
title: '增加', |
|
|
|
url: $('hiker://empty#noRecordHistory##noHistory#').rule((filepath,yundiskapi) => { |
|
|
|
url: $('hiker://empty#noRecordHistory##noHistory#').rule((filepath,yundiskapi) => { |
|
|
|
let filepath = filepath; |
|
|
|
yundiskapi(filepath); |
|
|
|
yundiskapi(); |
|
|
|
|
|
|
|
},filepath,yundiskapi), |
|
|
|
},filepath,yundiskapi), |
|
|
|
img: "https://lanmeiguojiang.com/tubiao/more/25.png", |
|
|
|
img: "https://lanmeiguojiang.com/tubiao/more/25.png", |
|
|
|
col_type: "icon_small_3" |
|
|
|
col_type: "icon_small_3" |
|
|
@ -3188,8 +3187,7 @@ function yundiskjiekou() { |
|
|
|
url: $(["编辑", "删除"], 1).select((filepath,yundiskapi,data) => { |
|
|
|
url: $(["编辑", "删除"], 1).select((filepath,yundiskapi,data) => { |
|
|
|
if(input == "编辑"){ |
|
|
|
if(input == "编辑"){ |
|
|
|
return $('hiker://empty#noRecordHistory##noHistory#').rule((filepath,yundiskapi,data) => { |
|
|
|
return $('hiker://empty#noRecordHistory##noHistory#').rule((filepath,yundiskapi,data) => { |
|
|
|
let filepath = filepath; |
|
|
|
yundiskapi(filepath,data); |
|
|
|
yundiskapi(data); |
|
|
|
|
|
|
|
},filepath,yundiskapi,data) |
|
|
|
},filepath,yundiskapi,data) |
|
|
|
} else if (input == "删除") { |
|
|
|
} else if (input == "删除") { |
|
|
|
let datafile = fetch(filepath); |
|
|
|
let datafile = fetch(filepath); |
|
|
|