From 66f93dd1f06f4e3c2b8281c1207cff3e486445fe Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 6 Sep 2024 18:47:47 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E6=B8=85=E7=A9=BA=E5=90=8E?= =?UTF-8?q?=E5=8F=8C=E5=90=91=E7=BB=91=E5=AE=9A=E5=A4=B1=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/main/default/header-nav.ts | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/views/layout/components/main/default/header-nav.ts b/src/views/layout/components/main/default/header-nav.ts index 5ec68207..e7de50ba 100644 --- a/src/views/layout/components/main/default/header-nav.ts +++ b/src/views/layout/components/main/default/header-nav.ts @@ -35,12 +35,12 @@ interface DefaultFooterNav { header_background_direction: string; header_background_img_style: number; header_background_img: uploadList[]; - header_background_title_color: string, - header_background_title_typeface: string, - header_background_title_size: number, - function_buttons_type: string, - immersive_style: string, - up_slide_display: string, + header_background_title_color: string; + header_background_title_typeface: string; + header_background_title_size: number; + function_buttons_type: string; + immersive_style: string; + up_slide_display: string; icon_color: string; button_inner_color: string; search_botton_color_list: color_list[]; @@ -53,7 +53,7 @@ interface DefaultFooterNav { search_border: string; search_border_radius: object; common_style: object; - } + }; } const defaultFooterNav: DefaultFooterNav = { content: { @@ -62,7 +62,7 @@ const defaultFooterNav: DefaultFooterNav = { title: '新建页面', link: {}, indicator_location: 'center', - positioning_name: '默认定位名称', + positioning_name: '默认名称', is_arrows_show: '1', is_center: '0', is_icon_show: '1', @@ -77,7 +77,7 @@ const defaultFooterNav: DefaultFooterNav = { search_type: 'text', search_tips: '搜索', hot_word_list: [], - bottom_navigation_show: '1' + bottom_navigation_show: '1', }, style: { header_background_type: 'color_image', @@ -93,7 +93,10 @@ const defaultFooterNav: DefaultFooterNav = { up_slide_display: '1', icon_color: '#ccc', button_inner_color: '#fff', - search_botton_color_list: [{ color: '#FF973D', color_percentage: undefined }, { color: '#FF3131', color_percentage: undefined }], + search_botton_color_list: [ + { color: '#FF973D', color_percentage: undefined }, + { color: '#FF3131', color_percentage: undefined }, + ], search_botton_direction: '90deg', search_botton_background_img_style: '', search_botton_background_img: [],