/** * 扩展名类型映射 */ export const extensionLanguageMap: any = { 'text/x-java': 'java', xml: 'xml', javascript: 'js', html: 'html', 'text/x-vue': 'vue', typescript: 'ts', };