feat: Introduce multi-source weather data collection, including city configuration and robust caching.

This commit is contained in:
2569718930@qq.com
2026-03-12 00:29:34 +08:00
parent 9295899aeb
commit eca0c7f514
4 changed files with 101 additions and 4 deletions
+20 -1
View File
@@ -44,7 +44,26 @@ cities:
country: "Germany"
latitude: 48.3538
longitude: 11.7861
- id: "hong_kong"
city: "Hong Kong"
country: "China"
latitude: 22.3080
longitude: 113.9185
- id: "shanghai"
city: "Shanghai"
country: "China"
latitude: 31.1434
longitude: 121.8052
- id: "singapore"
city: "Singapore"
country: "Singapore"
latitude: 1.3644
longitude: 103.9915
- id: "tokyo"
city: "Tokyo"
country: "Japan"
latitude: 35.5523
longitude: 139.7798
# Logging
logging:
level: "INFO"