1
0
forked from bot/app

Merge pull request #55 from ElapsingDreams/main

📝Hot Fixed Dev judgment
This commit is contained in:
2024-08-08 16:57:16 +08:00
committed by GitHub

View File

@ -23,6 +23,7 @@ let weatherNow = data["weatherNow"]
let weatherDaily = data["weatherDaily"] let weatherDaily = data["weatherDaily"]
let weatherHourly = data["weatherHourly"] let weatherHourly = data["weatherHourly"]
let aqi = data["aqi"] let aqi = data["aqi"]
let is_dev = data["is_dev"]
let locationData = data["location"] let locationData = data["location"]