From 58216ba56f8108e7b1d337c3c80b9503ef0fcab6 Mon Sep 17 00:00:00 2001 From: XiaLangQing <413901125@qq.com> Date: Thu, 17 Oct 2024 14:20:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E9=9D=A2=E5=8C=85?= =?UTF-8?q?=E5=B1=91=E7=9A=84=E9=BB=98=E8=AE=A4=E9=A3=8E=E6=A0=BC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/preferences.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index c60b1458..7f2376ce 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -47,4 +47,7 @@ export const overridesPreferences = defineOverridesPreferences({ semiDarkSidebar: false, radius: '0.25', }, + breadcrumb: { + styleType: 'background', + }, });