0.3.0.4
This commit is contained in:
+2
-1
@@ -66,7 +66,8 @@ export interface FamilyMember {
|
||||
bio?: string
|
||||
tags?: string[] // e.g., "Famous", "Official", "Scholar"
|
||||
avatarUrl?: string
|
||||
photoIds?: string[] // 照片墙 - URL 数组
|
||||
photoIds?: string[] // 照片墙 - 旧格式 URL 数组(兼容)
|
||||
photos?: FamilyPhoto[] // 照片墙 - 新格式(包含说明和时间)
|
||||
stories?: FamilyStory[] // 家族故事
|
||||
|
||||
// Metadata
|
||||
|
||||
Reference in New Issue
Block a user