mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
开启教程
This commit is contained in:
@@ -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.': '您正在没有优化过的移动端上浏览,我们建议您用电脑来访问',
|
||||
|
||||
|
||||
@@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user