summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-12 20:27:55 -0700
committerFuwn <[email protected]>2023-09-12 20:27:55 -0700
commite6263c8d6fcae42e72dc4a75b425475147318d9d (patch)
tree2cd3fa71c5c99ee0a9ad46bb3129d8863b436e58
parentfix(css): match image hight (diff)
downloadstartpage-e6263c8d6fcae42e72dc4a75b425475147318d9d.tar.xz
startpage-e6263c8d6fcae42e72dc4a75b425475147318d9d.zip
feat(js): jp conditions
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index f8b50f2..d51bf7c 100644
--- a/index.js
+++ b/index.js
@@ -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(
"度",