|
@@ -18,7 +18,7 @@ const {
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
for (let device of devices) {
|
|
for (let device of devices) {
|
|
|
- if (parseInt(device.version) < 138) {
|
|
|
|
|
|
|
+ if (parseInt(device.version) < 140) {
|
|
|
console.log(chalk.green(`${device.name} update`))
|
|
console.log(chalk.green(`${device.name} update`))
|
|
|
axiosInstance
|
|
axiosInstance
|
|
|
.post(
|
|
.post(
|
|
@@ -26,7 +26,7 @@ for (let device of devices) {
|
|
|
{
|
|
{
|
|
|
action: "installApk",
|
|
action: "installApk",
|
|
|
data: {
|
|
data: {
|
|
|
- apkUrl: "https://nebuai.oss-cn-hangzhou.aliyuncs.com/application/20241022/brtrfvf0.apk"
|
|
|
|
|
|
|
+ apkUrl: "https://nebuai.oss-cn-hangzhou.aliyuncs.com/application/20241023/kl4wequ8.apk"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|