0.8.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user