更新 'SrcJySet.js'

master
src48597962 4 months ago
parent f4bcaac967
commit a5e01a2010
  1. 5
      SrcJySet.js

@ -1116,7 +1116,6 @@ function jiekou(data) {
});
d.push({
title: getMyVar('ishidecate')=="1"?'隐藏分类:是':'隐藏分类:否',
desc: getMyVar('ishidecate')=="1"?'设置的分类是否为隐藏,默认是仅显示':'',
col_type:'text_1',
url:$('#noLoading#').lazyRule(()=>{
if(getMyVar('ishidecate', '')!="1"){
@ -1321,6 +1320,10 @@ function jiekou(data) {
apicate = apicate.replace(',',',');
arr['categories'] = apicate.split(',').filter(v=>v);
}
let ishidecate = getMyVar('ishidecate')=="1"?1:0;
if(ishidecate){
arr['hidecate'] = 1;
}
arr['ext'] = extfile;
data = arr;
}else{

Loading…
Cancel
Save