diff options
| -rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,10 +120,10 @@ const displayWeather = (data) => { 781: "tornado", 800: "clear", - 801: "light clouds", + 801: furigana("薄雲", "うすぐも"), // light clouds 802: "scattered clouds", 803: "broken clouds", - 804: "overcast", + 804: furigana("雨曇り", "あまぐもり"), // overcast }; const currentWeather = `${data.current.temp.toFixed(0)}${furigana( "度", |