From 34e27b2cc24a0adfb7213f082f361ae65078c1da Mon Sep 17 00:00:00 2001
From: zhenyuWang <13641039885@163.com>
Date: Mon, 1 Jul 2024 22:34:00 +0800
Subject: [PATCH] =?UTF-8?q?wip:=20=E9=80=9A=E8=BF=87=20json=20=E6=96=87?=
=?UTF-8?q?=E4=BB=B6=E7=94=9F=E6=88=90=E9=83=A8=E5=88=86=20tabBar=20?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9B=AE=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/tabBar/API.uvue | 177 ++-
pages/tabBar/CSS.uvue | 126 +-
pages/tabBar/component.uvue | 187 ++-
target-pages.json | 2572 +++++++++++++++++++++++++++++++++++
4 files changed, 2945 insertions(+), 117 deletions(-)
create mode 100644 target-pages.json
diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue
index 99cae142..c6cb0f82 100644
--- a/pages/tabBar/API.uvue
+++ b/pages/tabBar/API.uvue
@@ -1,6 +1,6 @@
-
+
+
+ ---------------
+
+
+
+
+ {{
+ page.style["navigationBarTitleText"]
+ }}
+
+
+
+
+
+ {{
+ childPage.style["navigationBarTitleText"]
+ }}
+
+
+
+
+
+
+
@@ -36,6 +62,61 @@
diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue
index e3b8dc9b..2a626f94 100644
--- a/pages/tabBar/component.uvue
+++ b/pages/tabBar/component.uvue
@@ -1,6 +1,6 @@
-
+
+
+
+ ---------------
+
+
+
+
+ {{
+ page.style["navigationBarTitleText"]
+ }}
+
+
+
+
+
+ {{
+ childPage.style["navigationBarTitleText"]
+ }}
+
+
+
+
+
+
@@ -34,6 +60,61 @@