This commit is contained in:
2026-02-02 16:34:10 +08:00
parent c0e2d47287
commit 544de32d80
13 changed files with 733 additions and 31 deletions

4
src/lib/keyGen.ts Normal file
View File

@@ -0,0 +1,4 @@
import { v4 as uuidv4 } from 'uuid';
export const uuid = ()=>{
return uuidv4()
}