From 855c2f845a4e0dc1a12262d3f5359647b141e02b Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:40:52 +0800 Subject: [PATCH] Update wx_hapi.js --- wx_hapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx_hapi.js b/wx_hapi.js index eef7b9c..d9275e4 100644 --- a/wx_hapi.js +++ b/wx_hapi.js @@ -13,7 +13,7 @@ const Notify = 1; //0为关闭通知,1为打开通知,默认为1 let envSplitor = ["@", "\n"]; //多账号分隔符 let strSplitor = '&'; //多变量分隔符 let scriptVersionNow = "0.0.2"; -let jsUrl = "https://originfastly.jsdelivr.net/gh/smallfawn/Note@main/JavaScript/test_v2.js" +let jsUrl = "https://originfastly.jsdelivr.net/gh/smallfawn/QLScriptPublic@main/wx_hapi.js" let noticeUrl = `https://originfastly.jsdelivr.net/gh/smallfawn/Note@main/Notice.json` class UserInfo {