Skip to content

Commit

Permalink
fix: alias
Browse files Browse the repository at this point in the history
  • Loading branch information
enpitsuLin committed Dec 1, 2024
1 parent 638ea3d commit ebd14bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import crypto from 'node:crypto'
import { webcrypto } from 'node:crypto'
import type { FetchContext } from 'ofetch'
import { stringifyQuery } from 'ufo'
import pako from 'pako'
import { format } from 'date-fns'
import { BROWSER_ENV, DES_RULE, SKLAND_SM_CONFIG } from './constant'
import { encryptAES, encryptObjectByDESRules, encryptRSA, hmacSha256, md5 } from './crypto'

const crypto = webcrypto

export const command_header = {
'User-Agent': 'Skland/1.21.0 (com.hypergryph.skland; build:102100065; iOS 17.6.0; ) Alamofire/5.7.1',
'Accept-Encoding': 'gzip',
Expand Down

0 comments on commit ebd14bd

Please sign in to comment.