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 @@ + + + + + + - +