feat: add configurable wind units

This commit is contained in:
zv
2026-06-13 13:36:36 +02:00
parent a8d4d1e23c
commit 7ad95550eb
21 changed files with 152 additions and 38 deletions

1
types/units.ts Normal file
View File

@@ -0,0 +1 @@
export type WindSpeedUnit = "ms" | "kmh" | "mph";