From fa719f3823271de869c6917fbd0b1de9c829bfb5 Mon Sep 17 00:00:00 2001 From: u014301111 Date: Sun, 19 May 2024 15:48:00 +0800 Subject: [PATCH] Sun May 19 15:48:00 CST 2024 inscode --- src/utils/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/index.js b/src/utils/index.js index e9e55e7..c1906b3 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -1,9 +1,9 @@ -export const is_empty = 0; +export const is_empty = 'e'; /** * 机器人 */ -export const is_white = 1; -export const is_black = 2; +export const is_white = 'w'; +export const is_black = 'b'; /** * [y, x] === [row, col] === [行,列] */ -- GitLab