chore: add fe

This commit is contained in:
lencx
2022-12-13 11:58:47 +08:00
parent 918d53c9b9
commit 430d6e4af2
17 changed files with 262 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
// *** Core Script - IPC ***
const uid = () => window.crypto.getRandomValues(new Uint32Array(1))[0];
function transformCallback(callback = () => {}, once = false) {
const identifier = uid();