修复: 网站预览资源路径+七牛目录层级

This commit is contained in:
lxy
2026-05-13 21:24:12 +08:00
parent 2a363fd729
commit 316e517989
6 changed files with 63 additions and 93 deletions
@@ -155,7 +155,6 @@ const _restoreLastPlayed = () => {
if (!track) return
lastPlayedPath.value = saved
playingPath.value = saved
emit('switch', track)
}
restorePlaylist().then(_restoreLastPlayed)