We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83893e7 commit 1cecd6cCopy full SHA for 1cecd6c
2 files changed
apip-func.php
@@ -121,7 +121,7 @@ function apip_get_heweather()
121
break;
122
}
123
$wind_str = '';
124
- if ((int)$then['wind_spd'] > 8) {
+ if ((int)$then['wind_spd'] > 38) {
125
$wind_icon_str = "from-".$then['wind_deg']."-deg";
126
$wind_str = $then['wind_dir'].$then['wind_sc']."级 ";
127
apip.php
@@ -7,7 +7,7 @@
7
* Description: Plugins used by pewae
8
* Author: lifishake
9
* Author URI: http://pewae.com
10
- * Version: 1.25.0
+ * Version: 1.25.1
11
* License: GNU General Public License 3.0+ http://www.gnu.org/licenses/gpl.html
12
*/
13
0 commit comments