From f8a3ec574ec81ebe255e3cbbdae9339d4ab81671 Mon Sep 17 00:00:00 2001 From: "Y.J.K" Date: Thu, 18 Mar 2021 12:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=9C=E9=97=B4=E6=99=B4?= =?UTF-8?q?=E5=A4=A9=E6=B0=94=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Resources/Fonts/Weather.ttf | Bin 22176 -> 22220 bytes .../Services/WeatherFontService.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WeatherCalendar/Resources/Fonts/Weather.ttf b/src/WeatherCalendar/Resources/Fonts/Weather.ttf index 8478e046742f4668f9700c101d0fa20b69cdc495..801ffcdf9bceb02460a24e012fc20142b299741b 100644 GIT binary patch delta 661 zcmZ3mmhsG5#t8;08#i@ZGB7YDFfcI3rRP+pJ-hwyIRgV52LppoOGav9icFf#@rfZi z9O}ZBatsWt2PSsNi}nCDBo^csmpoQ)xy-;2@_~VY@#e%mIx_F9zx&4X+k9oA9-$lSmaE{Oik#AxK5@k|6GJUeoUV`dC=Wo2dLWn{^>l98I2B9kUwKQTmy zLyggbkAZ=8$HWeK(G;MD#De_dl2eWUeljqGoM2#JyfJZ)j?BR`{mxw0n%JR?dup=7;1nrTnroxObkrVG@ltgd-L+c z|NjgO&$tn6uwI~Y2CmIVn9ee>Y67J-Cr@M5uXkYB!q~>Nh&hCXk7W|;7q(;U9-KW~ zaa>P$GI*=_TKG)_v;=#E9*8^>Q;VatTRDcLlru7x zr#M=fS3BuT+;%RaRm7yKnE`Kc^XG zEwYl5mZKZC;$08}`GxO3b PQ?oJ?^ERi3rZ55kj-RNJ diff --git a/src/WeatherCalendar/Services/WeatherFontService.cs b/src/WeatherCalendar/Services/WeatherFontService.cs index 1271f02..b849bc2 100644 --- a/src/WeatherCalendar/Services/WeatherFontService.cs +++ b/src/WeatherCalendar/Services/WeatherFontService.cs @@ -74,7 +74,7 @@ private static string GetWeatherFontStringOfNight(string weather) "雷阵雨" => "\ue627", "雷阵雨并伴有冰雹" => "\ue628", "强沙尘暴" => "\ue632", - "晴" => "\ue629", + "晴" => "\ue62a", "沙尘暴" => "\ue610", "特大暴雨" => "\ue60d", "雾" => "\ue60c",