perf: 参数值

This commit is contained in:
archer
2023-04-21 19:55:56 +08:00
parent 3c0fa30aaf
commit 4f51839026
7 changed files with 114 additions and 27 deletions

1
src/types/chat.d.ts vendored
View File

@@ -11,4 +11,5 @@ export type ChatSiteItemType = {
export type HistoryItem = {
chatId: string;
title: string;
history?: ChatSiteItemType[];
};