MCPcopy Create free account
hub / github.com/CatMuse/HiNote / getDeviceInfo

Method getDeviceInfo

src/views/managers/DeviceManager.ts:90–97  ·  view source on GitHub ↗

* 获取当前设备信息

()

Source from the content-addressed store, hash-verified

88 * 获取当前设备信息
89 */
90 getDeviceInfo(): DeviceInfo {
91 return {
92 isMobile: this.isMobileView,
93 isSmallScreen: this.isSmallScreen,
94 isDesktop: !this.isMobileView,
95 isLargeScreen: !this.isSmallScreen
96 };
97 }
98
99 /**
100 * 是否为移动设备

Callers 1

startWatchingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected