From 06a3741224ab924605241875852d92eb9320aea0 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 21 Jun 2024 15:20:52 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 6efc7953..4af24fc9 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -14,14 +14,14 @@ let sourceName = homeSource.name; let sourceGroup = homeSource.group || homeSource.type; let sourceUrl = homeSource.url; -let rulePath = "hiker://files/rules/Src/Juying2/"; //规则文件路径 -let dataPath = "hiker://files/data2/" + MY_RULE.title + "/"; //数据文件路径 -let cachePath = "hiker://files/cache/src/Juying2/"; //缓存文件路径 -let jkfile = rulePath + "jiekou.json"; -let jxfile = rulePath + "jiexi.json"; +let rulepath = "hiker://files/rules/Src/Juying2/"; //规则文件路径 +let datapath = "hiker://files/data2/" + MY_RULE.title + "/"; //数据文件路径 +let cachepath = "hiker://files/cache/src/Juying2/"; //缓存文件路径 +let jkfile = rulepath + "jiekou.json"; +let jxfile = rulepath + "jiexi.json"; let timeout = 6000; -globalMap0.putMyVar('gmParams',{rulePath:rulePath,dataPath:dataPath,cachePath:cachePath}); +globalMap0.putMyVar('gmParams',{rulepath:rulepath,datapath:datapath,cachepath:cachepath,jkfile:jkfile,jxfile:jxfile}); function getFile(lx) { let file = lx=='jk'?jkfile:jxfile;