mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: icon use refactor
This commit is contained in:
		@@ -5,8 +5,8 @@ import enLocale from 'element-plus/es/locale/lang/en';
 | 
			
		||||
 | 
			
		||||
// i18n
 | 
			
		||||
export const I18nEnum = {
 | 
			
		||||
    ZhCn: EnumValue.of('zh-cn', '简体中文').setExtra({ icon: 'iconfont icon-fuhao-zhongwen', el: zhcnLocale }),
 | 
			
		||||
    En: EnumValue.of('en', 'English').setExtra({ icon: 'iconfont icon-fuhao-yingwen', el: enLocale }),
 | 
			
		||||
    ZhCn: EnumValue.of('zh-cn', '简体中文').setExtra({ icon: 'icon layout/cn', el: zhcnLocale }),
 | 
			
		||||
    En: EnumValue.of('en', 'English').setExtra({ icon: 'icon layout/en', el: enLocale }),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// 资源类型
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user