mirror of
https://git.um-react.app/um/web.git
synced 2025-12-15 19:53:02 +00:00
fixes
This commit is contained in:
4
src/utils/worker.ts
Normal file
4
src/utils/worker.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import {expose} from "threads/worker";
|
||||
import {CommonDecrypt} from "@/decrypt/common";
|
||||
|
||||
expose(CommonDecrypt)
|
||||
Reference in New Issue
Block a user