chore: simple nanoid 12位

This commit is contained in:
xiaojunnuo
2024-11-04 10:38:15 +08:00
parent 5b3931ecb7
commit e6ab0b6864

View File

@@ -1,3 +1,3 @@
import { customAlphabet } from 'nanoid';
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 10);
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 12);