@aiyiran/myclaw 1.0.124 → 1.0.125
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/package.json +1 -1
- package/patch-manifest.json +1 -1
- package/wsl2.js +7 -1
package/package.json
CHANGED
package/patch-manifest.json
CHANGED
package/wsl2.js
CHANGED
|
@@ -127,7 +127,13 @@ if ($resolved) {
|
|
|
127
127
|
if ($userInput) {
|
|
128
128
|
Write-Host ' 将改为从网络下载...'
|
|
129
129
|
}
|
|
130
|
-
Write-Host '
|
|
130
|
+
Write-Host ''
|
|
131
|
+
Write-Host ' ============================================================='
|
|
132
|
+
Write-Host ' [防卡住警告] 正在从网络下载,带有进度条,请耐心等待文件较大。'
|
|
133
|
+
Write-Host ' ⚠️ 请切勿使用鼠标点击此窗口内部!'
|
|
134
|
+
Write-Host ' ⚠️ 在 Windows 的机制下,只要用鼠标点一下窗口,下载就会被瞬间暂停冻结!'
|
|
135
|
+
Write-Host ' ⚠️ 如果你觉得进度条卡住不动了,请在键盘上按一下【回车键】即可解冻!'
|
|
136
|
+
Write-Host ' ============================================================='
|
|
131
137
|
try {
|
|
132
138
|
Start-BitsTransfer -Source '${cdnUrl}' -Destination ${destVar} -Description '下载 OpenClaw 核心镜像' -DisplayName 'OpenClaw'
|
|
133
139
|
Write-Host ' 下载完成!'
|