mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 06:05:50 +08:00
feat: add SD page switching
This commit is contained in:
@@ -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 }];
|
||||
|
Reference in New Issue
Block a user