|
|
@ -766,13 +766,15 @@ log = function (msg) { |
|
|
|
} |
|
|
|
} |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
let gmParams = { |
|
|
|
let gmParams = { |
|
|
|
datapath:datapath, |
|
|
|
datapath: datapath, |
|
|
|
rulepath:rulepath, |
|
|
|
rulepath: rulepath, |
|
|
|
codepath:codepath, |
|
|
|
codepath: codepath, |
|
|
|
jkfile:jkfile, |
|
|
|
jkfile: jkfile, |
|
|
|
jxfile:jxfile, |
|
|
|
jxfile: jxfile, |
|
|
|
cfgfile:cfgfile, |
|
|
|
cfgfile: cfgfile, |
|
|
|
getIcon:getIcon |
|
|
|
getIcon: getIcon, |
|
|
|
|
|
|
|
getContnet: getContnet |
|
|
|
} |
|
|
|
} |
|
|
|
globalMap0.putMyVar('gmParams', gmParams); |
|
|
|
globalMap0.putMyVar('gmParams', gmParams); |
|
|
|
|
|
|
|
GM.put('gmParams', gmParams); |
|
|
|
|
|
|
|
|
|
|
|