feat: Add Infotip component
feat: Add Icon demo
This commit is contained in:
@@ -27,7 +27,9 @@ export default {
|
||||
collapse: 'Collapse',
|
||||
collapseDes: 'Expand and zoom the menu bar',
|
||||
tagsView: 'Tags view',
|
||||
tagsViewDes: 'Used to record routing history'
|
||||
tagsViewDes: 'Used to record routing history',
|
||||
tool: 'Tool',
|
||||
toolDes: 'Used to set up custom systems'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: 'Project setting',
|
||||
@@ -83,7 +85,9 @@ export default {
|
||||
dashboard: 'Dashboard',
|
||||
analysis: 'Analysis',
|
||||
workplace: 'Workplace',
|
||||
guide: 'Guide'
|
||||
guide: 'Guide',
|
||||
component: 'Component',
|
||||
icon: 'Icon'
|
||||
},
|
||||
analysis: {
|
||||
newUser: 'New user',
|
||||
@@ -190,5 +194,14 @@ export default {
|
||||
start: 'Start',
|
||||
message:
|
||||
'The guide page is very useful for some people who enter the project for the first time. You can briefly introduce the functions of the project. The boot page is based on intro js'
|
||||
},
|
||||
iconDemo: {
|
||||
icon: 'Icon',
|
||||
localIcon: 'Local Icon',
|
||||
iconify: 'Iconify component',
|
||||
recommendedUse: 'Recommended use',
|
||||
recommendeDes:
|
||||
'Iconify component basically contains all icons. You can query any icon you want. And packaging will only package the icons used.',
|
||||
accessAddress: 'Access address'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,9 @@ export default {
|
||||
collapse: '展开缩收',
|
||||
collapseDes: '展开和缩放菜单栏',
|
||||
tagsView: '标签页',
|
||||
tagsViewDes: '用于记录路由历史记录'
|
||||
tagsViewDes: '用于记录路由历史记录',
|
||||
tool: '工具',
|
||||
toolDes: '用于设置定制系统'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: '项目配置',
|
||||
@@ -83,7 +85,9 @@ export default {
|
||||
dashboard: '首页',
|
||||
analysis: '分析页',
|
||||
workplace: '工作台',
|
||||
guide: '引导'
|
||||
guide: '引导',
|
||||
component: '组件',
|
||||
icon: '图标'
|
||||
},
|
||||
analysis: {
|
||||
newUser: '新增用户',
|
||||
@@ -190,5 +194,14 @@ export default {
|
||||
start: '开始',
|
||||
message:
|
||||
'引导页对于一些第一次进入项目的人很有用,你可以简单介绍下项目的功能。引导页基于 intro.js'
|
||||
},
|
||||
iconDemo: {
|
||||
icon: '图标',
|
||||
localIcon: '本地图标',
|
||||
iconify: 'Iconify组件',
|
||||
recommendedUse: '推荐使用',
|
||||
recommendeDes:
|
||||
'Iconify组件基本包含所有的图标,你可以查询到你想要的任何图标。并且打包只会打包所用到的图标。',
|
||||
accessAddress: '访问地址'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user