From 81b62a148d3899d19df31a62afa5a6304b88e98d Mon Sep 17 00:00:00 2001 From: iorebuild Date: Thu, 28 May 2026 21:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=AD=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 1 + App/LetterShell.c | 100 +++++++++++++++++++++++++++++ App/LetterShell.h | 8 +++ App/Voilet.c | 159 ---------------------------------------------- App/Voilet.h | 39 ------------ App/main.c | 4 +- Board/Board.h | 38 +++++++++++ CMakeLists.txt | 1 + 8 files changed, 150 insertions(+), 200 deletions(-) create mode 100644 App/LetterShell.c create mode 100644 App/LetterShell.h delete mode 100644 App/Voilet.c delete mode 100644 App/Voilet.h create mode 100644 Board/Board.h diff --git a/.idea/misc.xml b/.idea/misc.xml index 0b76fe5..e479d63 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,4 +4,5 @@