更新 'SrcLive.js'

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

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

Loading…
Cancel
Save