mahjong-helper icon indicating copy to clipboard operation
mahjong-helper copied to clipboard

日本麻将助手:牌效+防守+记牌(支持雀魂、天凤)

Results 41 mahjong-helper issues
Sort by recently updated
recently updated
newest added

位置错开了,无法正常分析牌。

两个chrome插件都下了,仍然一直卡在初始界面

常见问题

在使用https://github.com/Avenshy/majsoul_mod_plus 时,程序显示为主视角的上家,三四麻都一样

雀魂官网改成.net后就不能用了,求教复活方法(

常见问题

雀魂 0.9.205.w mahjong-helper-v0.2.8-win64-x64 win10 x64 当前版本日麻助手打开友人场修罗之战牌谱不能正常分析 在换牌后程序报错“内部错误: runtime error: index out of range [0] with length 0”后卡死 ![image](https://user-images.githubusercontent.com/57667144/127313537-664aec41-3ccf-47bf-aa91-82bc75c8f31b.png)

使用0.2.8 release 或 master 直接clone运行均会出现。 选择观战时出现内部错误。 尝试进行了分析,发现在观战时,收到的消息```LiveFastAction```不为空,而```LiveBaseInfo```为空。因此server.go 中279-286行的逻辑不会触发,导致```h.majsoulRoundData.selfSeat```仍然为-1,而不会设为0。在```h._loadLiveAction(d.LiveFastAction, true)``` -> ```h._analysisMajsoulRoundData(action.Action, "")``` -> ```h.majsoulRoundData.analysis()``` -> ```roundNumber, benNumber, dealer, doraIndicators, hands, numRedFives := d.parser.ParseInit()``` 的调用链后,会在majsoul.go 第332行```majsoulTiles = [][]string{msg.Tiles0, msg.Tiles1, msg.Tiles2, msg.Tiles3}[d.selfSeat]```...

这个 pr 是关于 issue #68 的解决方案 目前的demo: 显示危险牌 计划添加的内容 - [x] 将终端的信息都迁移到网页端 - [ ] 通过 websocket 或 server-sent events 让服务器发现状态更新时主动 push 给客户端 - [ ] bootstrap 排版 - [...