mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: simple nanoid 12位
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { customAlphabet } from 'nanoid';
|
||||
|
||||
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 10);
|
||||
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 12);
|
||||
|
||||
Reference in New Issue
Block a user