Add link to WiKi in resources cards

This commit is contained in:
Yukino Song
2025-04-14 23:28:10 +08:00
parent d784a093a8
commit 26b8446ba1
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,8 @@
{{ $t('resource_card.lizardbyte_website') }}</a> -->
<a class="btn btn-secondary m-1" href="https://github.com/ClassicOldSong/Apollo/discussions" target="_blank">
<i class="fab fa-fw fa-github"></i> {{ $t('resource_card.github_discussions') }}</a>
<a class="btn btn-secondary m-1" href="https://github.com/ClassicOldSong/Apollo/wiki" target="_blank">
<i class="fab fa-fw fa-github"></i> {{ $t('resource_card.github_wiki') }}</a>
</div>
</div>
</div>

View File

@@ -510,6 +510,7 @@
},
"resource_card": {
"github_discussions": "GitHub Discussions",
"github_wiki": "GitHub WiKi",
"legal": "Legal",
"legal_desc": "By continuing to use this software you agree to the terms and conditions in the following documents.",
"license": "License",