From 4336810f7149694d8c6f62f7b30abc80fdd18651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Thu, 30 May 2024 19:54:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E5=8D=93=E3=80=81iOS=E5=88=86?= =?UTF-8?q?=E5=88=AB=E5=B1=8F=E8=94=BD=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 28ccadf..9cd815e 100644 --- a/pages.json +++ b/pages.json @@ -156,7 +156,10 @@ "enablePullDownRefresh": false } - }, + } + // #endif + // #ifdef APP-Android + , { "path": "pages/SyntaxCase/utsAndroid", "style": { @@ -164,14 +167,16 @@ "enablePullDownRefresh": false } - }, + } + // #endif + // #ifdef APP-iOS + , { "path": "pages/SyntaxCase/utsiOS", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } - } // #endif -- GitLab