From 6a7256bfe35edc3ad5318f177399054f05314baa Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Tue, 27 Dec 2022 17:05:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=BE=8E=E9=A3=9F=E8=BE=B9=E6=A1=86=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/themes/fashion/style.json | 1 + src/themes/luxury/style.json | 1 + src/themes/main/style.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/themes/fashion/style.json b/src/themes/fashion/style.json index 855fb6b..6ee28e0 100644 --- a/src/themes/fashion/style.json +++ b/src/themes/fashion/style.json @@ -46,6 +46,7 @@ "guideColor": "#000000", "guideMetaColor": "rgba(0, 0, 0, 0.6)", "foodBg": "rgba(255, 255, 255, 0.6)", + "foodBorder": "4px solid #F68B51", "recBg": "rgba(255, 255, 255, 0.6)", "recBorder": "2px solid rgba(255, 255, 255, 0.6)" }, diff --git a/src/themes/luxury/style.json b/src/themes/luxury/style.json index 5ab8060..7f87634 100644 --- a/src/themes/luxury/style.json +++ b/src/themes/luxury/style.json @@ -46,6 +46,7 @@ "guideColor": "#fff", "guideMetaColor": "rgba(255, 255, 255, 0.8)", "foodBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", + "foodBorder": "4px solid #F68B51", "recBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", "recBorder": "none" }, diff --git a/src/themes/main/style.json b/src/themes/main/style.json index 2b6630e..387ec84 100644 --- a/src/themes/main/style.json +++ b/src/themes/main/style.json @@ -46,6 +46,7 @@ "guideColor": "#000000", "guideMetaColor": "rgba(0, 0, 0, 0.6)", "foodBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", + "foodBorder": "4px solid #F68B51", "recBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", "recBorder": "none" },