This commit is contained in:
freedakgmail
2025-11-30 23:09:54 +08:00
parent 96aa886adc
commit debcce71bf
150 changed files with 431 additions and 321 deletions
+2
View File
@@ -5,6 +5,8 @@ export interface FamilyPhoto {
url: string
caption?: string // 照片说明(选填)
uploadedAt: string // 上传时间
visibleInOverview?: boolean // 成员是否希望在总览中展示
adminVisibleOverride?: boolean // 管理员是否允许展示(默认允许)
}
export interface FamilyStory {