feat: 后端发布未映射排序的色彩。
This commit is contained in:
@ -7,4 +7,5 @@ export const [ledStripStore, setLedStripStore] = createStore({
|
||||
strips: new Array<LedStripConfig>(),
|
||||
mappers: new Array<LedStripPixelMapper>(),
|
||||
colors: new Uint8ClampedArray(),
|
||||
sortedColors: new Array<string>(),
|
||||
});
|
||||
|
Reference in New Issue
Block a user