shawenguan 1 éve
szülő
commit
e8470b09f4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Scripts/qweather/qweatherHelper.js

+ 1 - 1
Scripts/qweather/qweatherHelper.js

@@ -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`;