This commit is contained in:
zk
2023-12-12 14:24:48 +08:00
parent c5e1dd5d19
commit 825d10fc35
8 changed files with 367 additions and 20 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export function typeToIcon(type: string) {
return createIcon({ icon: mapIcon3, iconSize, imageSize });
}
if (type == '6') {
return createIcon({ icon: watchIcon, iconSize: [21, 44], imageSize: [21, 44] });
return createIcon({ icon: watchIcon, iconSize: [23, 51], imageSize: [23, 51] });
}
}