diff --git a/README.md b/README.md index 8613df38..88c9bca8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## EServer | [中文](https://github.com/xianyunleo/EServer/blob/master/README_zh.md) ### A GUI software for Windows and Mac platforms that integrates Nginx, PHP, MySQL, Redis and other servers. -## doc:www.eserver.app/doc +## doc:eserver.phpenv.cn/doc ### The predecessor of this software is phpEnv ,www.phpenv.cn diff --git a/README_zh.md b/README_zh.md index a3b7a3d4..33c6bc34 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,7 +1,7 @@ ## EServer | [English](https://github.com/xianyunleo/EServer/blob/master/README.md) ### Windows Mac平台下的一款集成Nginx、PHP、MySQL、Redis等服务的GUI集成环境 -## 文档:www.eserver.app/doc +## 文档:eserver.phpenv.cn/doc ### 本软件的前身是 phpEnv ,www.phpenv.cn ![主界面](https://github.com/xianyunleo/EServer/raw/master/screenshots/home.png) diff --git a/src/renderer/components/TitleBar.vue b/src/renderer/components/TitleBar.vue index 6cc6ffd2..7d1f938a 100644 --- a/src/renderer/components/TitleBar.vue +++ b/src/renderer/components/TitleBar.vue @@ -30,12 +30,13 @@ import { ref } from 'vue' import Native from '@/main/utils/Native' import { t } from '@/renderer/utils/i18n' import { isWindows } from '@/main/utils/utils' +import { OFFICIAL_URL } from '@/shared/utils/constant' const call = window.api.call const isWindowMax = ref(false) const minimizeIsHover = ref(false) const clickUrl = () => { - Native.openUrl('http://www.eserver.app') + Native.openUrl(OFFICIAL_URL) } const minimizeClick = () => { diff --git a/src/renderer/views/About.vue b/src/renderer/views/About.vue index 666c4af5..628a56d8 100644 --- a/src/renderer/views/About.vue +++ b/src/renderer/views/About.vue @@ -3,10 +3,10 @@

{{ APP_NAME }}

{{ $t('Version') }}:{{ version }}

- {{ t('OfficialSite') }}:www.eserver.app + {{ t('OfficialSite') }}:{{ OFFICIAL_HOST }}

- {{ t('Doc') }}:www.eserver.app/doc + {{ t('Doc') }}:{{ `${OFFICIAL_HOST}/doc` }}

Github: