mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Add character build source
This commit is contained in:
parent
513c35d178
commit
1a65a5fd6f
3 changed files with 11 additions and 2 deletions
|
@ -111,7 +111,8 @@
|
|||
"talentBook": "Talent Book",
|
||||
"ascensionMaterial": "Ascension Materials",
|
||||
"talentStats": "Talent Stats",
|
||||
"build": "Build"
|
||||
"build": "Build",
|
||||
"source": "Community Character Builds by the Genshin Helper Team"
|
||||
},
|
||||
"wish": {
|
||||
"title": "Wish Counter",
|
||||
|
|
|
@ -111,7 +111,8 @@
|
|||
"talentBook": "Buku Talent",
|
||||
"ascensionMaterial": "Material Ascension",
|
||||
"talentStats": "Stat Talent",
|
||||
"build": "Build"
|
||||
"build": "Build",
|
||||
"source": "Community Character Builds oleh the Genshin Helper Team"
|
||||
},
|
||||
"wish": {
|
||||
"title": "Wish Counter",
|
||||
|
|
|
@ -520,6 +520,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a
|
||||
class="mx-4 md:mx-8 px-2 py-1 bg-background hover:bg-item text-primary mt-2 rounded-md inline-block"
|
||||
href="https://tinyurl.com/genshinbuilds"
|
||||
target="_blank"
|
||||
>
|
||||
{$t('characters.source')}
|
||||
</a>
|
||||
<div class="flex flex-col mt-4 text-white px-4 md:px-8" bind:this={talentDiv}>
|
||||
<a href="/characters/{id}/#talents" class="font-black font-display text-2xl mt-4">
|
||||
{$t('characters.talents')}
|
||||
|
|
Loading…
Add table
Reference in a new issue