Skip to content

Commit

Permalink
修改夜间晴天气图标
Browse files Browse the repository at this point in the history
  • Loading branch information
YJammak committed Mar 18, 2021
1 parent 901805e commit f8a3ec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/WeatherCalendar/Resources/Fonts/Weather.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/WeatherCalendar/Services/WeatherFontService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private static string GetWeatherFontStringOfNight(string weather)
"雷阵雨" => "\ue627",
"雷阵雨并伴有冰雹" => "\ue628",
"强沙尘暴" => "\ue632",
"晴" => "\ue629",
"晴" => "\ue62a",
"沙尘暴" => "\ue610",
"特大暴雨" => "\ue60d",
"雾" => "\ue60c",
Expand Down

0 comments on commit f8a3ec5

Please # to comment.