From b0bfc153bf3c9aa430ee6a86588648cdd1c27132 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 12 六月 2025 11:36:08 +0800
Subject: [PATCH] update: 点赞事件、收藏事件

---
 pages.json |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index a092c37..1ebaad6 100644
--- a/pages.json
+++ b/pages.json
@@ -12,7 +12,9 @@
 		{
 			"path": "pages/home/home",
 			"style": {
-				"navigationBarTitleText": "片场"
+				"navigationBarTitleText": "影途",
+				"enablePullDownRefresh": true,
+				"onReachBottomDistance": 50
 			}
 		},
 		{
@@ -99,6 +101,13 @@
 						"enablePullDownRefresh": true
 					}
 				}
+				,{
+					"path": "profile-edit",
+					"style": {
+						"navigationBarTitleText": "编辑资料",
+						"enablePullDownRefresh": true
+					}
+				}
 			]
 		}
 		,{
@@ -116,7 +125,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "片场",
+		"navigationBarTitleText": "影途",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

--
Gitblit v1.9.3