diff --git a/src/locales/en.json b/src/locales/en.json index a7e5cbb4..ad6f7a1d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1853,6 +1853,7 @@ "Build Time": "Build Time", "Official Website": "Official Website", "Report Issue": "Report Issue", + "Documents": "Documents", "License": "License", "An error occurred": "An error occurred", "Parameter Invalid": "Parameter Invalid", diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index de1ed2b9..ee6db1c2 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -1853,6 +1853,7 @@ "Build Time": "编译时间", "Official Website": "官方网站", "Report Issue": "报告问题", + "Documents": "文档", "License": "许可协议", "An error occurred": "发生错误", "Parameter Invalid": "参数错误", diff --git a/src/views/desktop/AboutPage.vue b/src/views/desktop/AboutPage.vue index acf5800e..63cc3766 100644 --- a/src/views/desktop/AboutPage.vue +++ b/src/views/desktop/AboutPage.vue @@ -33,12 +33,22 @@ {{ $t('Report Issue') }} - + https://github.com/mayswind/ezbookkeeping/issues + + + {{ $t('Documents') }} + + + + https://ezbookkeeping.mayswind.net + + + diff --git a/src/views/mobile/AboutPage.vue b/src/views/mobile/AboutPage.vue index de1517bf..a64b7bac 100644 --- a/src/views/mobile/AboutPage.vue +++ b/src/views/mobile/AboutPage.vue @@ -8,6 +8,7 @@ +