更新 'SrcJySet.js'

pull/1/head
src48597962 2 years ago
parent 998be0cbff
commit 05866656e3
  1. 153
      SrcJySet.js

@ -2004,82 +2004,85 @@ function extension(){
return "hiker://empty"; return "hiker://empty";
}) })
}); });
d.push({ if(getMyVar('importtype','0')!="0"){
title: '选择需要的导入项目', d.push({
col_type: "rich_text", title: '选择需要的导入项目',
extra:{textSize:12} col_type: "rich_text",
}); extra:{textSize:12}
d.push({ });
title:(getMyVar('importjiekou','0')=="1"?getide(1):getide(0))+'影视接口', d.push({
col_type:'text_3', title:(getMyVar('importjiekou','0')=="1"?getide(1):getide(0))+'影视接口',
url:$('#noLoading#').lazyRule(() => { col_type:'text_3',
if(getMyVar('importjiekou')=="1"){ url:$('#noLoading#').lazyRule(() => {
putMyVar('importjiekou','0'); if(getMyVar('importjiekou')=="1"){
}else{ putMyVar('importjiekou','0');
putMyVar('importjiekou','1'); }else{
} putMyVar('importjiekou','1');
refreshPage(false); }
return "hiker://empty";
})
});
d.push({
title:(getMyVar('importjiexi','0')=="1"?getide(1):getide(0))+'解析接口',
col_type:'text_3',
url:$('#noLoading#').lazyRule(() => {
if(getMyVar('importjiexi')=="1"){
putMyVar('importjiexi','0');
}else{
putMyVar('importjiexi','1');
}
refreshPage(false);
return "hiker://empty";
})
});
d.push({
title:(getMyVar('importlive','0')=="1"?getide(1):getide(0))+'直播接口',
col_type:'text_3',
url:$('#noLoading#').lazyRule(() => {
if(getMyVar('importlive')=="1"){
putMyVar('importlive','0');
}else{
putMyVar('importlive','1');
}
refreshPage(false);
return "hiker://empty";
})
});
d.push({
title:'',
col_type: 'input',
desc: '请输入链接地址',
extra: {
titleVisible: false,
defaultValue: getMyVar('importinput', ''),
onChange: 'putMyVar("importinput",input)'
}
});
d.push({
title: '🆖 历史记录',
url: $(JYconfig['xunmigroup']?JYconfig['xunmigroup']:"全部","设置搜索时默认分组").input((JYconfig,cfgfile) => {
JYconfig['xunmigroup'] = input;
writeFile(cfgfile, JSON.stringify(JYconfig));
refreshPage(false); refreshPage(false);
return 'toast://默认搜索分组'+(input?'已设置为:'+input:'已清空'); return "hiker://empty";
}, JYconfig, cfgfile), })
col_type: "text_2" });
}); d.push({
d.push({ title:(getMyVar('importjiexi','0')=="1"?getide(1):getide(0))+'解析接口',
title: '🆗 确定导入', col_type:'text_3',
url: getMyVar('importjiekou')!="1"&&getMyVar('importjiexi')!="1"&&getMyVar('importlive')!="1"?'toast://请选择导入项目':$('#noLoading#').lazyRule(() => { url:$('#noLoading#').lazyRule(() => {
if(getMyVar('importinput', '')==""&&getMyVar('importtype','0')!="2"){ if(getMyVar('importjiexi')=="1"){
return 'toast://请先输入链接地址' putMyVar('importjiexi','0');
} }else{
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); putMyVar('importjiexi','1');
let sm = Resourceimport(getMyVar('importinput', '')); }
return sm?sm:'异常'; refreshPage(false);
}), return "hiker://empty";
col_type: "text_2" })
}); });
d.push({
title:(getMyVar('importlive','0')=="1"?getide(1):getide(0))+'直播接口',
col_type:'text_3',
url:$('#noLoading#').lazyRule(() => {
return 'toast://暂不支持';
if(getMyVar('importlive')=="1"){
putMyVar('importlive','0');
}else{
putMyVar('importlive','1');
}
refreshPage(false);
return "hiker://empty";
})
});
d.push({
title:'',
col_type: 'input',
desc: '请输入链接地址',
extra: {
titleVisible: false,
defaultValue: getMyVar('importinput', ''),
onChange: 'putMyVar("importinput",input)'
}
});
d.push({
title: '🆖 历史记录',
url: $(JYconfig['xunmigroup']?JYconfig['xunmigroup']:"全部","设置搜索时默认分组").input((JYconfig,cfgfile) => {
JYconfig['xunmigroup'] = input;
writeFile(cfgfile, JSON.stringify(JYconfig));
refreshPage(false);
return 'toast://默认搜索分组'+(input?'已设置为:'+input:'已清空');
}, JYconfig, cfgfile),
col_type: "text_2"
});
d.push({
title: '🆗 确定导入',
url: getMyVar('importjiekou')!="1"&&getMyVar('importjiexi')!="1"&&getMyVar('importlive')!="1"?'toast://请选择导入项目':$('#noLoading#').lazyRule(() => {
if(getMyVar('importinput', '')==""&&getMyVar('importtype','0')!="2"){
return 'toast://请先输入链接地址'
}
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js');
let sm = Resourceimport(getMyVar('importinput', ''));
return sm?sm:'异常';
}),
col_type: "text_2"
});
}
d.push({ d.push({
title: '<br>', title: '<br>',
col_type: 'rich_text' col_type: 'rich_text'

Loading…
Cancel
Save