Skip to content

Commit d651ad6

Browse files
authored
release v1.6.0 (#74)
1 parent aa6c4e4 commit d651ad6

10 files changed

Lines changed: 73 additions & 16 deletions

CHANGELOG.txt

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
## 🚀 新功能
22

3-
- 新增30+自然和地质灾害预警图标 #63
4-
- 新增18个加拿大预警图标 #64
5-
- 重新设计lakeshore flood系列
3+
- 新增1271-1274预警图标 #71
64

75
## 🛠 问题修复
86

9-
- 2396太阳与温度计间隙错误 #65
10-
- 移除1.4.0之后废弃的图标 #62
11-
7+
- 重新设计一些重复的预警图标 #59
128

139
## 🚀 What's new
1410

15-
- add 30+ natural and geologic hazard warning icons #63
16-
- add 18 warning icons for CA #64
17-
- re-design lakeshore flood series
11+
- add 1271-1274 warning icons #71
1812

1913
## 🛠 Bug fix
2014

21-
- 2396 gap issue #65
22-
- remove deprecated icons since v1.4.0 #62
15+
- Re-design dupe icons #59

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ params:
2020
copyright: "QWeather"
2121
mit: "https://github.com/qwd/Icons/blob/main/LICENSE"
2222
cc: "https://creativecommons.org/licenses/by/4.0/deed.zh"
23-
ver: "1.5.0"
23+
ver: "1.6.0"
2424
qw: "https://www.qweather.com"
2525
dev: "https://dev.qweather.com"
2626
map: "https://map.qweather.com"

font/demo.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,22 @@ <h1>qweather-icons</h1>
791791
<div class="icon">
792792
<i class="qi-1251"></i>
793793
<div class="label">1251</div>
794+
</div>
795+
<div class="icon">
796+
<i class="qi-1271"></i>
797+
<div class="label">1271</div>
798+
</div>
799+
<div class="icon">
800+
<i class="qi-1272"></i>
801+
<div class="label">1272</div>
802+
</div>
803+
<div class="icon">
804+
<i class="qi-1273"></i>
805+
<div class="label">1273</div>
806+
</div>
807+
<div class="icon">
808+
<i class="qi-1274"></i>
809+
<div class="label">1274</div>
794810
</div>
795811
<div class="icon">
796812
<i class="qi-1601"></i>
@@ -2699,6 +2715,22 @@ <h1>qweather-icons</h1>
26992715
<div class="icon">
27002716
<i class="qi-geological-hazard-risk"></i>
27012717
<div class="label">geological-hazard-risk</div>
2718+
</div>
2719+
<div class="icon">
2720+
<i class="qi-air-pollution-incident"></i>
2721+
<div class="label">air-pollution-incident</div>
2722+
</div>
2723+
<div class="icon">
2724+
<i class="qi-heavy-air-pollution-2"></i>
2725+
<div class="label">heavy-air-pollution-2</div>
2726+
</div>
2727+
<div class="icon">
2728+
<i class="qi-air-pollution"></i>
2729+
<div class="label">air-pollution</div>
2730+
</div>
2731+
<div class="icon">
2732+
<i class="qi-heavy-pollution-weather-2"></i>
2733+
<div class="label">heavy-pollution-weather-2</div>
27022734
</div>
27032735
<div class="icon">
27042736
<i class="qi-very-hot-weather"></i>

font/fonts/qweather-icons.ttf

4.68 KB
Binary file not shown.

font/fonts/qweather-icons.woff

1.63 KB
Binary file not shown.

font/fonts/qweather-icons.woff2

1.41 KB
Binary file not shown.

font/qweather-icons.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
@font-face {
88
font-family: "qweather-icons";
9-
src: url("./fonts/qweather-icons.woff2?809ab8e56778bb1e55a8b84712e45cff") format("woff2"),
10-
url("./fonts/qweather-icons.woff?809ab8e56778bb1e55a8b84712e45cff") format("woff"),
11-
url("./fonts/qweather-icons.ttf?809ab8e56778bb1e55a8b84712e45cff") format("truetype");
9+
src: url("./fonts/qweather-icons.woff2?c4a8eb216e1e59e6c4df464b9ee6f9be") format("woff2"),
10+
url("./fonts/qweather-icons.woff?c4a8eb216e1e59e6c4df464b9ee6f9be") format("woff"),
11+
url("./fonts/qweather-icons.ttf?c4a8eb216e1e59e6c4df464b9ee6f9be") format("truetype");
1212
}
1313

1414
[class^="qi-"]::before,
@@ -213,6 +213,10 @@ url("./fonts/qweather-icons.ttf?809ab8e56778bb1e55a8b84712e45cff") format("truet
213213
.qi-1249::before { content: "\f2e1"; }
214214
.qi-1250::before { content: "\f2e2"; }
215215
.qi-1251::before { content: "\f2e3"; }
216+
.qi-1271::before { content: "\f2f6"; }
217+
.qi-1272::before { content: "\f2f7"; }
218+
.qi-1273::before { content: "\f2f8"; }
219+
.qi-1274::before { content: "\f2f9"; }
216220
.qi-1601::before { content: "\f1a1"; }
217221
.qi-1602::before { content: "\f1a2"; }
218222
.qi-1603::before { content: "\f1a3"; }
@@ -690,6 +694,10 @@ url("./fonts/qweather-icons.ttf?809ab8e56778bb1e55a8b84712e45cff") format("truet
690694
.qi-geological-hazard-weather::before { content: "\f2e1"; }
691695
.qi-geological-hazard2::before { content: "\f2e2"; }
692696
.qi-geological-hazard-risk::before { content: "\f2e3"; }
697+
.qi-air-pollution-incident::before { content: "\f2f6"; }
698+
.qi-heavy-air-pollution-2::before { content: "\f2f7"; }
699+
.qi-air-pollution::before { content: "\f2f8"; }
700+
.qi-heavy-pollution-weather-2::before { content: "\f2f9"; }
693701
.qi-very-hot-weather::before { content: "\f1a1"; }
694702
.qi-strong-monsoon-signal::before { content: "\f1a2"; }
695703
.qi-landslip::before { content: "\f1a3"; }

font/qweather-icons.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@
187187
"1249": 62177,
188188
"1250": 62178,
189189
"1251": 62179,
190+
"1271": 62198,
191+
"1272": 62199,
192+
"1273": 62200,
193+
"1274": 62201,
190194
"1601": 61857,
191195
"1602": 61858,
192196
"1603": 61859,
@@ -664,6 +668,10 @@
664668
"geological-hazard-weather": 62177,
665669
"geological-hazard2": 62178,
666670
"geological-hazard-risk": 62179,
671+
"air-pollution-incident": 62198,
672+
"heavy-air-pollution-2": 62199,
673+
"air-pollution": 62200,
674+
"heavy-pollution-weather-2": 62201,
667675
"very-hot-weather": 61857,
668676
"strong-monsoon-signal": 61858,
669677
"landslip": 61859,

icons-list.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,22 @@
999999
"icon_code": "1251",
10001000
"icon_name": "geological-hazard-risk"
10011001
},
1002+
{
1003+
"icon_code": "1271",
1004+
"icon_name": "air-pollution-incident"
1005+
},
1006+
{
1007+
"icon_code": "1272",
1008+
"icon_name": "heavy-air-pollution-2"
1009+
},
1010+
{
1011+
"icon_code": "1273",
1012+
"icon_name": "air-pollution"
1013+
},
1014+
{
1015+
"icon_code": "1274",
1016+
"icon_name": "heavy-pollution-weather-2"
1017+
},
10021018
{
10031019
"icon_code": "1601",
10041020
"icon_name": "very-hot-weather"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qweather-icons",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Open source weather SVG icons and fonts, for QWeather and all developers",
55
"author": "QWeather",
66
"license": "MIT",

0 commit comments

Comments
 (0)