MCPcopy 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

constructorMethod · 0.95
startWatchingMethod · 0.95

Calls 2

checkIfMobileMethod · 0.95
checkIfSmallScreenMethod · 0.95

Tested by

no test coverage detected