Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ updateDeviceInfo
Method
updateDeviceInfo
src/views/managers/DeviceManager.ts:67–70 ·
view source on GitHub ↗
* 更新设备信息
()
Source
from the content-addressed store, hash-verified
65
* 更新设备信息
66
*/
67
private updateDeviceInfo(): void {
68
this.isMobileView = this.checkIfMobile();
69
this.isSmallScreen = this.checkIfSmallScreen();
70
}
71
72
/**
73
* 检测是否为移动设备
Callers
2
constructor
Method · 0.95
startWatching
Method · 0.95
Calls
2
checkIfMobile
Method · 0.95
checkIfSmallScreen
Method · 0.95
Tested by
no test coverage detected