You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
## local file hash
|
|
|
|
|
|
|
|
用于辅助Github actions: FTP Deploy的差异比较\
|
|
|
|
FTP Deploy: 文件夹深度较深或文件较多时, 上传耗时很久, 因为每个文件计算差异之后打开ftp 连接上传
|
|
|
|
先打包上传后, 生成文件的hash, 用于后续action的差异比较
|
|
|
|
|
|
|
|
### 使用
|
|
|
|
|
|
|
|
```sh
|
|
|
|
node main.mjx < webcode >
|
|
|
|
```
|