diff --git a/ui/console-src/modules/system/overview/Overview.vue b/ui/console-src/modules/system/overview/Overview.vue index 15d27b570..928939153 100644 --- a/ui/console-src/modules/system/overview/Overview.vue +++ b/ui/console-src/modules/system/overview/Overview.vue @@ -1,8 +1,9 @@ + + diff --git a/ui/console-src/modules/system/overview/components/ExternalUrlItem.vue b/ui/console-src/modules/system/overview/components/ExternalUrlItem.vue new file mode 100644 index 000000000..2db9ee170 --- /dev/null +++ b/ui/console-src/modules/system/overview/components/ExternalUrlItem.vue @@ -0,0 +1,53 @@ + + + diff --git a/ui/src/locales/en.yaml b/ui/src/locales/en.yaml index 852b95536..cde85418e 100644 --- a/ui/src/locales/en.yaml +++ b/ui/src/locales/en.yaml @@ -1458,6 +1458,16 @@ core: The external access url detected is inconsistent with the current access url, which may cause some links to fail to redirect properly. Please check the external access url settings. + external_url_form: + operations: + save: + title: Modify external url + description: >- + Modifying the external access address requires restarting the Halo + service. It will automatically restart after the modification is + completed. Do you want to continue? + tips: + restarting: Modification completed, waiting for restart... backup: title: Backup and Restore tabs: diff --git a/ui/src/locales/zh-CN.yaml b/ui/src/locales/zh-CN.yaml index b6982bfbc..d92ebc0af 100644 --- a/ui/src/locales/zh-CN.yaml +++ b/ui/src/locales/zh-CN.yaml @@ -1356,6 +1356,13 @@ core: os: 操作系统:{os} alert: external_url_invalid: 检测到外部访问地址与当前访问地址不一致,可能会导致部分链接无法正常跳转,请检查外部访问地址设置。 + external_url_form: + operations: + save: + title: 修改外部访问地址 + description: 修改外部访问地址需要重启 Halo 服务,修改完成之后会自动进行重启,是否继续? + tips: + restarting: 修改完成,等待重启... backup: title: 备份与恢复 tabs: diff --git a/ui/src/locales/zh-TW.yaml b/ui/src/locales/zh-TW.yaml index b4ea0057b..28d2b2395 100644 --- a/ui/src/locales/zh-TW.yaml +++ b/ui/src/locales/zh-TW.yaml @@ -1341,6 +1341,13 @@ core: os: 操作系統:{os} alert: external_url_invalid: 檢測到外部訪問地址與當前訪問地址不一致,可能會導致部分連結無法正常跳轉,請檢查外部訪問地址設置。 + external_url_form: + operations: + save: + title: 修改外部訪問地址 + description: 修改外部訪問地址需要重啟 Halo 服務,修改完成之後會自動進行重啟,是否繼續? + tips: + restarting: 修改完成,等待重啟... backup: title: 備份與還原 tabs: