16 lines
468 B
TOML
16 lines
468 B
TOML
# 小雨 天气配置
|
||
|
||
[Name]
|
||
Zh = "小雨"
|
||
En = "Light Rain"
|
||
|
||
[WeatherConfig]
|
||
Type = "Rain" # 天气类型
|
||
Temperature = 20.0 # 温度 (摄氏度)
|
||
RelativeHumidity = 80.0 # 相对湿度 (%)
|
||
Visibility = 6.0 # 能见度 (公里)
|
||
Precipitation = 5.0 # 降水量 (毫米/小时)
|
||
CO2Concentration = 415.0 # 二氧化碳浓度 (ppm)
|
||
Pressure = 1005.0 # 大气压力 (hPa)
|
||
WindSpeed = 3.0 # 风速 (米/秒)
|
||
WindDirection = 180.0 # 风向 (度,0为北,顺时针增加) |