Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ checkIfMobile
Method
checkIfMobile
src/views/managers/DeviceManager.ts:75–77 ·
view source on GitHub ↗
* 检测是否为移动设备
()
Source
from the content-addressed store, hash-verified
73
* 检测是否为移动设备
74
*/
75
private checkIfMobile(): boolean {
76
return
Platform.isMobile;
77
}
78
79
/**
80
* 检测是否为小屏幕设备(宽度小于768px)
Callers
1
updateDeviceInfo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected