From e4c0923bd7b318a353c02fd61a88da43a260b377 Mon Sep 17 00:00:00 2001 From: Utopia Date: Tue, 19 Aug 2025 17:50:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(tabbar):=20=E8=87=AA=E5=AE=9A=E4=B9=89=20t?= =?UTF-8?q?abbar=20=E6=97=B6=EF=BC=8C=E9=AB=98=E4=BA=AE=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=BC=98=E5=85=88=E4=BD=BF=E7=94=A8=20var(--wot-color-theme)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tabbar/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabbar/index.vue b/src/tabbar/index.vue index b0ede6f..2b62b58 100644 --- a/src/tabbar/index.vue +++ b/src/tabbar/index.vue @@ -50,7 +50,7 @@ onLoad(() => { }, }) }) -const activeColor = '#1890ff' +const activeColor = 'var(--wot-color-theme, #1890ff)' const inactiveColor = '#666' function getColorByIndex(index: number) { return tabbarStore.curIdx === index ? activeColor : inactiveColor