feat: add SD page switching

This commit is contained in:
licoy
2024-06-27 16:06:15 +08:00
parent fa6ebadc7b
commit d21481173e
7 changed files with 39 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ export enum Path {
NewChat = "/new-chat",
Masks = "/masks",
Auth = "/auth",
Sd = "/sd",
}
export enum ApiPath {
@@ -213,3 +214,5 @@ export const internalAllowedWebDavEndpoints = [
"https://webdav.yandex.com",
"https://app.koofr.net/dav/Koofr",
];
export const PLUGINS = [{ name: "Stable Diffusion", path: Path.Sd }];