更新 'SrcJySet.js'

pull/1/head
src48597962 2 years ago
parent 5ca42e069a
commit 563b1ea744
  1. 9
      SrcJySet.js

@ -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: '↻无记录',

Loading…
Cancel
Save