This commit is contained in:
赵鑫 2022-09-05 15:10:55 +08:00
parent 587f52302f
commit 9167e5c271

View File

@ -162,7 +162,6 @@
leds[i].style.backgroundColor = `rgb(${r}, ${g}, ${b})` leds[i].style.backgroundColor = `rgb(${r}, ${g}, ${b})`
} }
break break
default: default:
break break
} }