更新 'SrcJyAliDisk.js'

master
src48597962 1 year ago
parent 9aaf083e15
commit 643910faa5
  1. 24
      SrcJyAliDisk.js

@ -210,8 +210,8 @@ function aliShare(share_id, folder_id, share_pwd) {
refreshPage(); refreshPage();
return 'toast://已切换'; return 'toast://已切换';
}), }),
col_type: 'icon_5',//icon_round_small_4 col_type: 'icon_5',
img: 'https://hikerfans.com/tubiao/grey/168.png', img: 'https://hikerfans.com/tubiao/grey/168.png'
}, },
{ {
title: "排序", title: "排序",
@ -221,7 +221,7 @@ function aliShare(share_id, folder_id, share_pwd) {
return 'toast://切换成功'; return 'toast://切换成功';
}), }),
col_type: 'icon_5', col_type: 'icon_5',
img: 'https://hikerfans.com/tubiao/grey/76.png', img: 'https://hikerfans.com/tubiao/grey/76.png'
}, },
{ {
title: getItem('aliyun_playMode', '智能'), title: getItem('aliyun_playMode', '智能'),
@ -248,10 +248,18 @@ function aliShare(share_id, folder_id, share_pwd) {
if(loyopentoken2){ if(loyopentoken2){
setItem('aliyun_openInt', '2'); setItem('aliyun_openInt', '2');
}else{ }else{
}
*/ */
return $(['打开网页登录获取', '填写接口2开放token']).select(() => {
if(input=='打开网页登录获取'){
return 'web://https://messense-aliyundrive-webdav-backendrefresh-token-ucs0wn.streamlit.app';
}else{
}
})
//}
return 'web://https://messense-aliyundrive-webdav-backendrefresh-token-ucs0wn.streamlit.app'
} }
} }
refreshPage(); refreshPage();
@ -264,16 +272,16 @@ function aliShare(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'
}, },
{ {
title: '转存', title: '转存',
url: `smartdrive://share/browse?shareId=${share_id}&sharePwd=${share_pwd}`, url: `smartdrive://share/browse?shareId=${share_id}&sharePwd=${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'
}, },
{ {
col_type: 'line_blank', col_type: 'line_blank'
} }
) )
try { try {

Loading…
Cancel
Save