From d8e930db2c5b6ec7a629124c799714f6aa7a2422 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 30 十二月 2025 10:04:36 +0800
Subject: [PATCH] 添加新页签
---
pages.json | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index f0a9c47..d78292c 100644
--- a/pages.json
+++ b/pages.json
@@ -26,6 +26,18 @@
"navigationBarTitleText": "鍗曟嵁鍒楄〃"
}
},
+ {
+ "path": "pages/index/tab3",
+ "style": {
+ "navigationBarTitleText": "鍣ㄥ叿绠$悊"
+ }
+ },
+ {
+ "path": "pages/index/tab4",
+ "style": {
+ "navigationBarTitleText": "璐ㄩ噺绠$悊"
+ }
+ },
{
"path": "pages/index/mine",
"style": {
@@ -1390,6 +1402,18 @@
"selectedIconPath": "static/tabBar/icon2-default.png",
"text": "鍗曟嵁鍒楄〃"
},
+ {
+ "pagePath": "pages/index/tab3",
+ "iconPath": "static/tabBar/icon2.png",
+ "selectedIconPath": "static/tabBar/icon2-default.png",
+ "text": "鍣ㄥ叿绠$悊"
+ },
+ {
+ "pagePath": "pages/index/tab4",
+ "iconPath": "static/tabBar/icon2.png",
+ "selectedIconPath": "static/tabBar/icon2-default.png",
+ "text": "璐ㄩ噺绠$悊"
+ },
{
"pagePath": "pages/index/mine",
"iconPath": "static/tabBar/user.png",
--
Gitblit v1.9.1