|
|
@@ -119,7 +119,7 @@ async function tryCheckWeather() {
|
|
|
text += `${now.text}\n`;
|
|
|
text += `过去1小时降水量:${now.precip}毫米\n`;
|
|
|
text += `温度:${now.temp}℃\n`;
|
|
|
- text += `风速:${now.windSpeed}公里/小时(${now.windScale}级)`;
|
|
|
+ text += `风速:${now.windSpeed}公里/小时(${now.windScale}级)\n`;
|
|
|
text += `风向:${now.windDir}(${now.wind360}°)\n`;
|
|
|
text += `相对湿度:${now.humidity}%\n`;
|
|
|
text += `能见度:${now.vis}公里\n`;
|