mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
文件系统的存储方式
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ type (
|
||||
UserID string `json:"-"` // Not exposed in JSON responses, used internally.
|
||||
Name string `json:"name"`
|
||||
Thumbnail string `json:"thumbnail,omitempty"`
|
||||
Data []byte `json:"-"` // The full canvas data, not included in list views.
|
||||
Data []byte `json:"data,omitempty"` // The full canvas data, not included in list views.
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user