更新 'SrcJyPublic.js'

master
src48597962 4 months ago
parent 09281f72e5
commit ab69656335
  1. 5
      SrcJyPublic.js

@ -870,7 +870,7 @@ function shareResource() {
copy('资源码¥'+codeid+'¥聚影'); copy('资源码¥'+codeid+'¥聚影');
return "hiker://empty"; return "hiker://empty";
}else if(input=="删除"){ }else if(input=="删除"){
return $("确定要删除云端分享:"+it.name+"?删除后无法找回!").confirm((Juconfig,it,cfgfile)=>{ return $("确定要删除云端分享:"+it.name+"\n删除后无法找回").confirm((Juconfig,it,cfgfile)=>{
try{ try{
let pastecreate = JSON.parse(request('https://pasteme.tyrantg.com/api/update', { let pastecreate = JSON.parse(request('https://pasteme.tyrantg.com/api/update', {
body: 'content=juying&path='+it.path+'@juying'+'&auth_code='+it.token, body: 'content=juying&path='+it.path+'@juying'+'&auth_code='+it.token,
@ -884,6 +884,8 @@ function shareResource() {
} }
Juconfig['shareResource'] = resources; Juconfig['shareResource'] = resources;
writeFile(cfgfile, JSON.stringify(Juconfig)); writeFile(cfgfile, JSON.stringify(Juconfig));
}else{
return 'toast://'+pastecreate.message;
} }
refreshPage(false); refreshPage(false);
return 'toast://删除成功'; return 'toast://删除成功';
@ -923,7 +925,6 @@ function shareResource() {
if(options.filter((v, i) => checked[i]).length==0){ if(options.filter((v, i) => checked[i]).length==0){
return "toast://没有选择上传项"; return "toast://没有选择上传项";
} }
log("11111");
let text = {}; let text = {};
options.forEach((option,i)=>{ options.forEach((option,i)=>{

Loading…
Cancel
Save