更新 'SrcJySet.js'

master
src48597962 7 months ago
parent 6450f8ec51
commit 5cdbb33374
  1. 17
      SrcJySet.js

@ -49,7 +49,7 @@ function SRCSet() {
jiexi();
}
}, guanliType),
img: getIcon("点播-增加.svg"),//"https://hikerfans.com/tubiao/more/25.png",
img: getIcon("点播-接口增加.svg"),//"https://hikerfans.com/tubiao/more/25.png",
col_type: "icon_small_4"
});
d.push({
@ -81,7 +81,7 @@ function SRCSet() {
})
}
}),
img: getIcon("点播-操作.svg"),//"https://hikerfans.com/tubiao/more/290.png",
img: getIcon("点播-接口操作.svg"),//"https://hikerfans.com/tubiao/more/290.png",
col_type: "icon_small_4"
});
d.push({
@ -96,7 +96,7 @@ function SRCSet() {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js');
return JYimport(input);
}),
img: getIcon("点播-导入.svg"),//"https://hikerfans.com/tubiao/more/43.png",
img: getIcon("点播-接口导入.svg"),//"https://hikerfans.com/tubiao/more/43.png",
col_type: "icon_small_4"
});
let pastes = getPastes();
@ -121,7 +121,7 @@ function SRCSet() {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js');
return JYshare(lx, input);
}, guanliType),
img: getIcon("点播-分享.svg"),//"https://hikerfans.com/tubiao/more/3.png",
img: getIcon("点播-接口分享.svg"),//"https://hikerfans.com/tubiao/more/3.png",
col_type: "icon_small_4",
extra: {
longClick: [{
@ -162,9 +162,10 @@ function SRCSet() {
if(guanliType=='jk' && datalist.length){
let groupNames = getJiekouGroups(datalist);
groupNames.unshift("全部");
let color = getItem("主题颜色","#6dc9ff");
groupNames.forEach(it =>{
let obj = {
title: getMyVar("SrcJu_jiekouGroup","全部")==it?`““””<b><span style="color: #3399cc">`+it+`</span></b>`:it,
title: getMyVar("SrcJu_jiekouGroup","全部")==it?`““””<b><span style="color: `+color+`">`+it+`</span></b>`:it,
url: $('#noLoading#').lazyRule((it) => {
if(getMyVar("SrcJu_jiekouGroup")!=it){
putMyVar("SrcJu_jiekouGroup",it);
@ -2390,7 +2391,7 @@ function yundiskjiekou() {
url: $('hiker://empty#noRecordHistory##noHistory#').rule((filepath,yundiskapi) => {
yundiskapi(filepath);
},filepath,yundiskapi),
img: getIcon("云盘-增加.svg"),//"https://hikerfans.com/tubiao/more/25.png",
img: getIcon("云盘-接口增加.svg"),//"https://hikerfans.com/tubiao/more/25.png",
col_type: "icon_small_3"
});
d.push({
@ -2417,7 +2418,7 @@ function yundiskjiekou() {
return "toast://聚影✓:口令有误";
}
}),
img: getIcon("云盘-导入.svg"),//"https://hikerfans.com/tubiao/more/43.png",
img: getIcon("云盘-接口导入.svg"),//"https://hikerfans.com/tubiao/more/43.png",
col_type: "icon_small_3"
});
d.push({
@ -2432,7 +2433,7 @@ function yundiskjiekou() {
return "toast://分享失败,剪粘板或网络异常";
}
}, datalist),
img: getIcon("云盘-分享.svg"),//"https://hikerfans.com/tubiao/more/3.png",
img: getIcon("云盘-接口分享.svg"),//"https://hikerfans.com/tubiao/more/3.png",
col_type: "icon_small_3",
extra: {
longClick: [{

Loading…
Cancel
Save