This commit is contained in:
zk
2023-12-22 17:42:54 +08:00
parent 22a4132300
commit 541fbb4b0a
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function typeToIcon(type: string) {
if (type == '3') {
return createIcon({ icon: mapIcon2, iconSize, imageSize });
}
if (type == '5') {
if (type == '5' || type == '4') {
return createIcon({ icon: mapIcon3, iconSize, imageSize });
}
if (type == '6') {