tao.chen
c6c2481b96
feat: workspace 目录树服务端懒加载
- api.ts: listWorkspaceDirectories 支持 parent_path 查询; WorkspaceDirectory 增加 has_children; 同步 WorkspaceBoundApi 签名
- AuthContext: 绑定透传 parentPath
- scriptWorkspaceStore: 新增 expandedPaths/loadingChildrenPaths/loadedChildPaths, loadChildren/toggleExpanded, 局部刷新 createFolder/deleteDirectory
- WorkspaceTree: 移除 useState, 改为受控展开/加载状态
- ScriptExplorer: 从 store 读取并透传展开状态与 toggle
2026-08-12 18:06:35 +08:00
..
2026-08-12 18:06:35 +08:00
2026-08-07 12:47:37 +08:00
2026-08-12 16:58:00 +08:00
2026-08-07 12:47:37 +08:00
2026-08-12 16:58:00 +08:00
2026-08-12 16:58:00 +08:00
2026-08-12 18:06:35 +08:00