feat(hero): 添加技能CD进度条显示功能

1. 为英雄顶栏组件新增CD进度条属性与显示逻辑
2. 重构HeroViewComp的cd_show方法,转发调用顶栏CD更新逻辑
3. 调整顶栏默认透明度为全不透明,优化显示体验
4. 根据英雄是否拥有第二技能动态显示CD进度条
This commit is contained in:
pan
2026-08-19 16:05:58 +08:00
parent f2198b8b92
commit d6e8cb4828
3 changed files with 32 additions and 3 deletions

View File

@@ -4577,6 +4577,9 @@
"hpBarSprite": {
"__id__": 30
},
"cdProgressBar": {
"__id__": 23
},
"_id": ""
},
{