Skip to content

Commit

Permalink
fix(route): qweather/now measure fixed (#9448)
Browse files Browse the repository at this point in the history
* time display fix

* measure fix
  • Loading branch information
Rein-Ou authored Apr 2, 2022
1 parent 9f791ab commit 9299722
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/v2/qweather/util/now.art
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<text>天气:{{item.text}}</text>
<br>
<text>气温:{{item.temp}}</text>
<text>气温:{{item.temp}}</text>
<br>
<text>体感温度:{{item.feelsLike}}</text>
<text>体感温度:{{item.feelsLike}}</text>
<br>
<text>风向:{{item.windDir}}</text>
<br>
<text>风力:{{item.windScale}} 风速:{{item.windSpeed}}公里</text>
<text>风力:{{item.windScale}} 风速:{{item.windSpeed}}km/h</text>
<br>
<text>湿度:{{item.humidity}}% 大气压强:{{item.pressure}}百帕</text>
<text>湿度:{{item.humidity}}% 大气压强:{{item.pressure}}hPa</text>
<br>
<text>本小时降水量:{{item.precip}}</text>
<text>本小时降水量:{{item.precip}}mm</text>
<br>
<text>能见度:{{item.vis}}公里</text>
<text>能见度:{{item.vis}}km</text>
<br>

0 comments on commit 9299722

Please sign in to comment.