diff options
| author | Fuwn <[email protected]> | 2023-09-12 20:27:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 20:27:55 -0700 |
| commit | e6263c8d6fcae42e72dc4a75b425475147318d9d (patch) | |
| tree | 2cd3fa71c5c99ee0a9ad46bb3129d8863b436e58 | |
| parent | fix(css): match image hight (diff) | |
| download | startpage-e6263c8d6fcae42e72dc4a75b425475147318d9d.tar.xz startpage-e6263c8d6fcae42e72dc4a75b425475147318d9d.zip | |
feat(js): jp conditions
| -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( "度", |