This commit is contained in:
2025-12-24 10:53:45 +08:00
parent ed53ca187f
commit e514536d1b
6 changed files with 655 additions and 225 deletions

View File

@@ -5,7 +5,10 @@ import {
ref,
computed
} from 'vue';
// #ifndef MP-WEIXIN
import wideScreenStyles from '../common/wide-screen.css?inline';
// #endif
// 屏幕检测管理器类
class ScreenDetectionManager {