feat: 文件权限增加修改子文件功能 (#811)

This commit is contained in:
zhengkunwang223
2023-04-27 05:54:15 +00:00
committed by GitHub
parent 8947e00302
commit 680f48dcba
6 changed files with 18 additions and 10 deletions
+1
View File
@@ -54,6 +54,7 @@ export namespace File {
isLink?: boolean;
isSymlink?: boolean;
linkPath?: boolean;
sub?: boolean;
}
export interface FileDelete {