This commit is contained in:
赵鑫 2022-09-05 15:08:23 +08:00
parent 17ebad60e9
commit 85d53771bd

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
} }