添加echart地图

This commit is contained in:
GGJ
2025-05-15 18:51:48 +08:00
parent c6be2452cf
commit 2ef0f92743
22 changed files with 42 additions and 64 deletions

View File

@@ -148,11 +148,11 @@ const info = () => {
}
const ratingColor = (num: number) => {
if (num >= 90) {
return '#0fff04'
return '#19A094'
} else if (num >= 80) {
return '#2b7fd3'
} else if (num >= 70) {
return '#ffcc33'
return '#ff8c00'
} else {
return '#97017e'
}