修复: OSS收藏打开+连接指示器根目录+字段映射+侧边栏重构+文件监听+首屏优化
This commit is contained in:
@@ -674,6 +674,13 @@ export function SftpWriteFile(req: $models.SftpWriteFileRequest): $CancellablePr
|
||||
return $Call.ByID(2401472593, req);
|
||||
}
|
||||
|
||||
/**
|
||||
* UnwatchFile 停止监听文件变化
|
||||
*/
|
||||
export function UnwatchFile(): $CancellablePromise<void> {
|
||||
return $Call.ByID(3006906623);
|
||||
}
|
||||
|
||||
/**
|
||||
* VerifyUpdateFile 验证更新文件哈希值
|
||||
*/
|
||||
@@ -683,6 +690,13 @@ export function VerifyUpdateFile(filePath: string, expectedHash: string, hashTyp
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* WatchFile 开始监听指定文件的变化,变化时发送 file-changed 事件
|
||||
*/
|
||||
export function WatchFile(path: string): $CancellablePromise<void> {
|
||||
return $Call.ByID(325055910, path);
|
||||
}
|
||||
|
||||
/**
|
||||
* WindowClose 关闭窗口
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user