From 54153d79a15a4c154633a5faf90743ed77774790 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 20 Nov 2024 19:53:29 +0800 Subject: [PATCH] chore: update pages.json --- pages.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages.json b/pages.json index dcf10338..d78d2ae9 100644 --- a/pages.json +++ b/pages.json @@ -707,6 +707,7 @@ } }, // #endif + // #ifdef APP-ANDROID || APP-IOS || WEB { "path": "pages/API/animation-frame/animation-frame", "group": "1,0,2", @@ -714,6 +715,7 @@ "navigationBarTitleText": "animationFrame | 动画帧" } }, + // #endif // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { "path": "pages/API/navigator/navigator", -- GitLab