From aacb90d355dc35ab71220ae6dbecc89264c01cef Mon Sep 17 00:00:00 2001 From: clz Date: Tue, 28 Jul 2026 13:26:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=86=97?= =?UTF-8?q?=E4=BD=99transparent=5Fwhite=EF=BC=8C=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=BD=BF=E7=94=A8tab=5Fgradient=5Fstart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/resources/base/element/color.json | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/resources/base/element/color.json b/entry/src/main/resources/base/element/color.json index 0ef6bc6..428a87e 100644 --- a/entry/src/main/resources/base/element/color.json +++ b/entry/src/main/resources/base/element/color.json @@ -16,7 +16,6 @@ { "name": "color_fall", "value": "#07AB4B" }, { "name": "color_orange", "value": "#FF661A" }, { "name": "bg_orange", "value": "#1AFF661A" }, - { "name": "transparent_white", "value": "#00FFFFFF" }, { "name": "tab_gradient_start", "value": "#00FFFFFF" } ] }