更新 'SrcJySet.js'

master
src48597962 7 months ago
parent db9a415e8c
commit 735b318449
  1. 4
      SrcJySet.js

@ -1758,13 +1758,13 @@ function resource() {
desc: '请输入链接地址', desc: '请输入链接地址',
url: $.toString(() => { url: $.toString(() => {
return `fileSelect://`+$.toString(()=>{ return `fileSelect://`+$.toString(()=>{
putMyVar("importinput",input); putMyVar("importinput",MY_PATH);
refreshPage(); refreshPage();
return "hiker://empty"; return "hiker://empty";
}) })
}), }),
extra: { extra: {
titleVisible: false, titleVisible: MY_NAME=="海阔视界"&&getAppVersion()>=5100?true:false,
defaultValue: getMyVar('importinput', ''), defaultValue: getMyVar('importinput', ''),
onChange: 'putMyVar("importinput",input)' onChange: 'putMyVar("importinput",input)'
} }

Loading…
Cancel
Save