More Weather Icons #2

Merged
SDCore merged 2 commits from dev into main 2026-07-01 03:02:49 +00:00
Showing only changes of commit eae97baff7 - Show all commits

View file

@ -6,6 +6,8 @@ export function getWeatherIcon(icon) {
return `clearnight`;
case "mostly-clear-day":
return `partlycloudyday`;
case "mostly-clear-night":
return `partlycloudynight`;
case "partly-cloudy-day":
return `partlycloudyday`;
case "breezy":