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
commit 9fb423d5e0
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"]