feat: implement preset and parallel requests for HypaV3

This commit is contained in:
Bo26fhmC5M
2025-05-10 15:00:35 +09:00
parent d9565b4450
commit 85753a76ef
19 changed files with 2382 additions and 672 deletions

View File

@@ -23,9 +23,8 @@
import Help from "./Help.svelte";
import { getChatBranches } from "src/ts/gui/branches";
import { getCurrentCharacter } from "src/ts/storage/database.svelte";
import { message } from "@tauri-apps/plugin-dialog";
import HypaV3Modal from './HypaV3Modal.svelte';
import Googli from "../UI/Googli.svelte";
import Googli from "../UI/Googli.svelte";
let btn
let input = $state('')
let cardExportType = $state('realm')
@@ -651,10 +650,6 @@
</div>
{/if}
{#if $alertStore.type === "hypaV3"}
<HypaV3Modal />
{/if}
<style>
.break-any{
word-break: normal;