From 3934659aa8280ed03538e14876819e00a565d7ed Mon Sep 17 00:00:00 2001 From: shutao Date: Thu, 30 May 2024 18:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85android=20=E6=B3=A8=E6=84=8F?= =?UTF-8?q?=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/theme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/api/theme.md b/docs/api/theme.md index 2d23e833..830bdfd1 100644 --- a/docs/api/theme.md +++ b/docs/api/theme.md @@ -20,7 +20,10 @@ - + + +**注意:** ++ android 平台 android版本 10 开始支持深色模式主题 `dark`,低于10不支持深色模式主题 ## uni.offOsThemeChange(id) @offosthemechange @@ -32,7 +35,11 @@ - + + +**注意:** ++ android 平台 android版本 10 开始支持深色模式主题 `dark`,低于10不支持深色模式主题 + ## uni.onAppThemeChange(callback) @onappthemechange -- GitLab