From 397b5cc34d63ce4bca23dc47d1a762ae8f36e3e9 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 21 Mar 2025 04:31:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=A2=9C=E8=89=B2=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 07e5d32..83fdeb7 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -184,7 +184,7 @@ const startWork = async () => { let currentSpeed = 0 // let poll: ReturnType console.log(currentSpeed) -const colors = ['#2E8B57', '#C0FF3E', '#8B658B', '#EE7942', '#EE1289', '#FF00FF', '#C6E2FF'] +const colors = ['#FAF0E6', '#191970', '#2E8B57', '#C0FF3E', '#8B658B', '#EE7942', '#EE1289', '#FF00FF', '#C6E2FF', '#556B2F', '#00BFFF', '#7B68EE'] const sprayPointReceiveMessage = (data: any) => { const { currentPoint, nextPoint, index, number } = data drawLine(index, { x: currentPoint.x * 5, y: currentPoint.y * 5 }, number)