From 44317c92a9b1518137ca20d0dcb1c00b10011430 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 27 May 2024 22:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index a9ff0534..867d3637 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -173,8 +173,11 @@ function selectSource(group, k) { return $(sitenames, 2, "选择主页源").select((group, cfgfile, Juconfig) => { Juconfig['indexSource'] = group+'_'+input; writeFile(cfgfile, JSON.stringify(Juconfig)); - clearMyVar('SrcJu_dianbo$cate_id'); - clearMyVar('SrcJu_dianbo$type_id'); + clearMyVar('SrcJu_dianbo$分类'); + clearMyVar('SrcJu_dianbo$类型'); + clearMyVar('SrcJu_dianbo$地区'); + clearMyVar('SrcJu_dianbo$年份'); + clearMyVar('SrcJu_dianbo$排序'); clearMyVar('SrcJu_dianbo$classCache'); refreshPage(true); return 'toast://' + input;