mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
加入任务详情教程,更新翻译
This commit is contained in:
@@ -380,7 +380,7 @@ export default {
|
||||
},
|
||||
{
|
||||
target: '.btn.add',
|
||||
content: this.$t('Click to add a new spider')
|
||||
content: this.$t('Click to add a new spider.<br><br>You can also add a <strong>Customized Spider</strong> through <a href="https://docs.crawlab.cn/Usage/SDK/CLI.html" target="_blank" style="color: #409EFF">CLI Tool</a>.')
|
||||
}
|
||||
],
|
||||
tourCallbacks: {
|
||||
|
||||
@@ -210,7 +210,7 @@ export default {
|
||||
},
|
||||
{
|
||||
target: '.table',
|
||||
content: this.$t('This is a list of spider tasks executed sorted in a descending order.')
|
||||
content: this.$t('This is a list of spider tasks executed sorted in a time descending order.')
|
||||
},
|
||||
{
|
||||
target: '.table .el-table__body-wrapper tr:nth-child(1)',
|
||||
|
||||
Reference in New Issue
Block a user