Update hyjk.js

This commit is contained in:
smallfawn
2025-03-09 13:51:21 +08:00
parent 3e43493688
commit d0da3bedd8

View File

@@ -8,7 +8,7 @@
*/
global['window'] = {}
global['navigator'] = {}
const JSEncrypt = require("encryptlong")
const { JSEncrypt } = require("encryptlong")
const JsRsaSign = require("jsrsasign")
const $ = new Env("荷叶健康小程序-果园[免费领水果]");
const notify = $.isNode() ? require('./sendNotify') : '';