表盘 APIhmSetting 系统模块getScreenType版本:v3.xgetScreenType获取当前界面 Screen 信息。类型() => screenType参数screenType: number值说明hmSetting.screen_type.APP在 js 应用内hmSetting.screen_type.WATCHFACE在 js 表盘主界面hmSetting.screen_type.SETTINGS在 js 应用配置或表盘编辑页hmSetting.screen_type.AOD在息屏界面代码示例const screenType = hmSetting.getScreenType()