mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 06:05:50 +08:00
feat: Improve SD list data and API integration
This commit is contained in:
@@ -22,6 +22,7 @@ export enum Path {
|
||||
Masks = "/masks",
|
||||
Auth = "/auth",
|
||||
Sd = "/sd",
|
||||
SdPanel = "/sd-panel",
|
||||
}
|
||||
|
||||
export enum ApiPath {
|
||||
@@ -48,6 +49,7 @@ export enum StoreKey {
|
||||
Prompt = "prompt-store",
|
||||
Update = "chat-update",
|
||||
Sync = "sync",
|
||||
SdList = "sd-list",
|
||||
}
|
||||
|
||||
export const DEFAULT_SIDEBAR_WIDTH = 300;
|
||||
|
Reference in New Issue
Block a user