Sanakey
5 天以前 2af71bcf522c485ea005184c977986374a7dcc4a
src/utils/uuid.ts
@@ -20,7 +20,7 @@
}
let unique = 0;
export function snowUuid(prefix = ''): string {
export function buildShortUUID(prefix = ''): string {
  const time = Date.now();
  const random = Math.floor(Math.random() * 1000000000);
  unique++;