From ce7d5ecdc7a9f0bbcef833f07d51a0eb40b3a2aa Mon Sep 17 00:00:00 2001 From: gouki Date: Fri, 7 Aug 2026 00:33:59 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20tabBar=20=E8=B6=85=E8=BF=875=E4=B8=AA?= =?UTF-8?q?=E4=B8=8A=E9=99=90=EF=BC=8C=E7=A7=BB=E9=99=A4=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=20tab=20=E6=94=B9=E4=B8=BA=E9=A6=96=E9=A1=B5=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini/app.json | 6 ------ mini/pages/home/home.wxml | 1 + mini/pages/home/home.wxss | 7 +++++++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/mini/app.json b/mini/app.json index 43ca73c..5820d27 100644 --- a/mini/app.json +++ b/mini/app.json @@ -53,12 +53,6 @@ "text": "许愿", "iconPath": "images/wish.png", "selectedIconPath": "images/wish-active.png" - }, - { - "pagePath": "pages/settings/settings", - "text": "设置", - "iconPath": "images/settings.png", - "selectedIconPath": "images/settings-active.png" } ] }, diff --git a/mini/pages/home/home.wxml b/mini/pages/home/home.wxml index 8f91db7..d572d36 100644 --- a/mini/pages/home/home.wxml +++ b/mini/pages/home/home.wxml @@ -10,6 +10,7 @@ {{dayInfo.weekDay}} {{dayInfo.constellation}} + {{dayInfo.lunarFestival}} diff --git a/mini/pages/home/home.wxss b/mini/pages/home/home.wxss index bd4cc92..0db38db 100644 --- a/mini/pages/home/home.wxss +++ b/mini/pages/home/home.wxss @@ -29,3 +29,10 @@ height: 64rpx; margin-bottom: 8rpx; } + +.settings-entry { + width: 44rpx; + height: 44rpx; + margin-left: 16rpx; + opacity: 0.6; +}