diff --git a/front/src/i18n/en-US.js b/front/src/i18n/en-US.js index 42e15883..5e879f40 100644 --- a/front/src/i18n/en-US.js +++ b/front/src/i18n/en-US.js @@ -114,6 +114,8 @@ export default { title: 'Project', content: 'Proxyee-Down is an open source, free software based on the software\'s high-speed download kernel and extensions to easily and quickly download the required resources.', githubAddress: 'Project Homepage: ', + official: 'Official website: ', + community: 'Official community: ', tutorial: 'Use Tutorial: ', feedback: 'Feedback: ', currentVersion: 'Current Version: ' diff --git a/front/src/i18n/zh-CN.js b/front/src/i18n/zh-CN.js index eea113cc..89d75ff1 100644 --- a/front/src/i18n/zh-CN.js +++ b/front/src/i18n/zh-CN.js @@ -114,6 +114,8 @@ export default { title: '项目', content: 'Proxyee Down是一款开源的免费软件,基于本软件的高速下载内核和扩展,可以方便并快速的下载所需资源。', githubAddress: '项目主页:', + official: '官方网站:', + community: '官方社区:', tutorial: '使用教程:', feedback: '问题反馈:', currentVersion: '当前版本:' diff --git a/front/src/i18n/zh-TW.js b/front/src/i18n/zh-TW.js index af8a6d67..d0863ce6 100644 --- a/front/src/i18n/zh-TW.js +++ b/front/src/i18n/zh-TW.js @@ -114,6 +114,8 @@ export default { title: '項目', content: 'Proxyee Down 是一款開源的免費軟體,基於本軟體的高速下載核心和擴充套件,可以方便並快速的下載所需資源。', githubAddress: '項目首頁:', + official: '官方網站:', + community: '官方社區:', tutorial: '使用教學:', feedback: '問題回報:', currentVersion: '目前版本:' diff --git a/front/src/views/About.vue b/front/src/views/About.vue index cca9f876..4d54191f 100644 --- a/front/src/views/About.vue +++ b/front/src/views/About.vue @@ -11,10 +11,22 @@
+ {{ $t("about.project.official") }} + + pdown.org + +
+ + {{ $t("about.project.community") }} + + community.pdown.org + +
+ {{ $t("about.project.tutorial") }} - GitHub@proxyee-down/README.md + @click="openUrl('https://github.com/proxyee-down-org/proxyee-down/wiki/%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B')"> + GitHub@proxyee-down/wiki