From 1b6c8aa5a74d77f2fbcca36971caf3109359ef9c Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 12 May 2025 10:56:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=9A=E5=8A=A1=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libs/utils.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/libs/utils.ts b/src/libs/utils.ts index 399fc63..7977a64 100644 --- a/src/libs/utils.ts +++ b/src/libs/utils.ts @@ -34,6 +34,16 @@ export const cmdNameMap = { cover_elevator_lift_down: '拍子下降', cold_trap_start_recycle: '开启循环', cold_trap_stop_recycle: '停止循环', + solution_add: '加液', + move_to_heat_area: '移至加热', + move_to_solution_area: '移至加液', + heat_start: '开始加热', + heat_stop: '停止加热', + take_photo: '拍照', + tray_up: '抬起托盘', + tray_down: '降下托盘', + shake_start: '开始摇匀', + shake_stop: '停止摇匀', } export const generateColors = (count: number): string[] => {