mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: some bug that i dunno know to describe
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user