mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-24 23:01:01 +00:00
feat: Update examples in DesktopFlow and MobileFlow for clarity and consistency
This commit is contained in:
@@ -2,15 +2,10 @@ import { BrowserFingerprintWithHeaders } from 'fingerprint-generator'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import { BrowserContext, Cookie } from 'rebrowser-playwright'
|
||||
|
||||
import { Account } from '../interface/Account'
|
||||
import { Config, ConfigBrowser, ConfigSaveFingerprint, ConfigScheduling } from '../interface/Config'
|
||||
import { Util } from './Utils'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const utils = new Util()
|
||||
|
||||
let configCache: Config
|
||||
|
||||
Reference in New Issue
Block a user