feat(equipment): 设备页新增 OTA 升级与初始化功能

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-09-14 10:38:52 +08:00
co-authored by Claude Opus 4.7
parent 109c9e1b70
commit 9332990a77
4 changed files with 173 additions and 0 deletions
@@ -294,6 +294,41 @@
}
}
}
.device-update {
width: 100%;
gap: 10px;
display: flex;
flex-wrap: nowrap;
margin-top: 20rpx;
justify-content: space-around;
> view {
flex: 1;
height: 56rpx;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
border-radius: 28rpx;
border: 2rpx solid #EAECF1;
> view:nth-of-type(1) {
width: 24rpx;
height: 24rpx;
display: flex;
align-items: center;
margin-right: 6rpx;
}
> view:nth-of-type(2) {
color: #77849E;
height: 24rpx;
font-size: 24rpx;
line-height: 24rpx;
}
}
}
}
/* 添加设备按钮 */