feat: add mask screen

This commit is contained in:
Yidadaa
2023-04-24 01:15:44 +08:00
parent e654cee3c8
commit aeb986243c
11 changed files with 315 additions and 35 deletions

View File

@@ -11,6 +11,11 @@ export enum Path {
Home = "/",
Chat = "/chat",
Settings = "/settings",
NewChat = "/new-chat",
}
export enum SlotID {
AppBody = "app-body",
}
export const MAX_SIDEBAR_WIDTH = 500;