[+] KanadeDX card number notice

This commit is contained in:
Azalea
2025-03-01 23:26:20 -05:00
parent 3da92de951
commit d5be354a84
3 changed files with 4 additions and 1 deletions

View File

@@ -243,7 +243,7 @@
function isInput(e: KeyboardEvent) {
return e.key.length === 1 && !e.altKey && !e.ctrlKey && !e.metaKey && !e.shiftKey
}
async function dropFile(e: DragEvent) {
e.preventDefault()
e.stopPropagation()
@@ -308,6 +308,7 @@
<button transition:slide={{axis: 'x'}} on:click={() => link('AC')}>{t('home.linkcard.link')}</button>
{/if}
</label>
<blockquote>{t('home.linkcard.kdx-notice')}</blockquote>
{#if errorAC}
<p class="error" style={warningAC ? "margin-bottom: 0" : ""} transition:slide>{errorAC}</p>
{/if}