mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-09 11:43:56 +01:00
Add video tutorial to import guide
This commit is contained in:
parent
e0a5abdd11
commit
d86212c996
2 changed files with 7 additions and 1 deletions
|
@ -686,9 +686,14 @@
|
|||
<li class="my-2">{$t('wish.import.guide.android.6')}</li>
|
||||
<li class="my-2">{$t('wish.import.guide.android.7')}</li>
|
||||
<li class="my-2">{$t('wish.import.guide.android.8')}</li>
|
||||
<li class="my-2">
|
||||
<a href="https://www.youtube.com/watch?v=dphwcYfZthA" target="_blank" class="text-primary hover:underline">
|
||||
{$t('wish.import.guide.android.9')}
|
||||
</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<Input bind:value={genshinLink} placeholder={$t('wish.import.guide.android.9')} />
|
||||
<Input bind:value={genshinLink} placeholder={$t('wish.import.guide.android.10')} />
|
||||
{:else if selectedType === 'ios'}
|
||||
<div class="bg-background rounded-xl px-4 py-2 text-white mb-4 mt-2">
|
||||
<ol class="list-decimal ml-4">
|
||||
|
|
|
@ -162,6 +162,7 @@
|
|||
"Hold the text and press select all, then copy that text (don't copy only some portion of the text)",
|
||||
"Turn on your Wi-Fi or data connection",
|
||||
"Paste the text to the textbox below",
|
||||
"Video Tutorial",
|
||||
"Paste text here... Webpage not available..."
|
||||
],
|
||||
"ios": [
|
||||
|
|
Loading…
Reference in a new issue