From a5e01a201090013d2d2f92bf8d5fc38ec368bc0d Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 29 Oct 2024 17:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SrcJySet.js b/SrcJySet.js index 293bace9..e29e31b7 100644 --- a/SrcJySet.js +++ b/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{