|
|
|
@ -2081,16 +2081,18 @@ function extension(){ |
|
|
|
|
} |
|
|
|
|
var d = []; |
|
|
|
|
let importrecord = JYconfig['importrecord']||[]; |
|
|
|
|
if(importrecord.length>0){ |
|
|
|
|
let lists = importrecord.filter(item => { |
|
|
|
|
return item.type==getMyVar('importtype','0'); |
|
|
|
|
}) |
|
|
|
|
if(lists.length>0){ |
|
|
|
|
d.push({ |
|
|
|
|
title: '⇩点击下方的历史条目,进行操作', |
|
|
|
|
title: '👇点击下方的历史条目,进行操作', |
|
|
|
|
col_type: "rich_text" |
|
|
|
|
}); |
|
|
|
|
d.push({ |
|
|
|
|
col_type: "line" |
|
|
|
|
}); |
|
|
|
|
for(let i=0;i<importrecord.length;i++){ |
|
|
|
|
if(importrecord[i].type==getMyVar('importtype','0')){ |
|
|
|
|
d.push({ |
|
|
|
|
title: importrecord[i].url, |
|
|
|
|
url: $(["选择","删除"],1,"").select((JYconfig, cfgfile, url)=>{ |
|
|
|
@ -2114,7 +2116,6 @@ function extension(){ |
|
|
|
|
col_type: "text_1" |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}else{ |
|
|
|
|
d.push({ |
|
|
|
|
title: '↻无记录', |
|
|
|
|