From 4809682076d6ca92ef5675ad6e85c5acc7fa78d1 Mon Sep 17 00:00:00 2001 From: ozh Date: Tue, 18 Aug 2026 17:21:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(scene):=20=E6=B3=A8=E5=86=8C=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E9=80=89=E6=8B=A9=E9=A1=B5=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/routes.js | 3 ++- pages.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/constants/routes.js b/constants/routes.js index 7fab84c..3506cd0 100644 --- a/constants/routes.js +++ b/constants/routes.js @@ -7,7 +7,8 @@ export const ROUTES = Object.freeze({ EVENT: '/pages/event/index', MINE: '/pages/mine/index', DEVICE_ADD: '/pages/device/add', - DEVICE_CONFIG: '/pages/device/config' + DEVICE_CONFIG: '/pages/device/config', + SCENE_SELECT: '/pages/scene/select' }) /** diff --git a/pages.json b/pages.json index 5c07881..445e240 100644 --- a/pages.json +++ b/pages.json @@ -35,6 +35,12 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/scene/select", + "style": { + "navigationStyle": "custom" + } } ], "globalStyle": {