Skip to content

Commit bc25b09

Browse files
committed
feat: add friend link
1 parent 687444b commit bc25b09

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src/components/layout/TddFooter.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"api_doc": "接口文档",
66
"source_code": "项目源码",
77
"donate_tdd": "资助本站",
8-
"contact_us": "联系我们"
8+
"contact_us": "联系我们",
9+
"friend_links": "友情链接:"
910
},
1011
"en": {
1112
"api_doc": "Api Doc",
1213
"source_code": "Source Code",
1314
"donate_tdd": "Donate TDD",
14-
"contact_us": "Contact Us"
15+
"contact_us": "Contact Us",
16+
"friend_links": "Friend Links:"
1517
}
1618
}
1719
</i18n>
@@ -25,7 +27,10 @@
2527
<a href="https://afdian.net/@bunnyxt" target="_blank">{{ $t('donate_tdd') }}</a> |
2628
<router-link to="/about/contactus">{{ $t('contact_us') }}</router-link>
2729
<br/>
28-
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
2934
</a-layout-footer>
3035
</template>
3136

0 commit comments

Comments
 (0)