From 8b2179f7c730d4fcc1c1af8c41865b99cfb07dda Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 20 Jul 2024 09:51:36 +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, 2 insertions(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 033f159b..2d30ddc3 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -3,6 +3,7 @@ let rulepath = "hiker://files/rules/Src/Juying2/"; //规则文件路径 let cachepath = "hiker://files/_cache/Juying2/"; //缓存文件路径 let jkfile = datapath + "jiekou.json"; let jxfile = datapath + "jiexi.json"; +let ypfile = datapath + "yundisk.json"; let cfgfile = rulepath + "config.json"; let sortfile = rulepath + "jksort.json"; let codepath = config.依赖?config.依赖.match(/http(s)?:\/\/.*\//)[0]:module.modulePath.slice(0, module.modulePath.lastIndexOf("/")+1); @@ -22,7 +23,7 @@ let sourceUrl = homeSource.url; function getFile(lx) { - let file = lx=='jk'?jkfile:jxfile; + let file = lx=='jk'?jkfile:lx=='jx'?jxfile:lx=='yp'?ypfile:''; return file; } //获取所有接口或解析