Files
bl/modules/config
昔念 df418cde9c
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed
```
fix(config): 修复宠物概率计算中的数组索引错误

- 修正了EggService.GetResult方法中对pet.Probs数组的索引访问
- 将原来的pet.Probs[len(pet.OutputMons)-1]改为pet.Probs[len(pet.Probs)-1]
- 确保数组边界安全,避免潜在的运行时panic
```
2026-03-19 15:11:29 +08:00
..
```
2026-03-03 19:28:59 +08:00
2026-03-07 10:40:04 +08:00
```
2026-03-19 15:11:29 +08:00
```
2026-01-19 18:51:56 +08:00
```
2026-01-19 18:51:56 +08:00