From 9b8077c5368ea541870577fe61c2693214070e26 Mon Sep 17 00:00:00 2001 From: yupi <592789970@qq.com> Date: Sat, 17 Sep 2022 12:09:46 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0=204=20=E7=A7=8D?= =?UTF-8?q?=E9=81=93=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 25 -------- src/core/game.ts | 122 +++++++++++++++++++++++++++++++++++---- src/core/gameConfig.ts | 10 ++-- src/core/globalStore.ts | 4 +- src/core/type.d.ts | 14 ++++- src/pages/ConfigPage.vue | 4 +- src/pages/GamePage.vue | 49 ++++++++++------ src/pages/IndexPage.vue | 27 ++++++++- 8 files changed, 189 insertions(+), 66 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2473673..8b442bb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,20 +3,6 @@