开启教程

This commit is contained in:
marvzhang
2020-02-08 09:46:30 +08:00
parent 78f0f15167
commit 22b44d74fd
2 changed files with 4 additions and 4 deletions

View File

@@ -496,8 +496,8 @@ docker run -d --restart always --name crawlab_worker \\
'The parameters which will be passed into the spider program.': '将被传入爬虫程序里的参数',
'The description for the schedule': '定时任务的描述',
'Once you have filled all fields, click this button to submit.': '当您填完所有字段请点击这个按钮来提交定时任务',
'Here you can set your password.': '这里您可以设置您的密码',
'In this tab you can configure your notification settings.': '在这个标签中您可以配置您的消息通知配置',
'Here you can set your general settings.': '这里您可以设置您的通用设置',
'In this tab you can configure your notification settings.': '在这个标签中您可以<br>配置您的消息通知配置',
'Here you can add/edit/delete global environment variables which will be passed into your spider programs.': '这里您可以添加/修改/删除全局环境变量它们会被传入爬虫程序中',
'You are running on a mobile device, which is not optimized yet. Please try with a laptop or desktop.': '您正在没有优化过的移动端上浏览我们建议您用电脑来访问',

View File

@@ -300,8 +300,8 @@ export default {
},
mounted () {
if (!this.$utils.tour.isFinishedTour('setting')) {
// this.$tours['setting'].start()
// this.$st.sendEv('教程', '开始', 'setting')
this.$tours['setting'].start()
this.$st.sendEv('教程', '开始', 'setting')
}
}
}