更新 'SrcLive.js'

master
src48597962 8 months ago
parent 79f68f9043
commit 21b4a1972a
  1. 4
      SrcLive.js

@ -822,14 +822,12 @@ function LiveSet() {
d.push({
title: '本地文件',
col_type: 'text_2',
url: $.toString(() => {
return `fileSelect://`+$.toString(()=>{
url: `fileSelect://`+$.toString(()=>{
putMyVar("importinput",input);
refreshPage();
return "toast://"+input;
})
})
})
d.push({
title: '确定导入',
col_type: 'text_2',

Loading…
Cancel
Save