feat: Update AlertComp to display correct description based on cardExportType

This commit is contained in:
kwaroran
2024-05-26 08:32:45 +09:00
parent 67755466ca
commit cb130d44ba

View File

@@ -394,9 +394,9 @@
<span class="text-textcolor mt-4">{language.type}</span>
{#if cardExportType === ''}
{#if $alertStore.submsg !== 'preset'}
<span class="text-textcolor2 text-sm">{language.risupresetDesc}</span>
{:else}
<span class="text-textcolor2 text-sm">{language.ccv3Desc}</span>
{:else}
<span class="text-textcolor2 text-sm">{language.risupresetDesc}</span>
{/if}
{:else if cardExportType === 'json'}
<span class="text-textcolor2 text-sm">{language.jsonDesc}</span>