From 34e090e9925375d6f424a39b9305e3854095734a Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 28 Jul 2024 13:37:34 +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 | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 7030d644..5cababb3 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -766,13 +766,15 @@ log = function (msg) { } */ let gmParams = { - datapath:datapath, - rulepath:rulepath, - codepath:codepath, - jkfile:jkfile, - jxfile:jxfile, - cfgfile:cfgfile, - getIcon:getIcon + datapath: datapath, + rulepath: rulepath, + codepath: codepath, + jkfile: jkfile, + jxfile: jxfile, + cfgfile: cfgfile, + getIcon: getIcon, + getContnet: getContnet } globalMap0.putMyVar('gmParams', gmParams); +GM.put('gmParams', gmParams);