Update kangshifu.js

This commit is contained in:
smallfawn
2025-02-25 13:29:30 +08:00
committed by GitHub
parent 111eb83f16
commit ac04fa2067

View File

@@ -24,7 +24,7 @@ const $ = new Env("康师傅");
let ckName = `wxkangshifuwxid`; let ckName = `wxkangshifuwxid`;
const strSplitor = "#"; const strSplitor = "#";
const envSplitor = ["&", "\n"]; const envSplitor = ["&", "\n"];
const notify = $.isNode() ? require("./sendNotify") : ""; const notify = $.isNode() ? require("../sendNotify") : "";
const axios = require("axios"); const axios = require("axios");
const defaultUserAgent = "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.31(0x18001e31) NetType/WIFI Language/zh_CN miniProgram" const defaultUserAgent = "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.31(0x18001e31) NetType/WIFI Language/zh_CN miniProgram"
let luflytoken = process.env.luflytoken || "" let luflytoken = process.env.luflytoken || ""
@@ -281,4 +281,4 @@ function Env(t, s) {
} }
} }
})(t, s); })(t, s);
} }