add Plugin page

This commit is contained in:
lloydzhou
2024-08-30 13:02:03 +08:00
parent 571ce11e53
commit cac99e3908
4 changed files with 197 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ export enum Path {
Settings = "/settings",
NewChat = "/new-chat",
Masks = "/masks",
Plugins = "/plugins",
Auth = "/auth",
Sd = "/sd",
SdNew = "/sd-new",
@@ -480,6 +481,7 @@ export const internalAllowedWebDavEndpoints = [
export const DEFAULT_GA_ID = "G-89WN60ZK2E";
export const PLUGINS = [
{ name: "Plugins", path: Path.Plugins },
{ name: "Stable Diffusion", path: Path.Sd },
{ name: "Search Chat", path: Path.SearchChat },
];