This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
bl
Watch
1
Star
0
Fork
0
You've already forked bl
Code
Issues
Pull Requests
Projects
Wiki
Activity
Files
6920fb99ef5f0b4e1ad3da672ab880e0d4bdee65
bl
/
logic
History
昔念
6920fb99ef
fix(fightc): 修复技能攻击中效果命中的判断逻辑
...
将技能攻击中效果命中的判断逻辑从 a.AttackTime != 0 修改为 attacker.AttackValue.AttackTime != 0,以确保效果命中判断的准确性。
2025-11-14 07:22:16 +08:00
..
controller
```
2025-11-13 21:36:18 +08:00
service
fix(fightc): 修复技能攻击中效果命中的判断逻辑
2025-11-14 07:22:16 +08:00
go.mod
refactor(fight): 优化战斗逻辑代码结构,清理冗余代码
2025-11-06 14:28:04 +00:00
go.sum
refactor(fight): 优化战斗逻辑代码结构,清理冗余代码
2025-11-06 14:28:04 +00:00
main.go
```
2025-11-13 05:05:05 +08:00
server.go
修改底层
2025-10-27 09:36:49 +00:00