parent
643f7d1803
commit
0ba71c6a47
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ function getRandom() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function genMeid(date: Date): string {
|
export function genMeid(date: Date): string {
|
||||||
return 'f' + getTime(date.getTime()) + getRandom();
|
return getTime(date.getTime()) + getRandom();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue