1. 显示主机当前状态
2. 可发送自定义波形
This commit is contained in:
2024-05-12 21:10:24 +08:00
parent 164dcc6ac5
commit cc552fcbee
6 changed files with 122 additions and 28 deletions

View File

@@ -36,6 +36,10 @@ button {
-o-border-radius: 3px;
}
a {
color: #fce9a7;
}
button:hover {
background-color: #ffe668;
}
@@ -450,6 +454,18 @@ select {
position: fixed;
}
.game-info {
position: fixed;
top: 64px;
right: 60px;
padding: 0 10px 10px 10px;
color: #ffe99d;
background: #171717;
border-radius: 10px;
border: 1px solid #ffe99d;
width: 200px;
}
.tips-hide {
font-weight: bold;
margin-left: 15px;

BIN
public/img/31036.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/img/31039.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB