theme.md 371 字节
Newer Older
d-u-a's avatar
d-u-a 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

### uni.onUIStyleChange(CALLBACK)
监听系统主题状态变化。

**CALLBACK 返回参数**

|参数|类型|说明|平台差异说明|
|:-|:-|:-|:-|
|style|String|主题名称(dark, light)|App2.6.5+ 仅iOS|

**示例**

```javascript
uni.onUIStyleChange(function (res) {
	console.log(res.style);
});
d-u-a's avatar
d-u-a 已提交
17 18 19 20
```

**注意**
- 仅 V3 编译支持,参考 manifest.json 配置