diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index c904a8bd..9b1fc883 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -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.': '在这个标签中,您可以
配置您的消息通知配置', '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.': '您正在没有优化过的移动端上浏览,我们建议您用电脑来访问', diff --git a/frontend/src/views/setting/Setting.vue b/frontend/src/views/setting/Setting.vue index 3b57fb4e..3832388d 100644 --- a/frontend/src/views/setting/Setting.vue +++ b/frontend/src/views/setting/Setting.vue @@ -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') } } }