Merge branch 'dev-3.6' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.7
This commit is contained in:
@@ -16,6 +16,10 @@ export function getUUID () {
|
||||
return (S4() + S4() + '-' + S4() + '-' + S4() + '-' + S4() + '-' + S4() + S4() + S4())
|
||||
}
|
||||
|
||||
export function s8 () {
|
||||
return (((1 + Math.random()) * 0x100000000) | 0).toString(16).substring(1)
|
||||
}
|
||||
|
||||
export const chartCache = {}
|
||||
|
||||
export function getChart (key) {
|
||||
|
||||
Reference in New Issue
Block a user