From a96c552e7e09e6940e89ad2df29b90beb1c55a5b Mon Sep 17 00:00:00 2001 From: CMLiussss <24787744+cmliu@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:13:32 +0800 Subject: [PATCH] Update _worker.js --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index 8bad425..e93582f 100644 --- a/_worker.js +++ b/_worker.js @@ -43,7 +43,7 @@ export default { const fakeToken = await MD5MD5(`${mytoken}${timeTemp}`); //console.log(`${fakeUserID}\n${fakeHostName}`); // 打印fakeID - let UD = Math.floor(((timestamp - Date.now())/timestamp * 99 * 1099511627776 )/2); + let UD = Math.floor(((timestamp - Date.now())/timestamp * total * 1099511627776 )/2); total = total * 1099511627776 ; let expire= Math.floor(timestamp / 1000) ; SUBUpdateTime = env.SUBUPTIME || SUBUpdateTime;