From 6bf540c64b27448f36d793aaf62d4f0314d0df79 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 21 Oct 2025 14:51:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/pages.json |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index f00f4c1..3e63260 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -173,6 +173,16 @@
           "height": "600"
         }
       },
+	  {
+	    "iconPath": "static/images/tabbar/add-work.svg",
+	    "selectedIconPath": "static/images/tabbar/add-work.svg",
+	    "pagePath": "subPackages/workDetail/addWork/index",
+	    "text": "",
+	    "style": {
+	      "width": "600",
+	      "height": "600"
+	    }
+	  },
       {
         "iconPath": "static/images/tabbar/icon_home.png",
         "selectedIconPath": "static/images/tabbar/icon_home_selected.png",

--
Gitblit v1.9.3