From 1562768f1ab1e6224000a3702aee66b6c3fed46d Mon Sep 17 00:00:00 2001 From: hyxenbug Date: Tue, 2 Dec 2025 13:14:30 +0800 Subject: [PATCH 1/4] Flag fields with mines --- commands.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands.json b/commands.json index fd07396..42207ad 100644 --- a/commands.json +++ b/commands.json @@ -1,5 +1,7 @@ { "commands": [ - "clear A8" + "clear A8", + "flag C3", + "flag E7" ] } From 4fd5a602551d945d471644e1707587e94d4bedad Mon Sep 17 00:00:00 2001 From: hyxenbug Date: Tue, 2 Dec 2025 13:16:47 +0800 Subject: [PATCH 2/4] Clear H9 --- commands.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/commands.json b/commands.json index 42207ad..32d4324 100644 --- a/commands.json +++ b/commands.json @@ -1,7 +1,8 @@ { "commands": [ - "clear A8", - "flag C3", - "flag E7" + "clear A8", + "flag C3", + "flag D2", + "clear H9 ] -} +} \ No newline at end of file From 54bc0ce5db63caf317b11b7e0c45655d2f1eff85 Mon Sep 17 00:00:00 2001 From: hyxenbug Date: Wed, 3 Dec 2025 00:30:17 +0800 Subject: [PATCH 3/4] fix json structure --- commands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.json b/commands.json index 32d4324..b3c33bb 100644 --- a/commands.json +++ b/commands.json @@ -3,6 +3,6 @@ "clear A8", "flag C3", "flag D2", - "clear H9 + "clear H9" ] -} \ No newline at end of file +} From aee1de9bf0d9f297d20294b77e0bae49951105c2 Mon Sep 17 00:00:00 2001 From: hyxenbug Date: Wed, 3 Dec 2025 00:33:41 +0800 Subject: [PATCH 4/4] clear h8 --- commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.json b/commands.json index b3c33bb..91f5f4b 100644 --- a/commands.json +++ b/commands.json @@ -3,6 +3,6 @@ "clear A8", "flag C3", "flag D2", - "clear H9" + "clear H8" ] }