mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
build
This commit is contained in:
@@ -133,7 +133,7 @@ export const isMobile = () => {
|
||||
if (!isBrowser()) {
|
||||
return isMobile
|
||||
}
|
||||
|
||||
|
||||
// 这个判断会引发 TypeError: navigator.userAgentData.mobile is undefined 问题,导致博客无法正常工作
|
||||
// if (!isMobile && navigator.userAgentData.mobile) {
|
||||
// isMobile = true
|
||||
|
||||
Reference in New Issue
Block a user