📝Hot Fixed Dev judgment

This commit is contained in:
ElapsingDreams 2024-08-08 16:55:58 +08:00 committed by GitHub
parent cb84a7d0d9
commit e9df67a661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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