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(() => {
-
-
-
+
diff --git a/Build_God_Game/src/views/CatalogView.vue b/Build_God_Game/src/views/CatalogView.vue
index 2355498..af1ad7c 100644
--- a/Build_God_Game/src/views/CatalogView.vue
+++ b/Build_God_Game/src/views/CatalogView.vue
@@ -1,7 +1,6 @@