[AI Generated]: feat(Views): 新增帮助页面,首页添加「无法连接设备」入口

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-03-11 11:16:55 +08:00
co-authored by Claude Opus 4.6
parent f89f0f9531
commit 0a6578c2c9
8 changed files with 95 additions and 1 deletions
+13 -1
View File
@@ -17,7 +17,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 215rpx 60rpx 120rpx;
padding: 215rpx 60rpx 30rpx;
box-sizing: border-box;
}
@@ -114,5 +114,17 @@
text-align: center;
line-height: 106rpx;
border-radius: 16rpx;
box-sizing: border-box;
margin-bottom: 10rpx;
border: 1rpx solid #FFFFFF;
}
.addDevice>view:nth-of-type(4) {
width: 100%;
color: #FFFFFF;
font-size: 30rpx;
height: 70rpx;
line-height: 70rpx;
text-align: center;
text-decoration-line: underline;
}