系统管理

This commit is contained in:
2023-05-11 14:54:41 +08:00
parent 1f24566cbc
commit e921b9ca24
8 changed files with 66 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
/** 10.4寸屏4:3的1366*768 */
// apt设备尺寸分辨率1024*768
(function (doc, win) {
var docEl = doc.documentElement
var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize'