feat: 增加重命名功能
This commit is contained in:
@@ -64,4 +64,9 @@ export namespace File {
|
||||
path: string;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface FileRename {
|
||||
oldName: string;
|
||||
newName: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user