更新 'SrcJyPublic.js'

master
src48597962 5 months ago
parent 392dd4a6ca
commit 2702940c3f
  1. 2
      SrcJyPublic.js

@ -8,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.依赖?config.依赖.match(/http(s)?:\/\/.*\//)[0]:module.modulePath.slice(0, module.modulePath.lastIndexOf("/")+1);
let codepath = module.modulePath.slice(0, module.modulePath.lastIndexOf("/")+1);
let gzip = $.require(codepath + "plugins/gzip.js");
let Juconfig= {};

Loading…
Cancel
Save