Change saving

This commit is contained in:
kwaroran
2024-11-02 01:46:21 +09:00
parent d487bf298b
commit efbda2333d
65 changed files with 184 additions and 121 deletions

View File

@@ -116,7 +116,7 @@
<script lang="ts">
import { textAreaSize, textAreaTextSize } from 'src/ts/gui/guisize'
import { highlighter, getNewHighlightId, removeHighlight, AllCBS } from 'src/ts/gui/highlight'
import { isMobile } from 'src/ts/globalApi';
import { isMobile } from 'src/ts/globalApi.svelte';
import { isFirefox, sleep } from 'src/ts/util';
import { onDestroy, onMount } from 'svelte';
interface Props {

View File

@@ -4,7 +4,7 @@
import Hub from "./Realm/RealmMain.svelte";
import { OpenRealmStore } from "src/ts/stores.svelte";
import { ArrowLeft } from "lucide-svelte";
import { isNodeServer, isTauri, openURL } from "src/ts/globalApi";
import { isNodeServer, isTauri, openURL } from "src/ts/globalApi.svelte";
import { language } from "src/lang";
import { getRisuHub, hubAdditionalHTML } from "src/ts/characterCards";
import RisuHubIcon from "./Realm/RealmHubIcon.svelte";

View File

@@ -6,7 +6,7 @@
import { language } from "src/lang";
import Help from "../Others/Help.svelte";
import CheckInput from "./GUI/CheckInput.svelte";
import { isTauri } from "src/ts/globalApi";
import { isTauri } from "src/ts/globalApi.svelte";
import {open} from '@tauri-apps/plugin-dialog'
import { getModelName } from "src/ts/model/names";

View File

@@ -2,7 +2,7 @@
import { BookIcon, ImageIcon, SmileIcon } from "lucide-svelte";
import { alertNormal } from "src/ts/alert";
import { hubURL, type hubType } from "src/ts/characterCards";
import { trimNonLatin } from "src/ts/globalApi";
import { trimNonLatin } from "src/ts/globalApi.svelte";
import { parseMultilangString } from "src/ts/util";
interface Props {

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { CCLicenseData } from "src/ts/creation/license";
import { tooltip } from "src/ts/gui/tooltip";
import { openURL } from "src/ts/globalApi";
import { openURL } from "src/ts/globalApi.svelte";
interface Props {
license?: string;

View File

@@ -2,7 +2,7 @@
import { alertMd } from "src/ts/alert";
import { DBState } from 'src/ts/stores.svelte';
import { openURL } from "src/ts/globalApi";
import { openURL } from "src/ts/globalApi.svelte";
import { sideBarStore } from "src/ts/stores.svelte";
let specialDay = $state('')