diff --git a/public/icons/work/tomotoIconEnd.png b/public/icons/work/tomotoIconEnd.png new file mode 100644 index 0000000..9e89a52 Binary files /dev/null and b/public/icons/work/tomotoIconEnd.png differ diff --git a/public/icons/work/tomotoback.png b/public/icons/work/tomotoback.png new file mode 100644 index 0000000..ff71ac9 Binary files /dev/null and b/public/icons/work/tomotoback.png differ diff --git a/src/layout/grid/TomatoPage.tsx b/src/layout/grid/TomatoPage.tsx index b5cb21f..c5f2fe4 100644 --- a/src/layout/grid/TomatoPage.tsx +++ b/src/layout/grid/TomatoPage.tsx @@ -1,11 +1,15 @@ import { computed, defineComponent, onMounted, ref, Transition } from 'vue' -import WelcomeImg from '~/public/icons/welcome/welcomeTitle.png' -import DivBgImg from '~/public/icons/welcome/back.png' -import startUseImg from '~/public/icons/welcome/startUse.png' +import returnImg from "~/public/icons/work/return.png" +import endImg from "~/public/icons/work/tomotoIconEnd.png" +import playWaveGif from "~/public/icons/work/playMusicIcon.gif" +import PlayStartImg from "~/public/icons/work/start.png" +import musicIcon from "~/public/icons/work/musicIcon.png" import useBackgroundStore from '../background/useBackgroundStore' import useLayoutStore from '../useLayoutStore' -import useTomatoStore from '@/widgets/work/useTomatoStore' +import useTomatoStore, { musicList } from '@/widgets/work/useTomatoStore' import Search from '../header/search' +import { Tooltip } from 'ant-design-vue' +import { formatSeconds } from '@/utils/tool' export const DefaultPageSetting = [ { name: '游戏', @@ -51,7 +55,7 @@ export default defineComponent(() => { } }) return () => - !store.openFullscreen && ( + store.openFullscreen && (