feat: 颜色改深一点

This commit is contained in:
2025-12-11 21:45:38 +08:00
parent f5b15b64eb
commit 4a590a720d

View File

@ -153,7 +153,7 @@ const bqYs = (val) => {
} else if (val == '02') {
return '#ff8c00'
} else if (val == '03') {
return '#ffff00'
return '#e6a23c'
} else if (val == '04') {
return '#0000ff'
}