提交 07ae463e 编写于 作者: D DCloud_LXH

feat: theme-change

上级 c0350e65
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -34,7 +34,7 @@ uni.setAppTheme({
<!-- UTSAPIJSON.onAppThemeChange.description -->
**版本历史调整**
**版本历史调整**
- HBuilderX 4.18版本的逻辑是:[uni.setAppTheme](#setapptheme) 设置的 theme 值变化时触发本监听回调,回调参数中的 appTheme 值可能是"light" | "dark" | "auto"。在 app 平台设置应用的 theme 值为 auto 后,需再次查询osTheme来判断当前的真实主题。如果应用主题是auto,那么需要同时监听osTheme的变化。
- HBuilderX 4.19版本调整为:应用的light/dark主题真正发生变化时触发监听回调。无论是手动设置setAppTheme还是跟随osTheme变化,只要真正变化了就会触发本监听。回调参数中的 appTheme 值只能是"light" | "dark"。
......@@ -119,6 +119,8 @@ uni.offOsThemeChange(callbackId)
<!-- UTSAPIJSON.offOsThemeChange.tutorial -->
<!-- UTSAPIJSON.theme-change.example -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册