From 728a3f4d6e2b1e66b09ec7a616cb9f0ee8925c97 Mon Sep 17 00:00:00 2001 From: icezhb <860435387@qq.com> Date: Sun, 29 Dec 2024 15:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=88=98=E7=BB=A9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 97 +++++++++++- src/components/GameStatistics.vue | 235 ++++++++++++++++++++++++++++++ 2 files changed, 330 insertions(+), 2 deletions(-) create mode 100644 src/components/GameStatistics.vue diff --git a/src/App.vue b/src/App.vue index 9357a5f..9e2d838 100644 --- a/src/App.vue +++ b/src/App.vue @@ -84,6 +84,7 @@ {{ getPlayerName(winner) }}胜利!
第 {{ moveCount }} 手获胜

+

diff --git a/src/components/GameStatistics.vue b/src/components/GameStatistics.vue new file mode 100644 index 0000000..996135b --- /dev/null +++ b/src/components/GameStatistics.vue @@ -0,0 +1,235 @@ + + + + +