From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 29 七月 2025 16:43:42 +0800
Subject: [PATCH] add:编辑资料

---
 pages.json |   42 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/pages.json b/pages.json
index a092c37..cd1324f 100644
--- a/pages.json
+++ b/pages.json
@@ -9,10 +9,13 @@
 		}
 	},
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+
 		{
 			"path": "pages/home/home",
 			"style": {
-				"navigationBarTitleText": "片场"
+				"navigationBarTitleText": "影游四方",
+				"enablePullDownRefresh": true,
+				"onReachBottomDistance": 50
 			}
 		},
 		{
@@ -50,7 +53,9 @@
 					"path": "film-detail",
 					"style": {
 						"navigationBarTitleText": "",
-						"enablePullDownRefresh": true
+						"enablePullDownRefresh": true,
+						"enableShareTimeline": true,
+						"enableShareAppMessage": true
 					}
 				}
 				,{
@@ -69,7 +74,7 @@
 				{
 					"path": "index",
 					"style": {
-						"navigationBarTitleText": "社区",
+						"navigationBarTitleText": "草原",
 						"enablePullDownRefresh": true
 					}
 				}
@@ -99,6 +104,13 @@
 						"enablePullDownRefresh": true
 					}
 				}
+				,{
+					"path": "profile-edit",
+					"style": {
+						"navigationBarTitleText": "编辑资料",
+						"enablePullDownRefresh": true
+					}
+				}
 			]
 		}
 		,{
@@ -113,10 +125,32 @@
 				}
 			]
 		}
+		,{
+			"root": "sub-pages/hot-spot",
+			"pages": [
+				{
+					"path": "index",
+					"style": {
+						"navigationBarTitleText": "场景博物馆",
+						"enablePullDownRefresh": true
+					}
+				}
+				,{
+					"path": "spot-detail",
+					"style": {
+						"navigationBarTitleText": "",
+						"enablePullDownRefresh": true,
+						"enableShareTimeline": true,
+						"enableShareAppMessage": true
+					}
+				}
+			]
+		}
+
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "片场",
+		"navigationBarTitleText": "影游四方",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

--
Gitblit v1.9.3