|
|
@ -3,6 +3,7 @@ let rulepath = "hiker://files/rules/Src/Juying2/"; //缓存文件路径 |
|
|
|
let jkfile = datapath + "jiekou.json"; |
|
|
|
let jkfile = datapath + "jiekou.json"; |
|
|
|
let jxfile = datapath + "jiexi.json"; |
|
|
|
let jxfile = datapath + "jiexi.json"; |
|
|
|
let cfgfile = rulepath + "config.json"; |
|
|
|
let cfgfile = rulepath + "config.json"; |
|
|
|
|
|
|
|
let sortfile = rulepath + "jksort.json"; |
|
|
|
|
|
|
|
|
|
|
|
let Juconfig= {}; |
|
|
|
let Juconfig= {}; |
|
|
|
let Jucfg=fetch(cfgfile); |
|
|
|
let Jucfg=fetch(cfgfile); |
|
|
|