🐛 修复客户端arm构建方式

This commit is contained in:
chaos-zhu 2024-07-31 14:49:15 +08:00
parent b41f10cc0b
commit cb39561d78
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"client": "nodemon ./app/main.js",
"pkg": "pkg .",
"pkglinux:x86": "pkg . -t node18-linux-x64",
"pkglinux:arm": "pkg . -t node18-linux-arm"
"pkglinux:arm": "pkg . -t node18"
},
"keywords": [],
"author": "",

View File

@ -89,7 +89,7 @@ function listenInput(sftpClient, socket) {
console.log(`从服务器下载进度:${ percent }%`)
socket.emit('down_file_progress', percent)
timer = null
}, 200)
}, 1500)
}
})
consola.success('sftp下载成功: ', res)