From e24b5e018eb9bce2dbae58d416607251b08dc5f7 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 8 Oct 2024 21:31: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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 50575956..ea0c3f3c 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -1,4 +1,3 @@ -log(module.modulePath.slice(0, module.modulePath.lastIndexOf("/")+1)); let libspath = "hiker://files/data/"+(MY_RULE._title || MY_RULE.title)+"/"; //依赖文件路径 let rulepath = "hiker://files/rules/Src/Juying2/"; //规则文件路径 let cachepath = "hiker://files/_cache/Juying2/"; //缓存文件路径 @@ -9,7 +8,7 @@ let ypfile = rulepath + "yundisk.json"; let tvfile = rulepath + "live.txt"; let cfgfile = rulepath + "config.json"; let sortfile = rulepath + "jksort.json"; -let codepath = config.路径 || module.modulePath.slice(0, module.modulePath.lastIndexOf("/")+1); +let codepath = config.依赖.slice(0, config.依赖.lastIndexOf("/")+1); let gzip = $.require(codepath + "plugins/gzip.js"); let Juconfig= {};