[feat] novelai support

This commit is contained in:
kwaroran
2023-05-24 04:16:34 +09:00
parent 3f4baac593
commit 26e0fb6413
4 changed files with 110 additions and 18 deletions

View File

@@ -10,8 +10,8 @@
import AdvancedSettings from "./Pages/AdvancedSettings.svelte";
import { SizeStore, settingsOpen } from "src/ts/stores";
import Botpreset from "./botpreset.svelte";
import Communities from "./Pages/Communities.svelte";
import { openURL } from "src/ts/globalApi";
import Communities from "./Pages/Communities.svelte";
import { openURL } from "src/ts/globalApi";
let selected = -1
let openPresetList = false
if(window.innerWidth >= 700){