mirror of
https://github.com/imsyy/home.git
synced 2025-05-21 21:50:15 +09:00
函数忘记定义 bug 修复()
This commit is contained in:
parent
7d02b4da23
commit
6a8c1b23f5
@ -84,6 +84,7 @@ const startYear = ref(
|
||||
import.meta.env.VITE_SITE_START.substring(0, 4) : null
|
||||
);
|
||||
const siteIcp = ref(import.meta.env.VITE_SITE_ICP);
|
||||
const siteMps = ref(import.meta.env.VITE_SITE_MPS);
|
||||
const siteAuthor = ref(import.meta.env.VITE_SITE_AUTHOR);
|
||||
const siteUrl = computed(() => {
|
||||
const url = import.meta.env.VITE_SITE_URL;
|
||||
|
@ -2,7 +2,7 @@
|
||||
<APlayer v-if="playList[0]" ref="player" :audio="playList" :autoplay="store.playerAutoplay" :theme="theme"
|
||||
:autoSwitch="false" :loop="store.playerLoop" :order="store.playerOrder" :volume="volume" :showLrc="true"
|
||||
:listFolded="listFolded" :listMaxHeight="listMaxHeight" :noticeSwitch="false" @play="onPlay" @pause="onPause"
|
||||
@timeupdate="onTimeUp" @error="loadMusicError" />
|
||||
@timeupdate="showYrc" @error="loadMusicError" />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
Loading…
Reference in New Issue
Block a user