https://github.com/windshadow233/python-chinese-chess/blob/5a59068df50059bb5d18c648e8ca3a3b41b974de/cchess/__init__.py#L391 这里的90应该是 < 而不是 <= 此外,对于以下pgn,无法解析: [test.zip](https://github.com/windshadow233/python-chinese-chess/files/14149560/test.zip) 对于诸如”三兵平x“,貌似无法解析: https://www.xqbase.com/protocol/cchess_move.htm  会抛出下面这个异常 https://github.com/windshadow233/python-chinese-chess/blob/5a59068df50059bb5d18c648e8ca3a3b41b974de/cchess/__init__.py#L2247