ymq d5fc14ae1c fix: workspace_tree 叶子判定——无子目录的目录标 is_leaf=true
原把所有目录硬编码 is_leaf:false,导致无子目录的目录(叶子)也被当成可展开的非叶子。
改为扫描子目录判断 has_subdir,is_leaf = not has_subdir。
2026-08-15 01:40:08 +08:00
..
2026-08-13 12:02:00 +08:00