|
|
@ -6,14 +6,12 @@ function SRCSet() { |
|
|
|
clearMyVar('guanli'); |
|
|
|
clearMyVar('guanli'); |
|
|
|
clearMyVar('SrcJu_批量选择模式'); |
|
|
|
clearMyVar('SrcJu_批量选择模式'); |
|
|
|
clearMyVar('duoselect'); |
|
|
|
clearMyVar('duoselect'); |
|
|
|
clearMyVar('datalist'); |
|
|
|
|
|
|
|
clearMyVar('groupmenu'); |
|
|
|
clearMyVar('groupmenu'); |
|
|
|
})); |
|
|
|
})); |
|
|
|
setPageTitle("♥管理"+getMyVar('SrcJuying-Version', '')); |
|
|
|
setPageTitle("♥管理"+getMyVar('SrcJuying-Version', '')); |
|
|
|
|
|
|
|
|
|
|
|
if(getMyVar('guanli','')==""){putMyVar('guanli','jk');} |
|
|
|
if(getMyVar('guanli','')==""){putMyVar('guanli','jk');} |
|
|
|
clearMyVar('duoselect'); |
|
|
|
clearMyVar('duoselect'); |
|
|
|
clearMyVar('datalist'); |
|
|
|
|
|
|
|
function getTitle(title, Color) { |
|
|
|
function getTitle(title, Color) { |
|
|
|
return '<font color="' + Color + '">' + title + '</font>'; |
|
|
|
return '<font color="' + Color + '">' + title + '</font>'; |
|
|
|
} |
|
|
|
} |
|
|
@ -121,9 +119,14 @@ function SRCSet() { |
|
|
|
}); |
|
|
|
}); |
|
|
|
let pastes = getPastes(); |
|
|
|
let pastes = getPastes(); |
|
|
|
pastes.push('云口令文件'); |
|
|
|
pastes.push('云口令文件'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let datalist = getDatas(); |
|
|
|
|
|
|
|
let yxdatalist = datalist.filter(it=>{ |
|
|
|
|
|
|
|
return !it.stop; |
|
|
|
|
|
|
|
}); |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: '分享', |
|
|
|
title: '分享', |
|
|
|
url: datalist.length==0?'toast://数据为空,无法分享':$(pastes,2).select(()=>{ |
|
|
|
url: yxdatalist.length==0?'toast://有效数据为空,无法分享':$(pastes,2).select(()=>{ |
|
|
|
let lx = getMyVar('guanli', 'jk'); |
|
|
|
let lx = getMyVar('guanli', 'jk'); |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); |
|
|
|
return JYshare(lx, input); |
|
|
|
return JYshare(lx, input); |
|
|
|