fix(修复问题): 修复监听文件变化
/ build (push) Successful in 12s

This commit is contained in:
2026-02-28 23:19:42 +08:00
parent e174d81262
commit 93817f7114
2 changed files with 35 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@ type SymFS struct {
fuse.FileSystemBase
root string
host *fuse.FileSystemHost
done chan struct{}
}
// NewSymFS 创建 SymFS 实例