From 46fb9831b235b7361d5afbfbfe3eddb53b85a43c Mon Sep 17 00:00:00 2001 From: hdx Date: Sun, 29 Sep 2024 16:42:47 +0800 Subject: [PATCH] =?UTF-8?q?getCurrentPages:=20=E6=92=A4=E5=9B=9E=20App?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=20backgroundColor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/get-current-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index 52aa1eec..3a615f5c 100644 --- a/docs/api/get-current-pages.md +++ b/docs/api/get-current-pages.md @@ -25,7 +25,7 @@ |navigationBarTextStyle |String |4.18 |4.18 |4.18 |white | |navigationBarTitleText |String |4.18 |4.18 |4.18 | | |navigationStyle |String |x |x |4.18 |default| -|backgroundColor |String |x |x |x |#ffffff| +|backgroundColor |String |4.18 |4.18 |x |#ffffff| |backgroundTextStyle |String |x |x |x |light | |onReachBottomDistance |Number |x |x |4.18 |50 | |pageOrientation |String |4.18 |4.25 |x |auto | -- GitLab