更新 'SrcJySet.js'

master
src48597962 2 years ago
parent 0f6d21981a
commit 3888c2a750
  1. 2
      SrcJySet.js

@ -3117,6 +3117,7 @@ function yundiskjiekou() {
d.push({
title: '增加',
url: $('hiker://empty#noRecordHistory##noHistory#').rule((filepath,yundiskapi) => {
let filepath = filepath;
yundiskapi();
},filepath,yundiskapi),
img: "https://lanmeiguojiang.com/tubiao/more/25.png",
@ -3187,6 +3188,7 @@ function yundiskjiekou() {
url: $(["编辑", "删除"], 1).select((filepath,yundiskapi,data) => {
if(input == "编辑"){
return $('hiker://empty#noRecordHistory##noHistory#').rule((filepath,yundiskapi,data) => {
let filepath = filepath;
yundiskapi(data);
},filepath,yundiskapi,data)
} else if (input == "删除") {

Loading…
Cancel
Save