feat:surfer替换vcdroom

This commit is contained in:
Roe-xin
2026-01-07 17:30:34 +08:00
parent 226bb46094
commit b1dd2442b8
18 changed files with 5634 additions and 162 deletions

View File

@ -59,7 +59,8 @@ export type SSEEventType =
| 'error' // 错误
| 'warning' // 警告
| 'notification' // 通知
| 'depth_update'; // 深度更新
| 'depth_update' // 深度更新
| 'heartbeat'; // 心跳事件
/** text_delta 事件数据 */
export interface TextDeltaEvent {