feature: modify color

This commit is contained in:
kaijierepo
2025-12-14 20:45:23 +08:00
parent 42298eace3
commit 89fe8a73d2

View File

@ -29,7 +29,7 @@ const statusConfig = {
}, },
[RoomStatus.CLEANING]: { [RoomStatus.CLEANING]: {
text: '待打扫', text: '待打扫',
color: '#1890FF', // 蓝色 color: '#F29747', // 蓝色
}, },
[RoomStatus.MAINTENANCE]: { [RoomStatus.MAINTENANCE]: {
text: '维护中', text: '维护中',