mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
modify project name
This commit is contained in:
+1
-1
@@ -512,7 +512,7 @@ function stringToArrayBuffer(str){
|
||||
}
|
||||
|
||||
function generateRandomString() {
|
||||
const baseString = 'lab_' + Math.round(new Date().getTime() / 1000) + '_' + Math.random();
|
||||
const baseString = 'ebk_' + Math.round(new Date().getTime() / 1000) + '_' + Math.random();
|
||||
return CryptoJS.SHA256(baseString).toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user