chore: simple nanoid 12位

pull/243/head
xiaojunnuo 2024-11-04 10:38:15 +08:00
parent 5b3931ecb7
commit e6ab0b6864
1 changed files with 1 additions and 1 deletions

View File

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