zen-gitsync 2.9.6 → 2.9.7
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/src/ui/public/index.html
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
8
|
<title>Zen GitSync</title>
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-qLiG8XCf.js"></script>
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/assets/vendor-PvZNfVU0.js">
|
|
11
11
|
<link rel="stylesheet" crossorigin href="/assets/vendor-BUGaay5Z.css">
|
|
12
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
12
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CePbooEv.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="app"></div>
|
package/src/ui/server/index.js
CHANGED
|
@@ -2511,7 +2511,7 @@ async function startUIServer(noOpen = false, savePort = false) {
|
|
|
2511
2511
|
// 发送开始消息
|
|
2512
2512
|
sendProgress({
|
|
2513
2513
|
type: 'progress',
|
|
2514
|
-
message: '
|
|
2514
|
+
message: 'Starting to push to the remote repository...'
|
|
2515
2515
|
});
|
|
2516
2516
|
|
|
2517
2517
|
// 使用spawn执行git push --progress
|