feat: share窗口

This commit is contained in:
archer
2023-03-21 23:47:26 +08:00
parent d065539707
commit 984baf60f0
11 changed files with 33 additions and 13 deletions

View File

@@ -69,6 +69,7 @@ export interface ChatSchema {
expiredTime: number;
loadAmount: number;
updateTime: number;
isShare: boolean;
content: ChatItemType[];
}
export interface ChatPopulate extends ChatSchema {
@@ -80,7 +81,7 @@ export interface BillSchema {
_id: string;
userId: string;
chatId: string;
time: number;
time: Date;
textLen: number;
price: number;
}