Add bgm cbs

This commit is contained in:
Kwaroran
2025-03-08 15:25:10 +09:00
parent 4648e0b5b2
commit 7c3ad57856
3 changed files with 29 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ import { save } from "@tauri-apps/plugin-dialog";
import { listen } from '@tauri-apps/api/event'
import { registerPlugin } from '@capacitor/core';
import { language } from "src/lang";
import { startObserveDom } from "./observer";
import { startObserveDom } from "./observer.svelte";
import { updateGuisize } from "./gui/guisize";
import { encodeCapKeySafe } from "./storage/mobileStorage";
import { updateLorebooks } from "./characters";