feat: 更新不接单状态图标,调整充电和载货状态为0,以优化机器人状态显示逻辑

This commit is contained in:
xudan 2025-09-15 18:14:40 +08:00
parent ac3b380f31
commit 7ffd5623f0
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

After

Width:  |  Height:  |  Size: 769 B

View File

@ -108,8 +108,8 @@ const monitorScene = async () => {
path: points,
isWaring,
isFault,
isCharging = 1,
isCarrying = 1,
isCharging = 0,
isCarrying = 0,
isNotAcceptingOrders = 1,
...rest
} = data;