更新 'SrcJySet.js'

pull/1/head
src48597962 2 years ago
parent 0e5aa88cba
commit 94f9cbdf1a
  1. 19
      SrcJySet.js

@ -2077,15 +2077,15 @@ function extension(){
var JYconfig= {};
}
var d = [];
d.push({
title: '⇩点击下方的历史条目,进行操作',
col_type: "rich_text"
});
d.push({
col_type: "line"
});
let importrecord = JYconfig['importrecord']||[];
if(importrecord.length>0){
d.push({
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({
@ -2112,6 +2112,11 @@ function extension(){
});
}
}
}else{
d.push({
title: '↻无记录',
col_type: "rich_text"
});
}
setHomeResult(d);
}),

Loading…
Cancel
Save