提交 fa719f38 编写于 作者: U u014301111

Sun May 19 15:48:00 CST 2024 inscode

上级 907bd65a
export const is_empty = 0; export const is_empty = 'e';
/** /**
* 机器人 * 机器人
*/ */
export const is_white = 1; export const is_white = 'w';
export const is_black = 2; export const is_black = 'b';
/** /**
* [y, x] === [row, col] === [行,列] * [y, x] === [row, col] === [行,列]
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册