mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 21:07:27 +08:00
[+] KanadeDX card number notice
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user