新增文件点击,优化流式输出

This commit is contained in:
2026-07-28 16:52:15 +08:00
parent c90600c66e
commit 85ecfc4c5b
3 changed files with 78 additions and 68 deletions

View File

@@ -605,7 +605,10 @@
// 处理文件夹点击(非选择模式下进入文件夹,仅目录可点击进入)
const handleFolderClick = (folder) => {
if (folder.type !== 'directory') return;
if (folder.type !== 'directory') {
handleLongPress(folder)
return
}
folderStack.value.push({
path: folder.path,
name: folder.name