From c5f38e44eed3170d3b2c745061a6ccc72ff7ebaa Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Tue, 11 Jul 2023 11:13:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor(UI=E6=B5=8B=E8=AF=95):=20UI=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E4=B8=8D=E6=94=AF=E6=8C=81host?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1012301 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001027090 --- .../src/components/environment/EnvironmentCommonConfig.vue | 7 ++++++- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 1 + framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js | 1 + framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/environment/EnvironmentCommonConfig.vue b/framework/sdk-parent/frontend/src/components/environment/EnvironmentCommonConfig.vue index 94549e1056..e4158da9ca 100644 --- a/framework/sdk-parent/frontend/src/components/environment/EnvironmentCommonConfig.vue +++ b/framework/sdk-parent/frontend/src/components/environment/EnvironmentCommonConfig.vue @@ -4,6 +4,9 @@ + + + {{ $t('api_test.environment.request_timeout') }}: @@ -94,5 +97,7 @@ export default { diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index 5dc0df7f7c..541d4f6d70 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -2239,6 +2239,7 @@ const message = { open_title: "Do you want to start this scheduled task??", }, }, + host_config: "Only interface testing is supported", }, script: { tip_3: diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js index 78bed20804..ec066b6c7f 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -2153,6 +2153,7 @@ const message = { open_title: "要开启这条定时任务吗?", }, }, + host_config: "仅支持接口测试", }, script: { tip_3: diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js index f9e3ba55f0..17306aecaa 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -2152,6 +2152,7 @@ const message = { open_title: "要開啟這條定時任務嗎?", }, }, + host_config: "僅支持接口測試", }, script: { tip_3: