scene configuration, neko opacity & scale

This commit is contained in:
2026-03-24 22:52:49 +08:00
parent 4093b0eb0c
commit 75ab799a7f
19 changed files with 427 additions and 34 deletions

View File

@@ -1,9 +1,6 @@
<script lang="ts">
import { onMount } from "svelte";
import {
commands,
type AppConfig,
} from "$lib/bindings";
import { commands, type AppConfig } from "$lib/bindings";
let form: AppConfig = {
api_base_url: "",
@@ -109,7 +106,6 @@
bind:checked={form.debug_mode}
/>
</label>
</div>
{#if errorMessage}