feat: support specified format on deployment to local/ssh

This commit is contained in:
Fu Diwei
2024-10-26 23:49:26 +08:00
parent e7870e2b05
commit adad5d86ba
13 changed files with 329 additions and 76 deletions

View File

@@ -6,7 +6,7 @@ import (
"path/filepath"
)
// 与 `WriteFile` 类似,但写入的是字符串内容。
// 与 [WriteFile] 类似,但写入的是字符串内容。
//
// 入参:
// - path: 文件路径。