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

Method checkIfSmallScreen

src/views/managers/DeviceManager.ts:82–85  ·  view source on GitHub ↗

* 检测是否为小屏幕设备(宽度小于768px)

()

Source from the content-addressed store, hash-verified

80 * 检测是否为小屏幕设备(宽度小于768px)
81 */
82 private checkIfSmallScreen(): boolean {
83 const elementWidth = this.observedElement?.getBoundingClientRect().width;
84 return (elementWidth || window.innerWidth) < 768;
85 }
86
87 /**
88 * 获取当前设备信息

Callers 1

updateDeviceInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected