From 91b4d899403587e6982c6f76674307cd5612b17b Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 26 十月 2025 18:53:07 +0800
Subject: [PATCH] feat: 任务状态

---
 app/pages.json |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/app/pages.json b/app/pages.json
index ee9557c..6aa3977 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -17,7 +17,7 @@
   }, {
     "path": "pages/index",
     "style": {
-      "navigationBarTitleText": "鑻ヤ緷绉诲姩绔鏋�",
+      "navigationBarTitleText": "姘戣埅鍖荤枟蹇嚎",
       "navigationStyle": "custom"
     }
   }, {
@@ -71,6 +71,16 @@
       "navigationBarTitleText": "鍏充簬鎴戜滑"
     }
   }, {
+    "path": "pages/mine/user-agreement/index",
+    "style": {
+      "navigationBarTitleText": "鐢ㄦ埛鏈嶅姟鍗忚"
+    }
+  }, {
+    "path": "pages/mine/privacy-policy/index",
+    "style": {
+      "navigationBarTitleText": "闅愮鏀跨瓥"
+    }
+  }, {
     "path": "pages/common/webview/index",
     "style": {
       "navigationBarTitleText": "娴忚缃戦〉"
@@ -88,7 +98,22 @@
   }, {
     "path": "pages/task/create",
     "style": {
-      "navigationBarTitleText": "鍒涘缓浠诲姟"
+      "navigationBarTitleText": "閫夋嫨浠诲姟绫诲瀷"
+    }
+  }, {
+    "path": "pages/task/create-normal",
+    "style": {
+      "navigationBarTitleText": "鍒涘缓鏅�氫换鍔�"
+    }
+  }, {
+    "path": "pages/task/create-emergency",
+    "style": {
+      "navigationBarTitleText": "鍒涘缓杞繍浠诲姟"
+    }
+  }, {
+    "path": "pages/task/create-welfare",
+    "style": {
+      "navigationBarTitleText": "鍒涘缓绂忕杞︿换鍔�"
     }
   }, {
     "path": "pages/task/detail",
@@ -141,7 +166,7 @@
   },
   "globalStyle": {
     "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "RuoYi",
+    "navigationBarTitleText": "骞夸笢姘戣埅",
     "navigationBarBackgroundColor": "#FFFFFF"
   }
 }
\ No newline at end of file

--
Gitblit v1.9.1