This commit is contained in:
Faker
2022-04-24 11:15:00 +08:00
parent 95f1d4ba79
commit 3a18d35aad
2 changed files with 130 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import {get, getshareCodeHW, o2s, requireConfig, wait} from "./TS_USER_AGENTS"
let cookie: string, cookiesArr: string[] = [], res: any, UserName: string
let shareCodesSelf: string[] = [], shareCodes: string[] = [], shareCodesHW: string[] = [], fullCode: string[] = []
let min: number[] = [0.02, 0.12, 0.3, 0.4, 0.6, 0.7, 0.8, 1, 1.2, 2, 3.6], log: string
let min: number[] = [0.02, 0.03, 0.12, 0.3, 0.4, 0.6, 0.7, 0.8, 1, 1.2, 2, 3.6], log: string
!(async () => {
cookiesArr = await requireConfig(false)