feat:自定义历史聊天标题 (#41)
* feat:自定义历史聊天标题 * Update chat.ts * perf:自定义聊天标题 * feat: google auth * perf:将修改标题移入右键菜单 * perf:updatetitle --------- Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
1
src/types/mongoSchema.d.ts
vendored
1
src/types/mongoSchema.d.ts
vendored
@@ -88,6 +88,7 @@ export interface ChatSchema {
|
||||
loadAmount: number;
|
||||
updateTime: Date;
|
||||
content: ChatItemType[];
|
||||
customTitle: Boolean;
|
||||
}
|
||||
export interface ChatPopulate extends ChatSchema {
|
||||
userId: UserModelSchema;
|
||||
|
||||
Reference in New Issue
Block a user