mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
add documents link
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1853,6 +1853,7 @@
|
||||
"Build Time": "编译时间",
|
||||
"Official Website": "官方网站",
|
||||
"Report Issue": "报告问题",
|
||||
"Documents": "文档",
|
||||
"License": "许可协议",
|
||||
"An error occurred": "发生错误",
|
||||
"Parameter Invalid": "参数错误",
|
||||
|
||||
@@ -33,12 +33,22 @@
|
||||
<v-col cols="12" md="2">
|
||||
<span class="text-body-1">{{ $t('Report Issue') }}</span>
|
||||
</v-col>
|
||||
<v-col cols="12" md="10">
|
||||
<v-col cols="12" md="10" class="mb-6">
|
||||
<a class="text-body-1" href="https://github.com/mayswind/ezbookkeeping/issues" target="_blank">
|
||||
https://github.com/mayswind/ezbookkeeping/issues
|
||||
</a>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row no-gutters>
|
||||
<v-col cols="12" md="2">
|
||||
<span class="text-body-1">{{ $t('Documents') }}</span>
|
||||
</v-col>
|
||||
<v-col cols="12" md="10">
|
||||
<a class="text-body-1" href="https://ezbookkeeping.mayswind.net" target="_blank">
|
||||
https://ezbookkeeping.mayswind.net
|
||||
</a>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</v-col>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<f7-list-item :title="$t('Build Time')" :after="buildTime" v-if="buildTime"></f7-list-item>
|
||||
<f7-list-item external :title="$t('Official Website')" link="https://github.com/mayswind/ezbookkeeping" target="_blank"></f7-list-item>
|
||||
<f7-list-item external :title="$t('Report Issue')" link="https://github.com/mayswind/ezbookkeeping/issues" target="_blank"></f7-list-item>
|
||||
<f7-list-item external :title="$t('Documents')" link="https://ezbookkeeping.mayswind.net" target="_blank"></f7-list-item>
|
||||
<f7-list-item :title="$t('License')" link="#" popup-open=".license-popup"></f7-list-item>
|
||||
</f7-list>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user