We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687444b commit bc25b09Copy full SHA for bc25b09
1 file changed
src/components/layout/TddFooter.vue
@@ -5,13 +5,15 @@
5
"api_doc": "接口文档",
6
"source_code": "项目源码",
7
"donate_tdd": "资助本站",
8
- "contact_us": "联系我们"
+ "contact_us": "联系我们",
9
+ "friend_links": "友情链接:"
10
},
11
"en": {
12
"api_doc": "Api Doc",
13
"source_code": "Source Code",
14
"donate_tdd": "Donate TDD",
- "contact_us": "Contact Us"
15
+ "contact_us": "Contact Us",
16
+ "friend_links": "Friend Links:"
17
}
18
19
</i18n>
@@ -25,7 +27,10 @@
25
27
<a href="https://afdian.net/@bunnyxt" target="_blank">{{ $t('donate_tdd') }}</a> |
26
28
<router-link to="/about/contactus">{{ $t('contact_us') }}</router-link>
29
<br/>
- 2017 ~ 2024 © All Rights Reserved
30
+ {{ $t('friend_links') }}
31
+ <a href="https://vcpedia.cn/" target="_blank">VCPedia</a>
32
+ <br/>
33
+ 2017 ~ 2025 © All Rights Reserved
34
</a-layout-footer>
35
</template>
36
0 commit comments