fix: some bug that i dunno know to describe

This commit is contained in:
Hakadao
2023-03-18 23:11:24 +08:00
parent bb148f1f2b
commit d5c1de6d46
7 changed files with 136 additions and 79 deletions

View File

@@ -29,9 +29,9 @@ onMounted(async () => {
if (danmukuContent.value && danmukuBox)
danmukuContent.value.appendChild(danmukuBox)
const recoList = document.querySelector('#reco_list') as HTMLElement
if (recommendedContent.value && recoList)
recommendedContent.value.appendChild(recoList)
// const recoList = document.querySelector('#reco_list') as HTMLElement
// if (recommendedContent.value && recoList)
// recommendedContent.value.appendChild(recoList)
const multiPage = document.querySelector('#multi_page') as HTMLElement
if (videoEpisodeList.value && multiPage)