mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-27 15:13:37 +08:00
fix: 文件树 showHiddenFiles 默认改为 true(展示全部文件)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
036eb8fd7f
commit
bc7bb0a9a9
@ -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: {},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user