[fix] fixed welcome screen

This commit is contained in:
kwaroran
2023-05-19 00:57:06 +09:00
parent 33812be7af
commit d6097cfb9d
2 changed files with 2 additions and 30 deletions

View File

@@ -104,34 +104,6 @@
<img class="w-3/4 mt-2" src="/ss3.webp" alt="example"></button>
</div>
{:else if step === 4}
<h2>{language.setup.theme}</h2>
<div class="flex flex-col items-start ml-2">
<button class="hover:text-green-500 transition-colors flex flex-col items-start" on:click={() => {
$DataBase.theme = ''
step += 1
}}><span>• Standard Risu</span>
<img class="w-3/4 mt-2" src="/ss2.webp" alt="example"></button>
<button class="hover:text-green-500 transition-colors flex flex-col items-start" on:click={() => {
$DataBase.theme = 'waifu'
step += 1
}}><span>• Waifulike</span>
<img class="w-3/4 mt-2" src="/ss3.webp" alt="example"></button>
</div>
{:else if step === 4}
<h2>{language.setup.theme}</h2>
<div class="flex flex-col items-start ml-2">
<button class="hover:text-green-500 transition-colors flex flex-col items-start" on:click={() => {
$DataBase.theme = ''
step += 1
}}><span>• Standard Risu</span>
<img class="w-3/4 mt-2" src="/ss2.webp" alt="example"></button>
<button class="hover:text-green-500 transition-colors flex flex-col items-start" on:click={() => {
$DataBase.theme = 'waifu'
step += 1
}}><span>• Waifulike</span>
<img class="w-3/4 mt-2" src="/ss3.webp" alt="example"></button>
</div>
{:else if step === 5}
<h2>{language.setup.texttheme}</h2>
<div class="flex flex-col items-start ml-2">
<button class="hover:text-green-500 transition-colors flex flex-col items-start" on:click={() => {
@@ -159,7 +131,7 @@
</div>
</button>
</div>
{:else if step === 6}
{:else if step === 5}
<h2>{language.setup.inputName}</h2>
<div class="w-full ml-2">
<input class="text-neutral-200 mt-2 p-2 bg-transparent input-text focus:bg-selected m-0" bind:value={$DataBase.username}>

View File

@@ -227,7 +227,7 @@
{#if $selectedCharID < 0 || $settingsOpen}
<div>
<h1 class="text-xl">Welcome to RisuAI!</h1>
<span class="text-xs text-gray-400">Click a bot to start chating</span>
<span class="text-xs text-gray-400">Select a bot to start chating</span>
</div>
{:else}
<CharConfig />