更新 'SrcJyAliDisk.js'

master
src48597962 8 months ago
parent 43a75bbbb7
commit 4a008110cd
  1. 25
      SrcJyAliDisk.js

@ -1199,7 +1199,7 @@ function JuErjiSousuo(name) {
desc: obj.name, desc: obj.name,
extra: { extra: {
url: item.url, url: item.url,
cls: "Juloadlist groupload" cls: "Juloadlist"
} }
}; };
@ -1281,7 +1281,9 @@ function JuErjiSousuo(name) {
} }
clearMyVar("SrcJu_停止搜索线程"); clearMyVar("SrcJu_停止搜索线程");
hideLoading(); hideLoading();
setPageParams({a:1}); log($.type(MY_PARAMS));
log(getRule());
//setPageParams({a:1});
let sousuosm = "‘‘’’<small><font color=#f13b66a>" + success + "</font>/" + list.length + ",搜索完成</small>"; let sousuosm = "‘‘’’<small><font color=#f13b66a>" + success + "</font>/" + list.length + ",搜索完成</small>";
updateItem(updateItemid, { title: sousuosm }); updateItem(updateItemid, { title: sousuosm });
} else { } else {
@ -1312,7 +1314,7 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
col_type: 'icon_5', col_type: 'icon_5',
img: 'https://hikerfans.com/tubiao/grey/175.png', img: 'https://hikerfans.com/tubiao/grey/175.png',
extra: { extra: {
cls: "Juloadlist" cls: "Juloadlist Diskloadlist"
} }
}, },
{ {
@ -1325,7 +1327,7 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
col_type: 'icon_5', col_type: 'icon_5',
img: 'https://hikerfans.com/tubiao/grey/168.png', img: 'https://hikerfans.com/tubiao/grey/168.png',
extra: { extra: {
cls: "Juloadlist" cls: "Juloadlist Diskloadlist"
} }
}, },
{ {
@ -1338,7 +1340,7 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
col_type: 'icon_5', col_type: 'icon_5',
img: 'https://hikerfans.com/tubiao/grey/76.png', img: 'https://hikerfans.com/tubiao/grey/76.png',
extra: { extra: {
cls: "Juloadlist" cls: "Juloadlist Diskloadlist"
} }
}, },
{ {
@ -1394,7 +1396,7 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
col_type: 'icon_5', col_type: 'icon_5',
img: 'https://hikerfans.com/tubiao/grey/100.png', img: 'https://hikerfans.com/tubiao/grey/100.png',
extra: { extra: {
cls: "Juloadlist" cls: "Juloadlist Diskloadlist"
} }
}, },
{ {
@ -1403,7 +1405,7 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
col_type: 'icon_5', col_type: 'icon_5',
img: 'https://hikerfans.com/tubiao/grey/206.png', img: 'https://hikerfans.com/tubiao/grey/206.png',
extra: { extra: {
cls: "Juloadlist", cls: "Juloadlist Diskloadlist",
longClick: [{ longClick: [{
title: "💾转存", title: "💾转存",
js: $.toString((obj) => { js: $.toString((obj) => {
@ -1421,7 +1423,10 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
} }
}, },
{ {
col_type: 'line_blank' col_type: 'line_blank',
extra: {
cls: "Juloadlist Diskloadlist"
}
}) })
if (errorCode[get_sharetoken.code]) { if (errorCode[get_sharetoken.code]) {
@ -1458,7 +1463,7 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
}, item.share_id, item.file_id, share_pwd), }, item.share_id, item.file_id, share_pwd),
col_type: style, col_type: style,
extra: { extra: {
cls: "Juloadlist groupload", cls: "Juloadlist Diskloadlist",
pageTitle: item.name, pageTitle: item.name,
dirid: share_id + '_' + folder_id + '_' + share_pwd, dirid: share_id + '_' + folder_id + '_' + share_pwd,
longClick: [{ longClick: [{
@ -1494,7 +1499,7 @@ function JuErjiAliShare(share_id, folder_id, share_pwd) {
col_type: style, col_type: style,
extra: { extra: {
id: item.file_id, id: item.file_id,
cls: "Juloadlist groupload", cls: "Juloadlist Diskloadlist",
longClick: [{ longClick: [{
title: "💾转存", title: "💾转存",
js: $.toString((obj) => { js: $.toString((obj) => {

Loading…
Cancel
Save