This commit is contained in:
freedakgmail
2025-11-23 00:49:16 +08:00
parent c033e46782
commit 626d7dddde
184 changed files with 321926 additions and 2720 deletions
+4
View File
@@ -50,6 +50,10 @@ export interface FamilyMember {
motherId?: string
spouseIds: string[]
childrenIds: string[]
// 配偶父母信息(文本形式,用于非家族成员)
spouseFatherName?: string // 岳父/公公姓名
spouseMotherName?: string // 岳母/婆婆姓名
// Content
bio?: string