[功能请求] “从文件夹生成节点”操作应支持异步处理并显示进度 #651
X-starRelight
started this conversation in
功能请求
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[功能请求] “从文件夹生成节点”操作应支持异步处理并显示进度
问题描述
当前,“从文件夹生成节点”功能在执行时会完全阻塞主线程。当处理的文件夹体积较大、包含文件较多时,界面会进入 卡死 状态。在此期间:
解决方案提议
希望该操作能改为异步非阻塞执行,并提供明确的状态反馈。具体优化点包括:
后台线程处理:
实时进度提示:
关联信息
Beta Was this translation helpful? Give feedback.
All reactions