Blame view

天文台pc/tianwentai-ui/node_modules/nanoid/url-alphabet/index.cjs 280 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  // This alphabet uses `A-Za-z0-9_-` symbols.
  // The order of characters is optimized for better gzip and brotli compression.
  // Same as in non-secure/index.js
  let urlAlphabet =
    'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
  
  module.exports = { urlAlphabet }