fix: preserve conversation and note data

This commit is contained in:
lofyer
2026-08-13 01:32:10 +08:00
parent 40696d9ac7
commit 04a260133a
4 changed files with 180 additions and 31 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ export type MagicNoteDraftAnalysis = {
export type MagicNoteSearchResult = {
noteId: string
noteTitle: string
entryId: string
entryId?: string
content: string
updatedAt: string
}