更新 'SrcJyXunmi.js'

pull/1/head
src48597962 2 years ago
parent e6048e4032
commit 596f462394
  1. 22
      SrcJyXunmi.js

@ -486,27 +486,7 @@ function xunmi(name,data,ishkss) {
name: vodname,
title: vodname+'-'+obj.name,
data: typeof(jsondata) =="undefined"|| jsondata ==null?{}:jsondata,
cls: 'xunmilist',
longClick: [{
title: "切换为历史按钮",
js: $.toString(() => {
updateItem("lishishoucang", {
title: "历史",
url: "hiker://history"
});
return "toast://已切换按钮为历史"
})
}, {
title: "切换为收藏按钮",
js: $.toString(() => {
updateItem("lishishoucang", {
title: "收藏",
url: "hiker://collection"
});
return "toast://已切换按钮为收藏"
})
}]
}
cls: 'xunmilist'
}
}
});

Loading…
Cancel
Save