From d781f66dfceb53358d73b0cbf90b7ba05cb570df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 12 Mar 2025 18:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=80=E5=94=AE=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/const/salerecords.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/const/salerecords.ts b/src/config/const/salerecords.ts index 60b355e8..9462dcd1 100644 --- a/src/config/const/salerecords.ts +++ b/src/config/const/salerecords.ts @@ -45,7 +45,7 @@ interface defaultSalerecords { time_size: number; content_color_list: color_list[]; content_direction: number; - content_background_img_style: number; + content_background_img_style: string; content_background_img: string[]; data_spacing: number; content_padding: paddingStyle; @@ -104,7 +104,7 @@ const defaultSalerecords: defaultSalerecords = { time_size: 14, content_color_list: [{ color: '#F4F4F4', color_percentage: undefined }], content_direction: 0, - content_background_img_style: 0, + content_background_img_style: '2', content_background_img: [], data_spacing: 10, content_padding: {