This commit is contained in:
freedakgmail
2025-12-21 22:42:39 +08:00
parent 5983f13282
commit 5a604e89f9
10 changed files with 117 additions and 18 deletions
-3
View File
@@ -214,9 +214,6 @@ function PersonCard({
// 是否显示右键菜单(有可添加的选项时才显示)
const hasAddOptions = canEdit && (canAddFather || canAddMother || canAddSpouse || canAddChild)
// 调试日志
console.log('PersonCard render:', member.fullName, { canEdit, hasAddOptions, relationMode })
// 庄严正式的中国风配色
const isDead = !!member.deathDate