chore: update deps

This commit is contained in:
MengYX
2021-12-14 14:57:48 +08:00
parent a6367401ae
commit 8facd65834
12 changed files with 9869 additions and 2354 deletions

View File

@@ -1,5 +1,5 @@
import {Decrypt as RawDecrypt} from "./raw";
import {GetArrayBuffer} from "@/decrypt/utils.ts";
import {GetArrayBuffer} from "@/decrypt/utils";
import {DecryptResult} from "@/decrypt/entity";
const TM_HEADER = [0x00, 0x00, 0x00, 0x20, 0x66, 0x74, 0x79, 0x70];