feat: chat scroll and load

This commit is contained in:
Quicy
2026-01-28 14:49:14 +08:00
parent e8b690b174
commit d5f5a0a892
8 changed files with 181 additions and 33 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ export interface robot{
time: Date,
id: string | number,
type: string,
action:'robot'
action: 'robot',
state:'thinking'|'generate'|'complete'
}
export interface user{