更新 'SrcJySet.js'

pull/1/head
src48597962 2 years ago
parent d511629884
commit cf9474eaf4
  1. 7
      SrcJySet.js

@ -2035,7 +2035,7 @@ function extension(){
putMyVar('importjiexi','1');
}
refreshPage(false);
return "hiker://empty";
return 'toast://不建议导入太多解析,因为网上公开的解析大多是失效了';
})
});
d.push({
@ -2054,11 +2054,12 @@ function extension(){
});
}
d.push({
title:'',
title:'本地',
col_type: 'input',
desc: '请输入链接地址',
url: `fileSelect://putMyVar("importinput",input);refreshPage(false);`,
extra: {
titleVisible: false,
titleVisible: getMyVar('importtype','0')=="1"?true:false,
defaultValue: getMyVar('importinput', ''),
onChange: 'putMyVar("importinput",input)'
}

Loading…
Cancel
Save