feat(chat): support ai photo viewing

This commit is contained in:
2026-06-23 10:33:20 +08:00
parent cebc8f7443
commit d81abd6efd
16 changed files with 160 additions and 45 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface LocalMessageRow {
role: string;
content: string;
createdAt: string;
imageUrl?: string | null;
sessionId: string;
}