add sidePanel for Chat page

This commit is contained in:
josc146
2023-11-20 23:47:39 +08:00
parent 66e43c9d9b
commit a9819139b8
5 changed files with 298 additions and 177 deletions

View File

@@ -1,3 +1,5 @@
import { ApiParameters } from './configs';
export const userName = 'M E';
export const botName = 'A I';
export const welcomeUuid = 'welcome';
@@ -31,4 +33,5 @@ export type Attachment = {
name: string;
size: number;
content: string;
}
}
export type ChatParams = Omit<ApiParameters, 'apiPort'>