Fix guide link
parent
310afa3c5c
commit
6612f0b5c3
|
@ -676,6 +676,9 @@
|
||||||
<Textarea bind:value={generatedTextInput} placeholder="Paste the generated text here..." />
|
<Textarea bind:value={generatedTextInput} placeholder="Paste the generated text here..." />
|
||||||
{:else if selectedType === 'android'}
|
{:else if selectedType === 'android'}
|
||||||
<div class="bg-background rounded-xl px-4 py-2 text-white mb-4 mt-2">
|
<div class="bg-background rounded-xl px-4 py-2 text-white mb-4 mt-2">
|
||||||
|
<a href="https://www.youtube.com/watch?v=dphwcYfZthA" target="_blank" class="text-primary hover:underline">
|
||||||
|
{$t('wish.import.guide.video')}
|
||||||
|
</a>
|
||||||
<ol class="list-decimal ml-4">
|
<ol class="list-decimal ml-4">
|
||||||
<li class="my-2">{$t('wish.import.guide.android.0')}</li>
|
<li class="my-2">{$t('wish.import.guide.android.0')}</li>
|
||||||
<li class="my-2">{$t('wish.import.guide.android.1')}</li>
|
<li class="my-2">{$t('wish.import.guide.android.1')}</li>
|
||||||
|
@ -686,14 +689,9 @@
|
||||||
<li class="my-2">{$t('wish.import.guide.android.6')}</li>
|
<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.7')}</li>
|
||||||
<li class="my-2">{$t('wish.import.guide.android.8')}</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>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<Input bind:value={genshinLink} placeholder={$t('wish.import.guide.android.10')} />
|
<Input bind:value={genshinLink} placeholder={$t('wish.import.guide.android.9')} />
|
||||||
{:else if selectedType === 'ios'}
|
{:else if selectedType === 'ios'}
|
||||||
<div class="bg-background rounded-xl px-4 py-2 text-white mb-4 mt-2">
|
<div class="bg-background rounded-xl px-4 py-2 text-white mb-4 mt-2">
|
||||||
<ol class="list-decimal ml-4">
|
<ol class="list-decimal ml-4">
|
||||||
|
|
|
@ -145,6 +145,7 @@
|
||||||
"a6": "Make sure you copy all the text (hold and press Select All for mobile devices); maybe you missed some text that are needed for the importer to work."
|
"a6": "Make sure you copy all the text (hold and press Select All for mobile devices); maybe you missed some text that are needed for the importer to work."
|
||||||
},
|
},
|
||||||
"guide": {
|
"guide": {
|
||||||
|
"video": "Video Tutorial",
|
||||||
"pc": [
|
"pc": [
|
||||||
"Open Paimon menu [ESC]",
|
"Open Paimon menu [ESC]",
|
||||||
"Click Feedback",
|
"Click Feedback",
|
||||||
|
@ -162,7 +163,6 @@
|
||||||
"Hold the text and press select all, then copy that text (don't copy only some portion of the text)",
|
"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",
|
"Turn on your Wi-Fi or data connection",
|
||||||
"Paste the text to the textbox below",
|
"Paste the text to the textbox below",
|
||||||
"Video Tutorial",
|
|
||||||
"Paste text here... Webpage not available..."
|
"Paste text here... Webpage not available..."
|
||||||
],
|
],
|
||||||
"ios": [
|
"ios": [
|
||||||
|
|
|
@ -145,6 +145,7 @@
|
||||||
"a6": "Coba pastiin sudah di copy semua text nya (coba select all aja text nya, jangan di potong-potong), mungkin ada yang kelewatan, jadi ada yang terpotong"
|
"a6": "Coba pastiin sudah di copy semua text nya (coba select all aja text nya, jangan di potong-potong), mungkin ada yang kelewatan, jadi ada yang terpotong"
|
||||||
},
|
},
|
||||||
"guide": {
|
"guide": {
|
||||||
|
"video": "Video Tutorial",
|
||||||
"pc": [
|
"pc": [
|
||||||
"Buka menu Paimon [ESC]",
|
"Buka menu Paimon [ESC]",
|
||||||
"Klik Masukan",
|
"Klik Masukan",
|
||||||
|
|
|
@ -145,6 +145,7 @@
|
||||||
"a6": "Убедитесь, что вы скопировлись весь текст (удерживайте и нажмите «Выбрать все» для мобильных устройств); возможно, вы пропустили часть ссылки которая нужна для работы импорта"
|
"a6": "Убедитесь, что вы скопировлись весь текст (удерживайте и нажмите «Выбрать все» для мобильных устройств); возможно, вы пропустили часть ссылки которая нужна для работы импорта"
|
||||||
},
|
},
|
||||||
"guide": {
|
"guide": {
|
||||||
|
"video": "Video Tutorial",
|
||||||
"pc": [
|
"pc": [
|
||||||
"Откройте главное меню [ESC]",
|
"Откройте главное меню [ESC]",
|
||||||
"Нажмите Поддержка",
|
"Нажмите Поддержка",
|
||||||
|
|
Loading…
Reference in New Issue