shawenguan преди 1 година
родител
ревизия
e8470b09f4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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`;