feat(hooks): Add useIntro hook
feat: Add guide demo
This commit is contained in:
@@ -17,7 +17,17 @@ export default {
|
||||
closeTheLeftTab: 'Close left',
|
||||
closeTheRightTab: 'Close right',
|
||||
closeOther: 'Close other',
|
||||
closeAll: 'Close all'
|
||||
closeAll: 'Close all',
|
||||
prevLabel: 'Prev',
|
||||
nextLabel: 'Next',
|
||||
skipLabel: 'Jump',
|
||||
doneLabel: 'End',
|
||||
menu: 'Menu',
|
||||
menuDes: 'Menu bar rendered in routed structure',
|
||||
collapse: 'Collapse',
|
||||
collapseDes: 'Expand and zoom the menu bar',
|
||||
tagsView: 'Tags view',
|
||||
tagsViewDes: 'Used to record routing history'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: 'Project setting',
|
||||
@@ -72,7 +82,8 @@ export default {
|
||||
menu2: 'Menu2',
|
||||
dashboard: 'Dashboard',
|
||||
analysis: 'Analysis',
|
||||
workplace: 'Workplace'
|
||||
workplace: 'Workplace',
|
||||
guide: 'Guide'
|
||||
},
|
||||
analysis: {
|
||||
newUser: 'New user',
|
||||
@@ -173,5 +184,11 @@ export default {
|
||||
timeSelect: 'Time Select',
|
||||
inputPassword: 'input Password',
|
||||
passwordStrength: 'Password Strength'
|
||||
},
|
||||
guideDemo: {
|
||||
guide: 'Guide',
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,17 @@ export default {
|
||||
closeTheLeftTab: '关闭左侧标签页',
|
||||
closeTheRightTab: '关闭右侧标签页',
|
||||
closeOther: '关闭其他标签页',
|
||||
closeAll: '关闭全部标签页'
|
||||
closeAll: '关闭全部标签页',
|
||||
prevLabel: '上一步',
|
||||
nextLabel: '下一步',
|
||||
skipLabel: '跳过',
|
||||
doneLabel: '结束',
|
||||
menu: '菜单',
|
||||
menuDes: '以路由的结构渲染的菜单栏',
|
||||
collapse: '展开缩收',
|
||||
collapseDes: '展开和缩放菜单栏',
|
||||
tagsView: '标签页',
|
||||
tagsViewDes: '用于记录路由历史记录'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: '项目配置',
|
||||
@@ -72,7 +82,8 @@ export default {
|
||||
menu2: '菜单2',
|
||||
dashboard: '首页',
|
||||
analysis: '分析页',
|
||||
workplace: '工作台'
|
||||
workplace: '工作台',
|
||||
guide: '引导'
|
||||
},
|
||||
analysis: {
|
||||
newUser: '新增用户',
|
||||
@@ -173,5 +184,11 @@ export default {
|
||||
timeSelect: '时间选择',
|
||||
inputPassword: '密码输入框',
|
||||
passwordStrength: '密码强度'
|
||||
},
|
||||
guideDemo: {
|
||||
guide: '引导页',
|
||||
start: '开始',
|
||||
message:
|
||||
'引导页对于一些第一次进入项目的人很有用,你可以简单介绍下项目的功能。引导页基于 intro.js'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user