Add server backup

This commit is contained in:
Kwaroran
2025-01-30 13:50:16 +09:00
parent 7446e7fc83
commit e8ec986f65
5 changed files with 100 additions and 15 deletions

View File

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