update
This commit is contained in:
parent
01d1175117
commit
325c40c087
@ -34,10 +34,9 @@
|
||||
}
|
||||
|
||||
button {
|
||||
/* width: 94px; */
|
||||
width: 100px;
|
||||
margin-top: 1rem;
|
||||
flex: 1 1 auto;
|
||||
width: 70px;
|
||||
/* flex: 1 1 auto; */
|
||||
}
|
||||
|
||||
</style>
|
||||
@ -131,13 +130,17 @@
|
||||
<p style="display:flex;gap:4px;">
|
||||
<button onclick="client.emit('action', {action:'clear'})">清除</button>
|
||||
<button onclick="client.emit('action', {action:'flash'})">闪光</button>
|
||||
</p>
|
||||
<p style="display:flex;gap:4px;">
|
||||
<button onclick="client.emit('action', {action:'flipH'})">左右反转</button>
|
||||
<button onclick="client.emit('action', {action:'flipV'})">上下反转</button>
|
||||
</p>
|
||||
<p style="display:flex;gap:4px;">
|
||||
<button onclick="client.emit('action', {action:'loadImage', image:'heart'})">空心</button>
|
||||
<button onclick="client.emit('action', {action:'loadImage', image:'heart_full'})">红心</button>
|
||||
</p>
|
||||
<!-- <button onclick="client.emit('action', {action:'turnLeft'})">turnLeft</button>
|
||||
<button onclick="client.emit('action', {action:'turnRight'})">turnRight</button> -->
|
||||
<!-- <button onclick="client.emit('action', {action:'loadImage', image:'heart'})">空心</button>
|
||||
<button onclick="client.emit('action', {action:'loadImage', image:'heart_full'})">红心</button> -->
|
||||
<!-- <button onclick="client.emit('action', {action:'showLetter', character:'A', color:[50,50,255]})">A</button>
|
||||
<button
|
||||
onclick="client.emit('action', {action:'showMessage', text:'Hello', color:[50,50,255], speed: 1})">Hello</button>
|
||||
|
Loading…
Reference in New Issue
Block a user