From 920d6801101989eeac31eaabe4755cbd4cfa70a9 Mon Sep 17 00:00:00 2001 From: hdx Date: Sun, 29 Sep 2024 16:37:40 +0800 Subject: [PATCH] =?UTF-8?q?getCurrentPages:=20=E7=A7=BB=E9=99=A4App?= =?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/backgroundTextStyle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/get-current-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index 491bb934..52aa1eec 100644 --- a/docs/api/get-current-pages.md +++ b/docs/api/get-current-pages.md @@ -25,8 +25,8 @@ |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 |4.18 |4.18 |x |#ffffff| -|backgroundTextStyle |String |4.18 |4.18 |x |light | +|backgroundColor |String |x |x |x |#ffffff| +|backgroundTextStyle |String |x |x |x |light | |onReachBottomDistance |Number |x |x |4.18 |50 | |pageOrientation |String |4.18 |4.25 |x |auto | |showStatusBar |Boolean |4.31 |x |x |true -- GitLab