mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
添加爬虫列表教程
This commit is contained in:
@@ -27,13 +27,15 @@ export default {
|
||||
data[tourName] = 1
|
||||
localStorage.setItem('tour', JSON.stringify(data))
|
||||
},
|
||||
options: {
|
||||
labels: {
|
||||
buttonSkip: i18n.t('Skip'),
|
||||
buttonPrevious: i18n.t('Previous'),
|
||||
buttonNext: i18n.t('Next'),
|
||||
buttonStop: i18n.t('Finish')
|
||||
},
|
||||
highlight: true
|
||||
getOptions: (isShowHighlight) => {
|
||||
return {
|
||||
labels: {
|
||||
buttonSkip: i18n.t('Skip'),
|
||||
buttonPrevious: i18n.t('Previous'),
|
||||
buttonNext: i18n.t('Next'),
|
||||
buttonStop: i18n.t('Finish')
|
||||
},
|
||||
highlight: isShowHighlight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user