panFD
|
702855d5d7
|
chore(git rules): add git commit and commenting standard rules
Create two new configuration files for git commit specification and code commenting rules, standardize team's code submission and annotation habits.
|
2026-05-31 13:55:23 +08:00 |
|
panFD
|
e4f39ee288
|
docs: 删除旧的git提交消息规则文件并更新项目规则
删除了过时的.git-commit-message.md规则文件,新增了针对oops框架和Cocos Creator开发的详细项目规范文档,包括开发约束、核心模块使用规则和输出格式要求。
|
2026-05-31 13:46:50 +08:00 |
|
walkpan
|
e194132731
|
feat: 新增暴击抗性和冰冻抗性属性并完善暴击冰冻判定
1. 在HeroAttrs枚举中新增critical_res和freeze_res属性
2. 在HeroAttrsComp中添加对应抗性属性并在重置方法中初始化
3. 修改暴击和冰冻判定逻辑,加入抗性减免计算
|
2026-05-14 22:53:15 +08:00 |
|
walkpan
|
e24d169161
|
refactor(ui): 优化卡牌等级显示逻辑和布局更新
- 移除HInfoComp中品质边框切换逻辑,专注卡牌等级显示
- 简化CardComp中等级节点的布局更新逻辑,仅使用Widget组件
- 调整card.prefab的布局参数和原始宽度
- 禁用role_controller.prefab的_active属性
|
2026-04-21 21:05:21 +08:00 |
|