feat: [WIP] support webdav

This commit is contained in:
Yidadaa
2023-06-28 00:34:01 +08:00
parent 6caf79121b
commit 1dd75b63de
3 changed files with 164 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export enum StoreKey {
Mask = "mask-store",
Prompt = "prompt-store",
Update = "chat-update",
Sync = "sync",
}
export const MAX_SIDEBAR_WIDTH = 500;