|
|
|
@ -9,7 +9,7 @@ import GlareHover from '@/components/GlareHover/GlareHover.vue' |
|
|
|
import ChatBox from '@/components/ChatBox.vue' |
|
|
|
import ShinyText from '@/components/ShinyText/ShinyText.vue' |
|
|
|
import StarBorder from '@/components/StarBorder/StarBorder.vue' |
|
|
|
import trainingIcon from '@/assets/images/training.svg' |
|
|
|
import meditationIcon from '@/assets/images/meditation.svg' |
|
|
|
import missionIcon from '@/assets/images/mission.svg' |
|
|
|
import scrapIcon from '@/assets/images/scrap.svg' |
|
|
|
import characterIco from '@/assets/images/character.svg' |
|
|
|
@ -44,7 +44,7 @@ const showBreakthroughMessage = ref(false) |
|
|
|
const menuItems = computed(() => [ |
|
|
|
{ label: '任务', icon: missionIcon, useImage: true }, |
|
|
|
{ label: '角色', icon: characterIco, useImage: true }, |
|
|
|
{ label: isTraining.value ? '打坐中' : '打坐', icon: trainingIcon, useImage: true, isTraining: isTraining.value }, |
|
|
|
{ label: isTraining.value ? '打坐中' : '打坐', icon: meditationIcon, useImage: true, isTraining: isTraining.value }, |
|
|
|
{ label: '背包', icon: bagIcon, useImage: true }, |
|
|
|
{ label: '捡垃圾', icon: scrapIcon, useImage: true }, |
|
|
|
{ label: '商店', icon: shopIcon, useImage: true }, |
|
|
|
|