diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index 254d3dcd..20feddc9 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -370,6 +370,7 @@ export default { 'Global Variable': '全局变量', 'Add Global Variable': '新增全局变量', 'Are you sure to delete this global variable': '确定删除该全局变量?', + 'Key': '设置', // 其他 tagsView: { diff --git a/frontend/src/views/setting/Setting.vue b/frontend/src/views/setting/Setting.vue index 0eade556..95abeb81 100644 --- a/frontend/src/views/setting/Setting.vue +++ b/frontend/src/views/setting/Setting.vue @@ -1,27 +1,38 @@ + + + + - + - + - + - {{$t('Cancel')}} - {{$t('Save')}} + + {{$t('Cancel')}} + {{$t('Save')}} + - + @@ -32,7 +43,7 @@ - + @@ -63,44 +74,39 @@ :placeholder="$t('DingTalk Robot Webhook')"> - + - - - - - {{$t('Add')}} - - - + + + + {{$t('Add')}} + + {{$t('Save')}} + - - - + + + - + - - - - {{$t('Save')}} - - -