feat: support non-singleton explorer
This commit is contained in:
parent
dd940a007c
commit
a8001e9554
15 changed files with 168 additions and 146 deletions
3
quartz/util/random.ts
Normal file
3
quartz/util/random.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function randomIdNonSecure() {
|
||||
return Math.random().toString(36).substring(2, 8)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue