feat:traffic 配置初版
This commit is contained in:
@@ -8,3 +8,10 @@ export function resetZIndex(e){
|
||||
pop.style.zIndex=999999;
|
||||
},100)
|
||||
}
|
||||
export function getUUID(){
|
||||
function S4() {
|
||||
return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
|
||||
}
|
||||
|
||||
return (S4() + S4() + "-" + S4() + "-" + S4() + "-" + S4() + "-" + S4() + S4() + S4());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user