Migrate to svelte 5

This commit is contained in:
kwaroran
2024-10-23 02:31:37 +09:00
parent e434c7ab96
commit c7330719ad
120 changed files with 2398 additions and 2033 deletions

View File

@@ -4,9 +4,9 @@
import { moduleBackgroundEmbedding, ReloadGUIPointer, selectedCharID } from "src/ts/stores";
import { onDestroy } from "svelte";
let backgroundHTML = ''
let backgroundHTML = $state('')
let lastdb:Database
let currentChar:character|groupChat
let currentChar:character|groupChat = $state()
let selectedId = 0
function checkUpdate(){