更新 'SrcJyAliDisk.js'

master
src48597962 2 years ago
parent 6b8e0fab2c
commit a739cf0358
  1. 1
      SrcJyAliDisk.js

@ -14,7 +14,6 @@ function aliShareUrl(input) {
} }
if (it.indexOf("https://www.aliyundrive.com") > -1) { if (it.indexOf("https://www.aliyundrive.com") > -1) {
it = it.replace('https://www.aliyundrive.com/s/', '').replace('链接:', ''); it = it.replace('https://www.aliyundrive.com/s/', '').replace('链接:', '');
log(it)
share_id = it.indexOf('/folder/') > -1 ? it.split('/folder/')[0] : it; share_id = it.indexOf('/folder/') > -1 ? it.split('/folder/')[0] : it;
folder_id = it.indexOf('/folder/') > -1 ? it.split('/folder/')[1] : "root"; folder_id = it.indexOf('/folder/') > -1 ? it.split('/folder/')[1] : "root";
} }

Loading…
Cancel
Save