From ed7e377420bf9ea23ceab0551df8ea291c201d08 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Tue, 10 Jan 2023 15:05:20 +0800 Subject: [PATCH] chore: theme.md --- docs/api/system/theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/system/theme.md b/docs/api/system/theme.md index a52123b12..5d05d1f3d 100644 --- a/docs/api/system/theme.md +++ b/docs/api/system/theme.md @@ -50,4 +50,4 @@ uni.offThemeChange(callback); // 此时不再触发 callback 方法 **注意** - 自定义基座生效 -- app需要开启暗黑模式才能使用此功能,详情:https://ask.dcloud.net.cn/article/36995 +- App 端需要开启暗黑模式。[5+ App](https://ask.dcloud.net.cn/article/36995) [uni-app 暗黑模式](https://uniapp.dcloud.net.cn/tutorial/darkmode.html#open-darkmode) -- GitLab