[优化] 添加 web 端的 xbox 翻页支持 (#639)

* xbox for web supported

* disable debug log

* vue导入ts文件问题

* 修复 package.json 依赖问题

* 更改web.yml上游

* Bump web v3.26.022400
This commit is contained in:
mobeicanyue
2026-02-26 01:30:38 +08:00
committed by GitHub
parent ea5cc4a7b3
commit 8751f62cce
25 changed files with 1636 additions and 1349 deletions
+2
View File
@@ -113,6 +113,7 @@ import API from '@api'
import { useLoading } from '@/hooks/loading'
import { useThrottleFn } from '@vueuse/shared'
import { isNullOrBlank } from '@/utils/utils'
import { initXboxGamepad } from '@/utils/xboxGamepad'
const content = ref()
// loading spinner
@@ -519,6 +520,7 @@ onMounted(async () => {
document.title = (name as string) + ' | ' + chapters[chapterIndex].title
}),
)
initXboxGamepad()
})
onUnmounted(() => {