feat: Improve SD list data and API integration

This commit is contained in:
licoy
2024-07-03 15:37:34 +08:00
parent 54401162bd
commit a16725ac17
14 changed files with 508 additions and 33 deletions

View File

@@ -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;