新增 音频播放测试

This commit is contained in:
2024-05-08 20:21:18 +08:00
parent 8b05328767
commit 03b4d85563
3 changed files with 145 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import { Log } from './Log';
export class ScreenUtil {
// TODO: 工具待抽离, key统一定义
static readonly isPortraitKey: string = "xy_screen_is_portrait";
static readonly isPortraitKey: string = "screen_is_portrait";
private static instance: ScreenUtil;
public width: number = 0
public height: number = 0