|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
// 本代码仅用于个人学习,请勿用于其他作用,下载后请24小时内删除,代码虽然是公开学习的,但请尊重作者,应留下说明
|
|
|
|
let libspath = "hiker://files/data/"+(MY_RULE._title || MY_RULE.title)+"/"; //依赖文件路径
|
|
|
|
let libspath = "hiker://files/data/"+(MY_RULE._title || MY_RULE.title)+"/"; //依赖文件路径
|
|
|
|
let rulepath = "hiker://files/rules/Src/Juying2/"; //规则文件路径
|
|
|
|
let rulepath = "hiker://files/rules/Src/Juying2/"; //规则文件路径
|
|
|
|
let cachepath = "hiker://files/_cache/Juying2/"; //缓存文件路径
|
|
|
|
let cachepath = "hiker://files/_cache/Juying2/"; //缓存文件路径
|
|
|
|