This commit is contained in:
freedakgmail
2025-11-30 11:11:37 +08:00
parent 72a59b62a0
commit 5f002e2ce6
140 changed files with 341 additions and 231 deletions
+6
View File
@@ -1,6 +1,12 @@
export type Gender = "MALE" | "FEMALE" | "OTHER"
export type LifeStatus = "living" | "deceased" | "unknown"
export interface FamilyPhoto {
url: string
caption?: string // 照片说明(选填)
uploadedAt: string // 上传时间
}
export interface FamilyStory {
id: string
title: string