mirror of
https://github.com/lush2020/CF-Workers-SUB.git
synced 2026-03-21 19:12:40 +08:00
Update _worker.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user