diff --git a/docs/api/system/theme.md b/docs/api/system/theme.md index ca88b5b3d4f13131512c440099291cc71f171249..ac40e504f0a8b477eead049d6f842db9a5f33d65 100644 --- a/docs/api/system/theme.md +++ b/docs/api/system/theme.md @@ -1,4 +1,3 @@ - ### uni.onThemeChange(CALLBACK) 监听系统主题状态变化。 @@ -17,4 +16,5 @@ uni.onThemeChange(function (res) { ``` **注意** -- 自定义基座生效 \ No newline at end of file +- 自定义基座生效 +- app需要开启暗黑模式才能使用此功能,详情:https://ask.dcloud.net.cn/article/36995