1
0
forked from dyf/APP

修复蓝牙配对时多设备串数据的问题

This commit is contained in:
liub
2026-05-20 11:26:13 +08:00
parent 7f56e46ace
commit 958aa1374a
2 changed files with 42 additions and 33 deletions

View File

@ -215,7 +215,7 @@
sta_leftFan: null,
sta_rightFan: null,
sta_channel: null,
sta_Ms: null,
sta_Ms: 'S',
sta_PowerPercent: null,
sta_PowerTime: null,
sta_system: null,
@ -1010,10 +1010,11 @@
border-width: 5rpx;
border-color: #00000000;
padding: 5rpx;
height:130rpx !important;
}
.lampMode .type .txt {
color: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.5);
background-color: #00000000;
font-family: "PingFang SC";
font-size: 50rpx;