Update version, gemini models, and new progress dialoge, and charxjpeg

This commit is contained in:
Kwaroran
2025-02-06 09:48:55 +09:00
parent 0242fd27cc
commit 1b171cab66
18 changed files with 231 additions and 82 deletions

View File

@@ -18,7 +18,6 @@
import MobileFooter from './lib/Mobile/MobileFooter.svelte';
import CustomGUISettingMenu from './lib/Setting/Pages/CustomGUISettingMenu.svelte';
import { checkCharOrder } from './ts/globalApi.svelte';
import Googli from './lib/UI/Googli.svelte';
let didFirstSetup: boolean = $derived(DBState.db?.didFirstSetup)
@@ -51,9 +50,6 @@
</div>
<span class="text-sm mt-2 text-textcolor2">{LoadingStatusState.text}</span>
<Googli className="mt-4" />
</div>
{:else if $CustomGUISettingMenuStore}
<CustomGUISettingMenu />