Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
关于页面修改
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Sep 29, 2018
1 parent 7829a27 commit 903bf8e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 2 additions & 0 deletions front/src/i18n/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '
Expand Down
2 changes: 2 additions & 0 deletions front/src/i18n/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export default {
title: '项目',
content: 'Proxyee Down是一款开源的免费软件,基于本软件的高速下载内核和扩展,可以方便并快速的下载所需资源。',
githubAddress: '项目主页:',
official: '官方网站:',
community: '官方社区:',
tutorial: '使用教程:',
feedback: '问题反馈:',
currentVersion: '当前版本:'
Expand Down
2 changes: 2 additions & 0 deletions front/src/i18n/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export default {
title: '項目',
content: 'Proxyee Down 是一款開源的免費軟體,基於本軟體的高速下載核心和擴充套件,可以方便並快速的下載所需資源。',
githubAddress: '項目首頁:',
official: '官方網站:',
community: '官方社區:',
tutorial: '使用教學:',
feedback: '問題回報:',
currentVersion: '目前版本:'
Expand Down
16 changes: 14 additions & 2 deletions front/src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,22 @@
</a>
<br>

<span>{{ $t("about.project.official") }}</span>
<a href="javascript:void(0)" @click="openUrl('https://pdown.org')">
pdown.org
</a>
<br>

<span>{{ $t("about.project.community") }}</span>
<a href="javascript:void(0)" @click="openUrl('https://community.pdown.org')">
community.pdown.org
</a>
<br>

<span>{{ $t("about.project.tutorial") }}</span>
<a href="javascript:void(0)"
@click="openUrl('https://github.com/proxyee-down-org/proxyee-down/blob/master/README.md')">
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
</a>
<br>

Expand Down

0 comments on commit 903bf8e

Please sign in to comment.