From a1ec28c859633c561a75e93b5967317d699d1711 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 13 Jul 2024 13:53:29 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 99704494..612491ea 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -1,4 +1,4 @@ -let datapath = "hiker://files/data/"+MY_RULE.title+"/"; //数据文件路径 +let datapath = "hiker://files/data/"+(MY_RULE._title || MY_RULE.title)+"/"; //数据文件路径 let rulepath = "hiker://files/rules/Src/Juying2/"; //规则文件路径 let cachepath = "hiker://files/_cache/Juying2/"; //缓存文件路径 let jkfile = datapath + "jiekou.json";