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