From 93d44f3e8047ae8111ffeb6618e9be9df0e4e296 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: Sun, 12 Apr 2026 21:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=89=93=E5=9D=90=E7=9A=84=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/images/meditation.svg | 1 + .../MeditationIcon/MeditationIcon.vue | 121 ++++++++++++++++++ Build_God_Game/src/views/TrainingView.vue | 32 ++--- 3 files changed, 131 insertions(+), 23 deletions(-) create mode 100644 Build_God_Game/src/assets/images/meditation.svg create mode 100644 Build_God_Game/src/components/MeditationIcon/MeditationIcon.vue diff --git a/Build_God_Game/src/assets/images/meditation.svg b/Build_God_Game/src/assets/images/meditation.svg new file mode 100644 index 0000000..2a067a7 --- /dev/null +++ b/Build_God_Game/src/assets/images/meditation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Build_God_Game/src/components/MeditationIcon/MeditationIcon.vue b/Build_God_Game/src/components/MeditationIcon/MeditationIcon.vue new file mode 100644 index 0000000..25cdf4f --- /dev/null +++ b/Build_God_Game/src/components/MeditationIcon/MeditationIcon.vue @@ -0,0 +1,121 @@ + + + + + + + \ No newline at end of file diff --git a/Build_God_Game/src/views/TrainingView.vue b/Build_God_Game/src/views/TrainingView.vue index 0bdb42f..bea8044 100644 --- a/Build_God_Game/src/views/TrainingView.vue +++ b/Build_God_Game/src/views/TrainingView.vue @@ -3,6 +3,7 @@ import { ref, computed, onMounted, onUnmounted } from 'vue' import { useRouter } from 'vue-router' import { useCharacterStore } from '@/stores/character' import Particles from '@/components/Particles/Particles.vue' +import MeditationIcon from '@/components/MeditationIcon/MeditationIcon.vue' const router = useRouter() const characterStore = useCharacterStore() @@ -97,8 +98,8 @@ const handleStopTraining = async () => {