dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: load mermaid as normal now that inline is safely below bundle size
Jacky Zhao
2025-03-10
b00198b88833b4536dfc1fa3b068a8d1d6e94a86
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}