From 7c790c248c137a2fa5525bf66ed04c25043cded7 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 03 十二月 2025 09:32:19 +0800
Subject: [PATCH] feat:用户附加同步

---
 app/pages.json |  112 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 101 insertions(+), 11 deletions(-)

diff --git a/app/pages.json b/app/pages.json
index 333251c..bf309f7 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -5,6 +5,11 @@
       "navigationBarTitleText": "鐧诲綍"
     }
   }, {
+    "path": "pages/login/wechat",
+    "style": {
+      "navigationBarTitleText": "寰俊鐧诲綍"
+    }
+  }, {
     "path": "pages/register",
     "style": {
       "navigationBarTitleText": "娉ㄥ唽"
@@ -12,8 +17,13 @@
   }, {
     "path": "pages/index",
     "style": {
-      "navigationBarTitleText": "鑻ヤ緷绉诲姩绔鏋�",
+      "navigationBarTitleText": "姘戣埅鍖荤枟蹇嚎",
       "navigationStyle": "custom"
+    }
+  }, {
+    "path": "pages/bind-vehicle",
+    "style": {
+      "navigationBarTitleText": "缁戝畾杞﹁締"
     }
   }, {
     "path": "pages/work/index",
@@ -61,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": "娴忚缃戦〉"
@@ -70,6 +90,66 @@
     "style": {
       "navigationBarTitleText": "娴忚鏂囨湰"
     }
+  }, {
+    "path": "pages/task/index",
+    "style": {
+      "navigationBarTitleText": "浠诲姟鍒楄〃"
+    }
+  }, {
+    "path": "pages/task/create",
+    "style": {
+      "navigationBarTitleText": "閫夋嫨浠诲姟绫诲瀷"
+    }
+  }, {
+    "path": "pages/message/index",
+    "style": {
+      "navigationBarTitleText": "娑堟伅涓績"
+    }
+  }],
+  "subPackages": [{
+    "root": "pagesTask",
+    "name": "task",
+    "pages": [{
+      "path": "create-normal",
+      "style": {
+        "navigationBarTitleText": "鍒涘缓鏅�氫换鍔�"
+      }
+    }, {
+      "path": "create-emergency",
+      "style": {
+        "navigationBarTitleText": "鍒涘缓杞繍浠诲姟"
+      }
+    }, {
+      "path": "create-welfare",
+      "style": {
+        "navigationBarTitleText": "鍒涘缓绂忕杞︿换鍔�"
+      }
+    }, {
+      "path": "detail",
+      "style": {
+        "navigationBarTitleText": "浠诲姟璇︽儏"
+      }
+    }, {
+      "path": "edit",
+      "style": {
+        "navigationBarTitleText": "缂栬緫浠诲姟"
+      }
+    }, {
+      "path": "edit-emergency",
+      "style": {
+        "navigationBarTitleText": "缂栬緫杞繍浠诲姟"
+      }
+    }, {
+      "path": "edit-welfare",
+      "style": {
+        "navigationBarTitleText": "缂栬緫绂忕杞︿换鍔�"
+      }
+    }, {
+      "path": "settlement",
+      "style": {
+        "navigationBarTitleText": "浠诲姟缁撶畻"
+      }
+    }]
   }],
   "tabBar": {
     "color": "#000000",
@@ -78,25 +158,35 @@
     "backgroundColor": "#ffffff",
     "list": [{
         "pagePath": "pages/index",
-        "iconPath": "static/images/tabbar/home.png",
-        "selectedIconPath": "static/images/tabbar/home_.png",
+        "iconPath": "static/icons/home.png",
+        "selectedIconPath": "static/icons/home-active.png",
         "text": "棣栭〉"
       }, {
-        "pagePath": "pages/work/index",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/work_.png",
-        "text": "宸ヤ綔鍙�"
+        "pagePath": "pages/task/index",
+        "iconPath": "static/icons/tasks.png",
+        "selectedIconPath": "static/icons/tasks-active.png",
+        "text": "浠诲姟"
+      }, {
+        "pagePath": "pages/task/create",
+        "iconPath": "static/icons/create.png",
+        "selectedIconPath": "static/icons/create-active.png",
+        "text": "鍒涘缓浠诲姟"
+      }, {
+        "pagePath": "pages/message/index",
+        "iconPath": "static/icons/messages.png",
+        "selectedIconPath": "static/icons/messages-active.png",
+        "text": "娑堟伅"
       }, {
         "pagePath": "pages/mine/index",
-        "iconPath": "static/images/tabbar/mine.png",
-        "selectedIconPath": "static/images/tabbar/mine_.png",
+        "iconPath": "static/icons/profile.png",
+        "selectedIconPath": "static/icons/profile-active.png",
         "text": "鎴戠殑"
       }
     ]
   },
   "globalStyle": {
     "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "RuoYi",
+    "navigationBarTitleText": "骞夸笢姘戣埅",
     "navigationBarBackgroundColor": "#FFFFFF"
   }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.1