Skip to content

Commit 1cecd6c

Browse files
committed
修改风力判断条件
1 parent 83893e7 commit 1cecd6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apip-func.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function apip_get_heweather()
121121
break;
122122
}
123123
$wind_str = '';
124-
if ((int)$then['wind_spd'] > 8) {
124+
if ((int)$then['wind_spd'] > 38) {
125125
$wind_icon_str = "from-".$then['wind_deg']."-deg";
126126
$wind_str = $then['wind_dir'].$then['wind_sc']."";
127127
}

apip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Description: Plugins used by pewae
88
* Author: lifishake
99
* Author URI: http://pewae.com
10-
* Version: 1.25.0
10+
* Version: 1.25.1
1111
* License: GNU General Public License 3.0+ http://www.gnu.org/licenses/gpl.html
1212
*/
1313

0 commit comments

Comments
 (0)