From 55fb9617fdf794c86fc89476ecbe348b0a61e2cc Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 21 Oct 2025 19:04:18 +0800
Subject: [PATCH] feat: 动态渲染底部按钮
---
src/pages.json | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index ab50f1a..c7984f2 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -168,22 +168,13 @@
"iconPath": "static/images/tabbar/add-task.svg",
"selectedIconPath": "static/images/tabbar/add-task.svg",
"pagePath": "subPackages/taskDetail/addTask/index",
- "text": "",
+ "text": "新建",
+ "visible": true,
"style": {
"width": "600",
"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