fix: 文件树 showHiddenFiles 默认改为 true(展示全部文件)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
yangzexuan 2026-06-01 02:48:49 +08:00
parent 036eb8fd7f
commit bc7bb0a9a9

View File

@ -195,7 +195,7 @@ export const useWorkspacePanelStore = create<WorkspacePanelStore>((set, get) =>
panelBySession: {}, panelBySession: {},
modeBySession: {}, modeBySession: {},
width: WORKSPACE_PANEL_DEFAULT_WIDTH, width: WORKSPACE_PANEL_DEFAULT_WIDTH,
showHiddenFiles: false, showHiddenFiles: true,
statusBySession: {}, statusBySession: {},
expandedPathsBySession: {}, expandedPathsBySession: {},
treeBySessionPath: {}, treeBySessionPath: {},