fix(card): 修复卡牌信息显示逻辑并调整默认状态

1.  将卡牌预制件默认激活状态改为false
2.  移除冗余的info_node和lvl_node配置,新增lvl_node为空引用
3.  重构卡牌信息文本的获取逻辑,增加多源优先级判断
4.  优化信息节点的Label组件查找方式,适配更灵活的节点结构
This commit is contained in:
panFD
2026-06-19 18:05:54 +08:00
parent 17452167c3
commit 25346c44a2
3 changed files with 1507 additions and 621 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5393,7 +5393,7 @@
"__id__": 296
}
],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 302
@@ -6121,11 +6121,9 @@
"__id__": 10
},
"info_node": {
"__id__": 295
},
"lvl_node": {
"__id__": 254
"__id__": 296
},
"lvl_node": null,
"ap_node": {
"__id__": 195
},