From c69c8e5f64c12bb834816b3e1a2990b8a87a9376 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 22 May 2019 19:24:27 +0800 Subject: [PATCH] updated SiteList --- frontend/src/i18n/zh.js | 3 +- frontend/src/views/site/SiteList.vue | 52 +++++++++++++++++++++++- frontend/src/views/spider/SpiderList.vue | 3 ++ 3 files changed, 55 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index e33bfa83..17a0df1e 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -140,7 +140,8 @@ export default { 'Select Category': '请选择类别', 'Spider Count': '爬虫数', 'Robots Protocol': 'Robots 协议', - 'Home Page Response Time': '首页响应时间(秒)', + 'Home Page Response Time (sec)': '首页响应时间(秒)', + 'Home Page Response Status Code': '首页响应状态码', // 文件 'Choose Folder': '选择文件', diff --git a/frontend/src/views/site/SiteList.vue b/frontend/src/views/site/SiteList.vue index 4453b782..7cf3e936 100644 --- a/frontend/src/views/site/SiteList.vue +++ b/frontend/src/views/site/SiteList.vue @@ -53,6 +53,24 @@ + + + + + + - +