From 832f41b6fe475ec48a10f3ea741438d85f3d56b8 Mon Sep 17 00:00:00 2001 From: xiaozzzi <42293085+xiaozzzi@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:45:44 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BC=98=E5=8C=96=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blossom-editor/src/renderer/src/stores/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blossom-editor/src/renderer/src/stores/config.ts b/blossom-editor/src/renderer/src/stores/config.ts index a8db5a3..b81bb3a 100644 --- a/blossom-editor/src/renderer/src/stores/config.ts +++ b/blossom-editor/src/renderer/src/stores/config.ts @@ -124,9 +124,9 @@ export const useConfigStore = defineStore('configStore', { todoStatExpand: true, webCollectExpand: true, isShowFolderStarTag: true, - isShowSubjectStyle: true, + isShowSubjectStyle: false, isHomeStarCard: true, - isHomeSubjectCard: true, + isHomeSubjectCard: false, isWebCollectCard: true, isGlobalShadow: false, isShowTryuseBtn: true,