export const localList: any[] = [
    {
        type: 'zh-CN',
        name: '中文简体',
    },
    {
        type: 'en-US',
        name: 'English',
    },
];