Yanyiguang

Results 1 issues of Yanyiguang

![image](https://github.com/onestraw/doudizhu/assets/35652804/f1ebb80c-37c4-44cc-8a9f-47c12f0123b6) 三连三带一权重计算有问题,这几个都应该减去1 。 代码里修改 ` def trio_solo_chain_x(): result = [] weight = 0 solo_chain = [CARDS[i:i + length] for i in range(13 - length)] for chain in solo_chain: weight =...