[优化] 添加 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:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user