feat: 增加聊天navbar
This commit is contained in:
6
src/types/chat.d.ts
vendored
6
src/types/chat.d.ts
vendored
@@ -14,3 +14,9 @@ export type ChatItemType = {
|
||||
export type ChatSiteItemType = {
|
||||
status: 'loading' | 'finish';
|
||||
} & ChatItemType;
|
||||
|
||||
export type HistoryItem = {
|
||||
chatId: string;
|
||||
windowId: string;
|
||||
title: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user