zen-gitsync 2.11.6 → 2.11.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/ui/public/assets/index-Ce26lMsG.css +1 -0
- package/src/ui/public/assets/index-DWV3mQ48.js +108 -0
- package/src/ui/public/assets/{vendor-BSAE54oX.js → vendor-BtihdyTS.js} +240 -233
- package/src/ui/public/assets/vendor-CeElb63i.css +1 -0
- package/src/ui/public/index.html +4 -4
- package/src/ui/server/routes/git/stash.js +57 -0
- package/src/ui/server/routes/gitOps.js +18 -0
- package/src/ui/public/assets/index-B2M28SkT.js +0 -108
- package/src/ui/public/assets/index-VYWy-YNd.css +0 -1
- package/src/ui/public/assets/vendor-COoKXBNX.css +0 -1
package/README.md
CHANGED
|
@@ -76,7 +76,7 @@ start /min cmd /k "g -y --path=你要同步的文件夹 --interval"
|
|
|
76
76
|
```shell
|
|
77
77
|
start /min cmd /k "g --cmd=\"echo hello\" --cmd-interval=5" # 每5秒执行一次echo hello
|
|
78
78
|
start /min cmd /k "g --cmd=\"echo at-time\" --at=23:59" # 在23:59执行一次echo at-time
|
|
79
|
-
start /min cmd /k "g --cmd=\"echo daily\" --at=23:59 --daily" # 每天23:59执行一次echo daily
|
|
79
|
+
start /min cmd /k "g --cmd=\"echo daily\" --at=23:59 --daily" # 每天23:59执行一次echo daily
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
#### 不显示git diff内容
|