From fe454222e978c3b9a3ec7aeec5ed774945415f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=B1=89?= <5725748+qin_and_han_dynasties@user.noreply.gitee.com> Date: Wed, 6 May 2026 22:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build_God_Game/src/assets/images/guidance.svg | 1 + Build_God_Game/src/views/BagView.vue | 5 +- Build_God_Game/src/views/CatalogView.vue | 5 +- Build_God_Game/src/views/DailyMissionView.vue | 5 +- Build_God_Game/src/views/GameView.vue | 380 ++++++++++++++---- Build_God_Game/src/views/MonsterListView.vue | 4 +- Build_God_Game/src/views/ScrapView.vue | 9 +- Build_God_Game/src/views/ShopView.vue | 4 +- Build_God_Game/src/views/TrainingView.vue | 6 +- 9 files changed, 303 insertions(+), 116 deletions(-) create mode 100644 Build_God_Game/src/assets/images/guidance.svg diff --git a/Build_God_Game/src/assets/images/guidance.svg b/Build_God_Game/src/assets/images/guidance.svg new file mode 100644 index 0000000..da65575 --- /dev/null +++ b/Build_God_Game/src/assets/images/guidance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Build_God_Game/src/views/BagView.vue b/Build_God_Game/src/views/BagView.vue index 31692e4..8a424f1 100644 --- a/Build_God_Game/src/views/BagView.vue +++ b/Build_God_Game/src/views/BagView.vue @@ -3,7 +3,6 @@ import { onMounted, computed } from 'vue' import { useRouter } from 'vue-router' import { useBagStore } from '@/stores/bag' import StarBorder from '@/components/StarBorder/StarBorder.vue' -import Particles from '@/components/Particles/Particles.vue' import { ArrowLeft } from '@element-plus/icons-vue' import bagIcon from '@/assets/images/bag.svg' import itemDefaultIcon from '@/assets/images/item-default.svg' @@ -81,10 +80,8 @@ onMounted(() => {