Files
pinyin-pro/data/initial.ts
2021-12-15 09:11:19 +08:00

28 lines
225 B
TypeScript

const INITIAL_LIST = [
'zh',
'ch',
'sh',
'z',
'c',
's',
'b',
'p',
'm',
'f',
'd',
't',
'n',
'l',
'g',
'k',
'h',
'j',
'q',
'x',
'r',
'y',
'w',
'',
];
export default INITIAL_LIST;