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

@@ -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;