This commit is contained in:
Emmm Monster
2021-05-24 23:48:52 +08:00
parent c7e5dfb4c4
commit 759c1bd87e
9 changed files with 230 additions and 164 deletions

4
src/utils/worker.ts Normal file
View File

@@ -0,0 +1,4 @@
import {expose} from "threads/worker";
import {CommonDecrypt} from "@/decrypt/common";
expose(CommonDecrypt)