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