From 728abcf643c88066402999f0b6a5ea8dd6b4fc31 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Tue, 11 Mar 2025 14:29:13 +0800 Subject: [PATCH] =?UTF-8?q?style(pages):=20=E4=BC=98=E5=8C=96=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 JSON 文件的缩进从 2 个空格改为 4 个空格 - 调整了一些换行和空格,使格式更加规范 --- pages.json | 120 ++++++++++++++++++++++++++--------------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/pages.json b/pages.json index d3a5eba..e79aa89 100644 --- a/pages.json +++ b/pages.json @@ -1,62 +1,62 @@ { - "pages": [{ - "path": "pages/student/index/index", - "style": { - "navigationBarTitleText": "首页", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/student/timetable/index", - "style": { - "navigationBarTitleText": "课表", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "white" - - } - }, { - "path": "pages/student/my/my", - "style": { - "navigationBarTitleText": "我的", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "white" - - } - }, { - "path": "pages/student/login/login", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "white" - - } - }, - { - "path": "pages/student/login/forgot", - "style": { - "navigationBarTitleText": "找回密码", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "black" - - } - } - ], - "globalStyle": { - "navigationBarTextStyle": "white", - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#f7f7f7", - "backgroundColor": "#FDFDFD", - "enablePullDownRefresh": true - }, - "easycom": { - "autoscan": true, - "custom": { - "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" - } - } + "pages": [ + { + "path": "pages/student/index/index", + "style": { + "navigationBarTitleText": "首页", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/student/timetable/index", + "style": { + "navigationBarTitleText": "课表", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/student/my/my", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/student/login/login", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/student/login/forgot", + "style": { + "navigationBarTitleText": "找回密码", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } + } + ], + "globalStyle": { + "navigationBarTextStyle": "white", + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#f7f7f7", + "backgroundColor": "#FDFDFD", + "enablePullDownRefresh": true + }, + "easycom": { + "autoscan": true, + "custom": { + "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" + } + } } \ No newline at end of file