mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Edited some star-icon expressions into normal character star
Edited some star-icon expressions into normal character star.
This commit is contained in:
parent
a4ec0365f2
commit
b0c1b49a29
1 changed files with 18 additions and 37 deletions
|
@ -80,50 +80,31 @@
|
|||
<div class="text-white p-2 bg-background rounded-xl">
|
||||
<p class="mb-2">{$t('wish.help.howto.subtitle')}</p>
|
||||
<p class="mb-2">
|
||||
{$t('wish.help.howto.press')}
|
||||
<b class="rounded-lg px-2 py-1 border-white border inline-flex items-center">+1</b>
|
||||
{$t('wish.help.howto.whenYouGet')}
|
||||
<span class="inline-flex items-center"
|
||||
>3
|
||||
<Icon path={mdiStar} size={0.7} /></span
|
||||
>
|
||||
{@html $t('wish.help.howto.pressWhenYouGet', {
|
||||
values: {
|
||||
button: '<b class="rounded-lg px-2 py-1 border-white border inline-flex">+1</b>',
|
||||
rarity: 3,
|
||||
},
|
||||
})}
|
||||
</p>
|
||||
<p class="mb-2">
|
||||
{$t('wish.help.howto.press')}
|
||||
<b class="rounded-lg px-2 py-1 border-white border inline-flex items-center"
|
||||
>Get 4
|
||||
<Icon path={mdiStar} size={0.7} /></b
|
||||
>
|
||||
{$t('wish.help.howto.whenYouGet')}
|
||||
<span class="inline-flex items-center"
|
||||
>4
|
||||
<Icon path={mdiStar} size={0.7} /></span
|
||||
>
|
||||
{@html $t('wish.help.howto.pressWhenYouGet', {
|
||||
values: {
|
||||
button: `<b class="rounded-lg px-2 py-1 border-white border inline-flex">Get 4★</b>`,
|
||||
rarity: 4,
|
||||
},
|
||||
})}
|
||||
</p>
|
||||
<p class="mb-2">
|
||||
{$t('wish.help.howto.press')}
|
||||
<b class="rounded-lg px-2 py-1 border-white border inline-flex items-center"
|
||||
>Get 5
|
||||
<Icon path={mdiStar} size={0.7} /></b
|
||||
>
|
||||
{$t('wish.help.howto.whenYouGet')}
|
||||
<span class="inline-flex items-center"
|
||||
>5
|
||||
<Icon path={mdiStar} size={0.7} /></span
|
||||
>
|
||||
{@html $t('wish.help.howto.pressWhenYouGet', {
|
||||
values: {
|
||||
button: `<b class="rounded-lg px-2 py-1 border-white border inline-flex">Get 5★</b>`,
|
||||
rarity: 5,
|
||||
},
|
||||
})}
|
||||
</p>
|
||||
<p class="text-gray-400">
|
||||
{$t('wish.help.howto.p1')}
|
||||
<span class="inline-flex items-center"
|
||||
>5
|
||||
<Icon path={mdiStar} size={0.7} /></span
|
||||
>
|
||||
{$t('wish.help.howto.and')}
|
||||
<span class="inline-flex items-center"
|
||||
>4
|
||||
<Icon path={mdiStar} size={0.7} /></span
|
||||
>
|
||||
pity
|
||||
</p>
|
||||
<p class="text-gray-400">
|
||||
{$t('wish.help.howto.p2.0')}
|
||||
|
|
Loading…
Add table
Reference in a new issue