From 123f5df6a6d4b9f0ffd593f44f95a64a32cbcf70 Mon Sep 17 00:00:00 2001 From: shutao Date: Thu, 30 May 2024 19:34:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20theme.md=20=E4=BF=AE=E6=94=B9=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/theme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/theme.md b/docs/api/theme.md index cbb1cfcf..efb36c1b 100644 --- a/docs/api/theme.md +++ b/docs/api/theme.md @@ -12,10 +12,10 @@ uni.setAppTheme({ theme: "auto", success: function() { - console.log("设置appTheme为", value, "成功") + console.log("设置appTheme为 auto 成功") }, fail: function(e: IAppThemeFail) { - console.log("设置appTheme为", value, "失败,原因:", e.errMsg) + console.log("设置appTheme为 auto 失败,原因:", e.errMsg) } }) ``` -- GitLab