@ruixinkeji/prism-ui 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/README.md +1 -1
  2. package/components/PrismAIAssist/PrismAIAssist.vue +98 -98
  3. package/components/PrismAddressInput/PrismAddressInput.vue +597 -597
  4. package/components/PrismCityCascadeSelect/PrismCityCascadeSelect.vue +793 -793
  5. package/components/PrismCityPicker/PrismCityPicker.vue +1008 -1008
  6. package/components/PrismCitySelect/PrismCitySelect.vue +435 -435
  7. package/components/PrismCode/PrismCode.vue +749 -749
  8. package/components/PrismCodeInput/PrismCodeInput.vue +156 -156
  9. package/components/PrismDateTimePicker/PrismDateTimePicker.vue +953 -953
  10. package/components/PrismDropdown/PrismDropdown.vue +77 -77
  11. package/components/PrismGroupSticky/PrismGroupSticky.vue +352 -352
  12. package/components/PrismIdCardInput/PrismIdCardInput.vue +253 -253
  13. package/components/PrismImagePicker/PrismImagePicker.vue +457 -457
  14. package/components/PrismIndexBar/PrismIndexBar.vue +243 -243
  15. package/components/PrismLicensePlateInput/PrismLicensePlateInput.vue +1100 -1100
  16. package/components/PrismMusicPlayer/PrismMusicPlayer.vue +530 -530
  17. package/components/PrismNavBar/PrismNavBar.vue +199 -199
  18. package/components/PrismSecureInput/PrismSecureInput.vue +360 -360
  19. package/components/PrismSticky/PrismSticky.vue +173 -173
  20. package/components/PrismSwiper/PrismSwiper.vue +338 -338
  21. package/components/PrismSwitch/PrismSwitch.vue +202 -202
  22. package/components/PrismTabBar/PrismTabBar.vue +147 -147
  23. package/components/PrismTabs/PrismTabs.vue +49 -49
  24. package/components/PrismVoiceInput/PrismVoiceInput.vue +529 -529
  25. package/fonts/fa-brands-400.woff2 +0 -0
  26. package/fonts/fa-regular-400.woff2 +0 -0
  27. package/fonts/fa-solid-900.woff2 +0 -0
  28. package/fonts/fa-v4compatibility.woff2 +0 -0
  29. package/fonts/font-awesome.css +913 -0
  30. package/fonts/iconfont.woff2 +0 -0
  31. package/package.json +7 -1
  32. package/store/app.d.ts +21 -0
  33. package/store/app.js +68 -0
  34. package/styles/base.scss +2 -2
@@ -0,0 +1,913 @@
1
+ /* ========== Font Awesome 6 图标字体 ========== */
2
+ /* 使用 OSS 网络字体,兼容所有平台 */
3
+
4
+ @font-face {
5
+ font-family: 'Font Awesome 6 Free';
6
+ font-style: normal;
7
+ font-weight: 400;
8
+ font-display: block;
9
+ src: url('https://ruixinkeji.oss-cn-hangzhou.aliyuncs.com/awesome/font/fa-regular-400.woff2') format('woff2');
10
+ }
11
+
12
+ @font-face {
13
+ font-family: 'Font Awesome 6 Free';
14
+ font-style: normal;
15
+ font-weight: 900;
16
+ font-display: block;
17
+ src: url('https://ruixinkeji.oss-cn-hangzhou.aliyuncs.com/awesome/font/fa-solid-900.woff2') format('woff2');
18
+ }
19
+
20
+ @font-face {
21
+ font-family: 'Font Awesome 6 Brands';
22
+ font-style: normal;
23
+ font-weight: 400;
24
+ font-display: block;
25
+ src: url('https://ruixinkeji.oss-cn-hangzhou.aliyuncs.com/awesome/font/fa-brands-400.woff2') format('woff2');
26
+ }
27
+
28
+ /* Font Awesome 基础类 */
29
+ .fa,
30
+ .fa-solid,
31
+ .fa-regular {
32
+ font-family: 'Font Awesome 6 Free';
33
+ font-style: normal;
34
+ -webkit-font-smoothing: antialiased;
35
+ -moz-osx-font-smoothing: grayscale;
36
+ }
37
+
38
+ .fa-brands,
39
+ .fab {
40
+ font-family: 'Font Awesome 6 Brands';
41
+ font-style: normal;
42
+ font-weight: 400;
43
+ -webkit-font-smoothing: antialiased;
44
+ -moz-osx-font-smoothing: grayscale;
45
+ }
46
+
47
+ .fa,
48
+ .fa-solid {
49
+ font-weight: 900;
50
+ }
51
+
52
+ .fa-regular {
53
+ font-weight: 400;
54
+ }
55
+
56
+ /* ========== 图标 Unicode 定义 ========== */
57
+
58
+ /* 基础操作图标 */
59
+ .fa-sun:before { content: "\f185"; }
60
+ .fa-moon:before { content: "\f186"; }
61
+ .fa-circle-half-stroke:before { content: "\f042"; }
62
+ .fa-bell:before { content: "\f0f3"; }
63
+ .fa-search:before { content: "\f002"; }
64
+ .fa-plus:before { content: "\2b"; }
65
+ .fa-check:before { content: "\f00c"; }
66
+ .fa-times:before { content: "\f00d"; }
67
+ .fa-edit:before { content: "\f044"; }
68
+ .fa-trash:before { content: "\f1f8"; }
69
+ .fa-refresh:before { content: "\f021"; }
70
+ .fa-link:before { content: "\f0c1"; }
71
+ .fa-cube:before { content: "\f1b2"; }
72
+ .fa-keyboard:before { content: "\f11c"; }
73
+ .fa-chart-bar:before { content: "\f080"; }
74
+ .fa-compass:before { content: "\f14e"; }
75
+ .fa-comment-dots:before { content: "\f4ad"; }
76
+ .fa-wand-magic-sparkles:before { content: "\e2ca"; }
77
+ .fa-briefcase:before { content: "\f0b1"; }
78
+ .fa-layer-group:before { content: "\f5fd"; }
79
+ .fa-qrcode:before { content: "\f029"; }
80
+ .fa-camera:before { content: "\f030"; }
81
+ .fa-palette:before { content: "\f53f"; }
82
+ .fa-icons:before { content: "\f86d"; }
83
+
84
+ /* 箭头和方向图标 */
85
+ .fa-angle-right:before { content: "\f105"; }
86
+ .fa-angle-down:before { content: "\f107"; }
87
+ .fa-arrow-trend-up:before { content: "\e098"; }
88
+
89
+ /* 用户相关图标 */
90
+ .fa-user:before { content: "\f007"; }
91
+ .fa-users:before { content: "\f0c0"; }
92
+ .fa-user-plus:before { content: "\f234"; }
93
+ .fa-user-group:before { content: "\f500"; }
94
+
95
+ /* 文件和文件夹图标 */
96
+ .fa-file:before { content: "\f15b"; }
97
+ .fa-file-text:before { content: "\f15c"; }
98
+ .fa-folder:before { content: "\f07b"; }
99
+ .fa-folder-open:before { content: "\f07c"; }
100
+ .fa-folder-tree:before { content: "\f802"; }
101
+
102
+ /* 时间和日历图标 */
103
+ .fa-calendar:before { content: "\f133"; }
104
+ .fa-clock:before { content: "\f017"; }
105
+
106
+ /* 导航和界面图标 */
107
+ .fa-home:before { content: "\f015"; }
108
+ .fa-cog:before { content: "\f013"; }
109
+ .fa-comment:before { content: "\f075"; }
110
+ .fa-info-circle:before { content: "\f05a"; }
111
+ .fa-mobile-screen:before { content: "\f3cf"; }
112
+
113
+ /* 状态和提示图标 */
114
+ .fa-shield-halved:before { content: "\f3ed"; }
115
+ .fa-circle-check:before { content: "\f058"; }
116
+ .fa-circle-xmark:before { content: "\f057"; }
117
+ .fa-triangle-exclamation:before { content: "\f071"; }
118
+
119
+ /* 图表和统计图标 */
120
+ .fa-chart-pie:before { content: "\f200"; }
121
+ .fa-chart-line:before { content: "\f201"; }
122
+ .fa-list-check:before { content: "\f0ae"; }
123
+ .fa-clipboard-list:before { content: "\f46d"; }
124
+ .fa-address-book:before { content: "\f2b9"; }
125
+
126
+ /* VIP和会员相关图标 */
127
+ .fa-crown:before { content: "\f521"; }
128
+ .fa-gem:before { content: "\f3a5"; }
129
+ .fa-building:before { content: "\f1ad"; }
130
+ .fa-infinity:before { content: "\f534"; }
131
+ .fa-database:before { content: "\f1c0"; }
132
+ .fa-cloud:before { content: "\f0c2"; }
133
+ .fa-hard-drive:before { content: "\f0a0"; }
134
+
135
+ /* 营销和促销图标 */
136
+ .fa-gift:before { content: "\f06b"; }
137
+ .fa-tags:before { content: "\f02c"; }
138
+ .fa-tag:before { content: "\f02b"; }
139
+ .fa-percent:before { content: "\25"; }
140
+ .fa-ticket:before { content: "\f145"; }
141
+ .fa-award:before { content: "\f559"; }
142
+ .fa-trophy:before { content: "\f091"; }
143
+ .fa-medal:before { content: "\f5a2"; }
144
+ .fa-star:before { content: "\f005"; }
145
+ .fa-star-half:before { content: "\f089"; }
146
+ .fa-heart:before { content: "\f004"; }
147
+ .fa-thumbs-up:before { content: "\f164"; }
148
+ .fa-thumbs-down:before { content: "\f165"; }
149
+ .fa-fire:before { content: "\f06d"; }
150
+ .fa-bolt:before { content: "\f0e7"; }
151
+
152
+ /* 更多箭头和方向图标 */
153
+ .fa-angle-left:before { content: "\f104"; }
154
+ .fa-angle-up:before { content: "\f106"; }
155
+ .fa-angles-left:before { content: "\f100"; }
156
+ .fa-angles-right:before { content: "\f101"; }
157
+ .fa-angles-up:before { content: "\f102"; }
158
+ .fa-angles-down:before { content: "\f103"; }
159
+ .fa-arrow-left:before { content: "\f060"; }
160
+ .fa-arrow-right:before { content: "\f061"; }
161
+ .fa-arrow-up:before { content: "\f062"; }
162
+ .fa-arrow-down:before { content: "\f063"; }
163
+ .fa-arrow-rotate-right:before { content: "\f01e"; }
164
+ .fa-arrow-rotate-left:before { content: "\f0e2"; }
165
+ .fa-rotate-right:before { content: "\f2f9"; }
166
+ .fa-rotate-left:before { content: "\f2ea"; }
167
+ .fa-chevron-left:before { content: "\f053"; }
168
+ .fa-chevron-right:before { content: "\f054"; }
169
+ .fa-chevron-up:before { content: "\f077"; }
170
+ .fa-chevron-down:before { content: "\f078"; }
171
+ .fa-caret-left:before { content: "\f0d9"; }
172
+ .fa-caret-right:before { content: "\f0da"; }
173
+ .fa-caret-up:before { content: "\f0d8"; }
174
+ .fa-caret-down:before { content: "\f0d7"; }
175
+ .fa-arrow-up-right-from-square:before { content: "\f08e"; }
176
+ .fa-up-right-from-square:before { content: "\f08e"; }
177
+ .fa-external-link:before { content: "\f08e"; }
178
+ .fa-sort:before { content: "\f0dc"; }
179
+ .fa-sort-up:before { content: "\f0de"; }
180
+ .fa-sort-down:before { content: "\f0dd"; }
181
+
182
+ /* 购物和电商图标 */
183
+ .fa-cart-shopping:before { content: "\f07a"; }
184
+ .fa-shopping-cart:before { content: "\f07a"; }
185
+ .fa-bag-shopping:before { content: "\f290"; }
186
+ .fa-basket-shopping:before { content: "\f291"; }
187
+ .fa-store:before { content: "\f54e"; }
188
+ .fa-shop:before { content: "\f54f"; }
189
+ .fa-receipt:before { content: "\f543"; }
190
+ .fa-barcode:before { content: "\f02a"; }
191
+ .fa-qrcode:before { content: "\f029"; }
192
+ .fa-box:before { content: "\f466"; }
193
+ .fa-boxes-stacked:before { content: "\f468"; }
194
+ .fa-truck:before { content: "\f0d1"; }
195
+ .fa-truck-fast:before { content: "\f48b"; }
196
+
197
+ /* 支付和金融图标 */
198
+ .fa-credit-card:before { content: "\f09d"; }
199
+ .fa-wallet:before { content: "\f555"; }
200
+ .fa-money-bill:before { content: "\f0d6"; }
201
+ .fa-money-bill-wave:before { content: "\f53a"; }
202
+ .fa-coins:before { content: "\f51e"; }
203
+ .fa-piggy-bank:before { content: "\f4d3"; }
204
+ .fa-landmark:before { content: "\f66f"; }
205
+ .fa-sack-dollar:before { content: "\f81d"; }
206
+ .fa-hand-holding-dollar:before { content: "\f4c0"; }
207
+ .fa-circle-dollar-to-slot:before { content: "\f4b9"; }
208
+
209
+ /* 通讯和社交图标 */
210
+ .fa-phone:before { content: "\f095"; }
211
+ .fa-phone-volume:before { content: "\f2a0"; }
212
+ .fa-envelope:before { content: "\f0e0"; }
213
+ .fa-envelope-open:before { content: "\f2b6"; }
214
+ .fa-paper-plane:before { content: "\f1d8"; }
215
+ .fa-message:before { content: "\f27a"; }
216
+ .fa-comments:before { content: "\f086"; }
217
+ .fa-share:before { content: "\f064"; }
218
+ .fa-share-nodes:before { content: "\f1e0"; }
219
+ .fa-share-alt:before { content: "\f1e0"; }
220
+ .fa-share-from-square:before { content: "\f14d"; }
221
+ .fa-at:before { content: "\40"; }
222
+ .fa-hashtag:before { content: "\23"; }
223
+ .fa-location-dot:before { content: "\f3c5"; }
224
+ .fa-map-marker:before { content: "\f041"; }
225
+ .fa-map-marker-alt:before { content: "\f3c5"; }
226
+ .fa-map:before { content: "\f279"; }
227
+ .fa-globe:before { content: "\f0ac"; }
228
+ .fa-earth-asia:before { content: "\f57e"; }
229
+
230
+ /* 媒体播放图标 */
231
+ .fa-play:before { content: "\f04b"; }
232
+ .fa-pause:before { content: "\f04c"; }
233
+ .fa-stop:before { content: "\f04d"; }
234
+ .fa-forward:before { content: "\f04e"; }
235
+ .fa-backward:before { content: "\f04a"; }
236
+ .fa-forward-step:before { content: "\f051"; }
237
+ .fa-backward-step:before { content: "\f048"; }
238
+ .fa-volume-high:before { content: "\f028"; }
239
+ .fa-volume-low:before { content: "\f027"; }
240
+ .fa-volume-off:before { content: "\f026"; }
241
+ .fa-volume-xmark:before { content: "\f6a9"; }
242
+ .fa-music:before { content: "\f001"; }
243
+ .fa-video:before { content: "\f03d"; }
244
+ .fa-film:before { content: "\f008"; }
245
+ .fa-image:before { content: "\f03e"; }
246
+ .fa-images:before { content: "\f302"; }
247
+ .fa-camera:before { content: "\f030"; }
248
+ .fa-camera-retro:before { content: "\f083"; }
249
+ .fa-microphone:before { content: "\f130"; }
250
+ .fa-microphone-slash:before { content: "\f131"; }
251
+ .fa-headphones:before { content: "\f025"; }
252
+
253
+ /* 设备和技术图标 */
254
+ .fa-desktop:before { content: "\f390"; }
255
+ .fa-laptop:before { content: "\f109"; }
256
+ .fa-tablet:before { content: "\f3fa"; }
257
+ .fa-mobile:before { content: "\f3ce"; }
258
+ .fa-mobile-alt:before { content: "\f3cd"; }
259
+ .fa-mouse:before { content: "\f8cc"; }
260
+ .fa-print:before { content: "\f02f"; }
261
+ .fa-wifi:before { content: "\f1eb"; }
262
+ .fa-bluetooth:before { content: "\f293"; }
263
+ .fa-signal:before { content: "\f012"; }
264
+ .fa-battery-full:before { content: "\f240"; }
265
+ .fa-battery-half:before { content: "\f242"; }
266
+ .fa-battery-empty:before { content: "\f244"; }
267
+ .fa-plug:before { content: "\f1e6"; }
268
+ .fa-power-off:before { content: "\f011"; }
269
+ .fa-server:before { content: "\f233"; }
270
+ .fa-network-wired:before { content: "\f6ff"; }
271
+ .fa-code:before { content: "\f121"; }
272
+ .fa-terminal:before { content: "\f120"; }
273
+ .fa-bug:before { content: "\f188"; }
274
+ .fa-robot:before { content: "\f544"; }
275
+
276
+ /* 安全和隐私图标 */
277
+ .fa-lock:before { content: "\f023"; }
278
+ .fa-unlock:before { content: "\f09c"; }
279
+ .fa-key:before { content: "\f084"; }
280
+ .fa-shield:before { content: "\f132"; }
281
+ .fa-user-shield:before { content: "\f505"; }
282
+ .fa-eye:before { content: "\f06e"; }
283
+ .fa-eye-slash:before { content: "\f070"; }
284
+ .fa-fingerprint:before { content: "\f577"; }
285
+ .fa-id-card:before { content: "\f2c2"; }
286
+ .fa-id-badge:before { content: "\f2c1"; }
287
+ .fa-passport:before { content: "\f5ab"; }
288
+
289
+ /* 更多状态和提示图标 */
290
+ .fa-circle-info:before { content: "\f05a"; }
291
+ .fa-circle-question:before { content: "\f059"; }
292
+ .fa-circle-exclamation:before { content: "\f06a"; }
293
+ .fa-exclamation:before { content: "\21"; }
294
+ .fa-question:before { content: "\3f"; }
295
+ .fa-ban:before { content: "\f05e"; }
296
+ .fa-xmark:before { content: "\f00d"; }
297
+ .fa-minus:before { content: "\f068"; }
298
+ .fa-equals:before { content: "\3d"; }
299
+ .fa-spinner:before { content: "\f110"; }
300
+ .fa-circle-notch:before { content: "\f1ce"; }
301
+ .fa-hourglass:before { content: "\f254"; }
302
+ .fa-hourglass-half:before { content: "\f252"; }
303
+
304
+ /* 文档和编辑图标 */
305
+ .fa-pen:before { content: "\f304"; }
306
+ .fa-pen-to-square:before { content: "\f044"; }
307
+ .fa-pencil:before { content: "\f303"; }
308
+ .fa-eraser:before { content: "\f12d"; }
309
+ .fa-copy:before { content: "\f0c5"; }
310
+ .fa-paste:before { content: "\f0ea"; }
311
+ .fa-scissors:before { content: "\f0c4"; }
312
+ .fa-paperclip:before { content: "\f0c6"; }
313
+ .fa-bookmark:before { content: "\f02e"; }
314
+ .fa-book:before { content: "\f02d"; }
315
+ .fa-book-open:before { content: "\f518"; }
316
+ .fa-newspaper:before { content: "\f1ea"; }
317
+ .fa-file-pdf:before { content: "\f1c1"; }
318
+ .fa-file-word:before { content: "\f1c2"; }
319
+ .fa-file-excel:before { content: "\f1c3"; }
320
+ .fa-file-powerpoint:before { content: "\f1c4"; }
321
+ .fa-file-image:before { content: "\f1c5"; }
322
+ .fa-file-video:before { content: "\f1c8"; }
323
+ .fa-file-audio:before { content: "\f1c7"; }
324
+ .fa-file-code:before { content: "\f1c9"; }
325
+ .fa-file-zipper:before { content: "\f1c6"; }
326
+ .fa-file-lines:before { content: "\f15c"; }
327
+ .fa-file-arrow-up:before { content: "\f574"; }
328
+ .fa-file-arrow-down:before { content: "\f56d"; }
329
+ .fa-file-export:before { content: "\f56e"; }
330
+ .fa-file-import:before { content: "\f56f"; }
331
+ .fa-download:before { content: "\f019"; }
332
+ .fa-upload:before { content: "\f093"; }
333
+ .fa-cloud-arrow-up:before { content: "\f0ee"; }
334
+ .fa-cloud-arrow-down:before { content: "\f0ed"; }
335
+
336
+ /* 列表和布局图标 */
337
+ .fa-list:before { content: "\f03a"; }
338
+ .fa-list-ul:before { content: "\f0ca"; }
339
+ .fa-list-ol:before { content: "\f0cb"; }
340
+ .fa-table:before { content: "\f0ce"; }
341
+ .fa-table-cells:before { content: "\f00a"; }
342
+ .fa-table-columns:before { content: "\f0db"; }
343
+ .fa-grip:before { content: "\f58d"; }
344
+ .fa-grip-vertical:before { content: "\f58e"; }
345
+ .fa-bars:before { content: "\f0c9"; }
346
+ .fa-ellipsis:before { content: "\f141"; }
347
+ .fa-ellipsis-vertical:before { content: "\f142"; }
348
+ .fa-ellipsis-v:before { content: "\f142"; }
349
+ .fa-filter:before { content: "\f0b0"; }
350
+ .fa-magnifying-glass:before { content: "\f002"; }
351
+ .fa-magnifying-glass-plus:before { content: "\f00e"; }
352
+ .fa-magnifying-glass-minus:before { content: "\f010"; }
353
+ .fa-expand:before { content: "\f065"; }
354
+ .fa-compress:before { content: "\f066"; }
355
+ .fa-maximize:before { content: "\f31e"; }
356
+ .fa-minimize:before { content: "\f78c"; }
357
+
358
+ /* 更多图表图标 */
359
+ .fa-chart-column:before { content: "\e0e3"; }
360
+ .fa-chart-area:before { content: "\f1fe"; }
361
+ .fa-chart-simple:before { content: "\e473"; }
362
+ .fa-square-poll-vertical:before { content: "\f681"; }
363
+ .fa-ranking-star:before { content: "\e561"; }
364
+
365
+ /* 天气和自然图标 */
366
+ .fa-cloud-sun:before { content: "\f6c4"; }
367
+ .fa-cloud-moon:before { content: "\f6c3"; }
368
+ .fa-cloud-rain:before { content: "\f73d"; }
369
+ .fa-snowflake:before { content: "\f2dc"; }
370
+ .fa-temperature-high:before { content: "\f769"; }
371
+ .fa-temperature-low:before { content: "\f76b"; }
372
+ .fa-wind:before { content: "\f72e"; }
373
+ .fa-umbrella:before { content: "\f0e9"; }
374
+ .fa-leaf:before { content: "\f06c"; }
375
+ .fa-tree:before { content: "\f1bb"; }
376
+ .fa-seedling:before { content: "\f4d8"; }
377
+ .fa-mountain:before { content: "\f6fc"; }
378
+ .fa-water:before { content: "\f773"; }
379
+
380
+ /* 交通和出行图标 */
381
+ .fa-car:before { content: "\f1b9"; }
382
+ .fa-bus:before { content: "\f207"; }
383
+ .fa-train:before { content: "\f238"; }
384
+ .fa-plane:before { content: "\f072"; }
385
+ .fa-ship:before { content: "\f21a"; }
386
+ .fa-bicycle:before { content: "\f206"; }
387
+ .fa-motorcycle:before { content: "\f21c"; }
388
+ .fa-taxi:before { content: "\f1ba"; }
389
+ .fa-gas-pump:before { content: "\f52f"; }
390
+ .fa-road:before { content: "\f018"; }
391
+ .fa-route:before { content: "\f4d7"; }
392
+ .fa-location-arrow:before { content: "\f124"; }
393
+ .fa-location-crosshairs:before { content: "\f601"; }
394
+
395
+ /* 建筑和场所图标 */
396
+ .fa-house:before { content: "\f015"; }
397
+ .fa-building-columns:before { content: "\f19c"; }
398
+ .fa-hospital:before { content: "\f0f8"; }
399
+ .fa-school:before { content: "\f549"; }
400
+ .fa-hotel:before { content: "\f594"; }
401
+ .fa-warehouse:before { content: "\f494"; }
402
+ .fa-industry:before { content: "\f275"; }
403
+ .fa-city:before { content: "\f64f"; }
404
+
405
+ /* 食物和餐饮图标 */
406
+ .fa-utensils:before { content: "\f2e7"; }
407
+ .fa-mug-hot:before { content: "\f7b6"; }
408
+ .fa-wine-glass:before { content: "\f4e3"; }
409
+ .fa-beer-mug-empty:before { content: "\f0fc"; }
410
+ .fa-pizza-slice:before { content: "\f818"; }
411
+ .fa-burger:before { content: "\f805"; }
412
+ .fa-ice-cream:before { content: "\f810"; }
413
+ .fa-cake-candles:before { content: "\f1fd"; }
414
+ .fa-apple-whole:before { content: "\f5d1"; }
415
+
416
+ /* 健康和医疗图标 */
417
+ .fa-heart-pulse:before { content: "\f21e"; }
418
+ .fa-stethoscope:before { content: "\f0f1"; }
419
+ .fa-syringe:before { content: "\f48e"; }
420
+ .fa-pills:before { content: "\f484"; }
421
+ .fa-capsules:before { content: "\f46b"; }
422
+ .fa-prescription-bottle:before { content: "\f485"; }
423
+ .fa-bandage:before { content: "\f462"; }
424
+ .fa-kit-medical:before { content: "\f479"; }
425
+ .fa-dna:before { content: "\f471"; }
426
+ .fa-virus:before { content: "\e074"; }
427
+ .fa-hand-holding-heart:before { content: "\f4be"; }
428
+
429
+ /* 教育和学习图标 */
430
+ .fa-graduation-cap:before { content: "\f19d"; }
431
+ .fa-chalkboard:before { content: "\f51b"; }
432
+ .fa-chalkboard-user:before { content: "\f51c"; }
433
+ .fa-book-bookmark:before { content: "\e0bb"; }
434
+ .fa-pen-ruler:before { content: "\f5ae"; }
435
+ .fa-calculator:before { content: "\f1ec"; }
436
+ .fa-flask:before { content: "\f0c3"; }
437
+ .fa-atom:before { content: "\f5d2"; }
438
+ .fa-microscope:before { content: "\f610"; }
439
+ .fa-brain:before { content: "\f5dc"; }
440
+ .fa-lightbulb:before { content: "\f0eb"; }
441
+ .fa-puzzle-piece:before { content: "\f12e"; }
442
+
443
+ /* 工具图标 */
444
+ .fa-wrench:before { content: "\f0ad"; }
445
+ .fa-screwdriver:before { content: "\f54a"; }
446
+ .fa-hammer:before { content: "\f6e3"; }
447
+ .fa-screwdriver-wrench:before { content: "\f7d9"; }
448
+ .fa-toolbox:before { content: "\f552"; }
449
+ .fa-gear:before { content: "\f013"; }
450
+ .fa-gears:before { content: "\f085"; }
451
+ .fa-sliders:before { content: "\f1de"; }
452
+
453
+ /* 手势图标 */
454
+ .fa-hand:before { content: "\f256"; }
455
+ .fa-hand-pointer:before { content: "\f25a"; }
456
+ .fa-hand-point-up:before { content: "\f0a6"; }
457
+ .fa-hand-point-down:before { content: "\f0a7"; }
458
+ .fa-hand-point-left:before { content: "\f0a5"; }
459
+ .fa-hand-point-right:before { content: "\f0a4"; }
460
+ .fa-hands-clapping:before { content: "\e1a8"; }
461
+
462
+ /* 表情图标 */
463
+ .fa-face-smile:before { content: "\f118"; }
464
+ .fa-face-meh:before { content: "\f11a"; }
465
+ .fa-face-frown:before { content: "\f119"; }
466
+ .fa-face-laugh:before { content: "\f599"; }
467
+ .fa-face-sad-tear:before { content: "\f5b4"; }
468
+ .fa-face-angry:before { content: "\f556"; }
469
+ .fa-face-surprise:before { content: "\f5c2"; }
470
+
471
+ /* 其他常用图标 */
472
+ .fa-circle:before { content: "\f111"; }
473
+ .fa-square:before { content: "\f0c8"; }
474
+ .fa-rectangle:before { content: "\f2fa"; }
475
+ .fa-diamond:before { content: "\f219"; }
476
+ .fa-certificate:before { content: "\f0a3"; }
477
+ .fa-flag:before { content: "\f024"; }
478
+ .fa-bookmark:before { content: "\f02e"; }
479
+ .fa-quote-left:before { content: "\f10d"; }
480
+ .fa-quote-right:before { content: "\f10e"; }
481
+ .fa-copyright:before { content: "\f1f9"; }
482
+ .fa-registered:before { content: "\f25d"; }
483
+ .fa-trademark:before { content: "\f25c"; }
484
+ .fa-recycle:before { content: "\f1b8"; }
485
+ .fa-trash-can:before { content: "\f2ed"; }
486
+ .fa-broom:before { content: "\f51a"; }
487
+ .fa-magnet:before { content: "\f076"; }
488
+ .fa-anchor:before { content: "\f13d"; }
489
+ .fa-rocket:before { content: "\f135"; }
490
+ .fa-satellite:before { content: "\f7bf"; }
491
+ .fa-space-shuttle:before { content: "\f197"; }
492
+ .fa-parachute-box:before { content: "\f4cd"; }
493
+ .fa-dice:before { content: "\f522"; }
494
+ .fa-gamepad:before { content: "\f11b"; }
495
+ .fa-chess:before { content: "\f439"; }
496
+ .fa-brush:before { content: "\f55d"; }
497
+ .fa-paint-roller:before { content: "\f5aa"; }
498
+ .fa-fill-drip:before { content: "\f576"; }
499
+ .fa-swatchbook:before { content: "\f5c3"; }
500
+ .fa-magic:before { content: "\f0d0"; }
501
+ .fa-hat-wizard:before { content: "\f6e8"; }
502
+ .fa-ghost:before { content: "\f6e2"; }
503
+ .fa-skull:before { content: "\f54c"; }
504
+ .fa-paw:before { content: "\f1b0"; }
505
+ .fa-cat:before { content: "\f6be"; }
506
+ .fa-dog:before { content: "\f6d3"; }
507
+ .fa-fish:before { content: "\f578"; }
508
+ .fa-dove:before { content: "\f4ba"; }
509
+ .fa-feather:before { content: "\f52d"; }
510
+ .fa-hippo:before { content: "\f6ed"; }
511
+ .fa-dragon:before { content: "\f6d5"; }
512
+ .fa-spider:before { content: "\f717"; }
513
+ .fa-otter:before { content: "\f700"; }
514
+ .fa-kiwi-bird:before { content: "\f535"; }
515
+ .fa-crow:before { content: "\f520"; }
516
+ .fa-frog:before { content: "\f52e"; }
517
+ .fa-horse:before { content: "\f6f0"; }
518
+
519
+ /* 扩展用户图标 */
520
+ .fa-user-gear:before { content: "\f4fe"; }
521
+ .fa-user-cog:before { content: "\f4fe"; }
522
+ .fa-user-check:before { content: "\f4fc"; }
523
+ .fa-user-tag:before { content: "\f507"; }
524
+ .fa-user-minus:before { content: "\f503"; }
525
+ .fa-user-edit:before { content: "\f4ff"; }
526
+ .fa-user-pen:before { content: "\f4ff"; }
527
+ .fa-user-lock:before { content: "\f502"; }
528
+ .fa-user-slash:before { content: "\f506"; }
529
+ .fa-user-clock:before { content: "\f4fd"; }
530
+ .fa-user-doctor:before { content: "\f0f0"; }
531
+ .fa-user-nurse:before { content: "\f82f"; }
532
+ .fa-user-graduate:before { content: "\f501"; }
533
+ .fa-user-tie:before { content: "\f508"; }
534
+ .fa-user-secret:before { content: "\f21b"; }
535
+ .fa-user-astronaut:before { content: "\f4fb"; }
536
+ .fa-user-ninja:before { content: "\f504"; }
537
+ .fa-users-gear:before { content: "\f509"; }
538
+ .fa-users-cog:before { content: "\f509"; }
539
+
540
+ /* 扩展编辑图标 */
541
+ .fa-cut:before { content: "\f0c4"; }
542
+ .fa-crop:before { content: "\f125"; }
543
+ .fa-crop-simple:before { content: "\f565"; }
544
+ .fa-crop-alt:before { content: "\f565"; }
545
+ .fa-pen-clip:before { content: "\f305"; }
546
+ .fa-pen-alt:before { content: "\f305"; }
547
+ .fa-pen-fancy:before { content: "\f5ac"; }
548
+ .fa-pen-nib:before { content: "\f5ad"; }
549
+ .fa-highlighter:before { content: "\f591"; }
550
+ .fa-marker:before { content: "\f5a1"; }
551
+ .fa-rotate:before { content: "\f2f1"; }
552
+ .fa-rotate-right:before { content: "\f2f9"; }
553
+ .fa-rotate-left:before { content: "\f2ea"; }
554
+ .fa-undo:before { content: "\f0e2"; }
555
+ .fa-redo:before { content: "\f01e"; }
556
+ .fa-reply:before { content: "\f3e5"; }
557
+
558
+ /* 扩展箭头图标 */
559
+ .fa-arrow-up-from-bracket:before { content: "\e09a"; }
560
+ .fa-arrow-down-to-bracket:before { content: "\e094"; }
561
+ .fa-arrow-turn-down:before { content: "\f149"; }
562
+ .fa-arrow-turn-up:before { content: "\f148"; }
563
+ .fa-arrows-rotate:before { content: "\f021"; }
564
+ .fa-arrows-spin:before { content: "\e4bb"; }
565
+ .fa-circle-arrow-left:before { content: "\f0a8"; }
566
+ .fa-circle-arrow-right:before { content: "\f0a9"; }
567
+ .fa-circle-arrow-up:before { content: "\f0aa"; }
568
+ .fa-circle-arrow-down:before { content: "\f0ab"; }
569
+ .fa-arrow-up-long:before { content: "\f176"; }
570
+ .fa-arrow-down-long:before { content: "\f175"; }
571
+ .fa-arrow-left-long:before { content: "\f177"; }
572
+ .fa-arrow-right-long:before { content: "\f178"; }
573
+
574
+ /* 扩展文件图标 */
575
+ .fa-file-circle-plus:before { content: "\e494"; }
576
+ .fa-file-circle-minus:before { content: "\e4ed"; }
577
+ .fa-file-circle-check:before { content: "\e5a0"; }
578
+ .fa-file-circle-xmark:before { content: "\e5a1"; }
579
+ .fa-file-csv:before { content: "\f6dd"; }
580
+ .fa-file-medical:before { content: "\f477"; }
581
+ .fa-file-prescription:before { content: "\f572"; }
582
+ .fa-file-signature:before { content: "\f573"; }
583
+ .fa-file-contract:before { content: "\f56c"; }
584
+ .fa-file-invoice:before { content: "\f570"; }
585
+ .fa-file-invoice-dollar:before { content: "\f571"; }
586
+ .fa-files:before { content: "\e178"; }
587
+ .fa-folder-plus:before { content: "\f65e"; }
588
+ .fa-folder-minus:before { content: "\f65d"; }
589
+ .fa-folder-closed:before { content: "\e185"; }
590
+
591
+ /* 扩展通讯图标 */
592
+ .fa-comment-sms:before { content: "\f7cd"; }
593
+ .fa-sms:before { content: "\f7cd"; }
594
+ .fa-comments-dollar:before { content: "\f653"; }
595
+ .fa-inbox:before { content: "\f01c"; }
596
+ .fa-voicemail:before { content: "\f897"; }
597
+ .fa-square-phone:before { content: "\f098"; }
598
+ .fa-phone-slash:before { content: "\f3dd"; }
599
+ .fa-phone-flip:before { content: "\f879"; }
600
+ .fa-fax:before { content: "\f1ac"; }
601
+
602
+ /* 扩展状态和提示图标 */
603
+ .fa-circle-plus:before { content: "\f055"; }
604
+ .fa-circle-minus:before { content: "\f056"; }
605
+ .fa-square-check:before { content: "\f14a"; }
606
+ .fa-square-xmark:before { content: "\f2d3"; }
607
+ .fa-square-plus:before { content: "\f0fe"; }
608
+ .fa-square-minus:before { content: "\f146"; }
609
+ .fa-octagon-exclamation:before { content: "\e204"; }
610
+ .fa-hexagon-exclamation:before { content: "\e417"; }
611
+ .fa-triangle-exclamation-alt:before { content: "\f071"; }
612
+ .fa-bell-slash:before { content: "\f1f6"; }
613
+ .fa-circle-pause:before { content: "\f28b"; }
614
+ .fa-circle-play:before { content: "\f144"; }
615
+ .fa-circle-stop:before { content: "\f28d"; }
616
+
617
+ /* 扩展图表和数据图标 */
618
+ .fa-chart-gantt:before { content: "\e0e4"; }
619
+ .fa-chart-scatter:before { content: "\f7ee"; }
620
+ .fa-chart-waterfall:before { content: "\e0eb"; }
621
+ .fa-chart-tree-map:before { content: "\e0ea"; }
622
+ .fa-chart-pyramid:before { content: "\e0e9"; }
623
+ .fa-chart-network:before { content: "\f78a"; }
624
+ .fa-chart-mixed:before { content: "\f643"; }
625
+ .fa-diagram-project:before { content: "\f542"; }
626
+ .fa-project-diagram:before { content: "\f542"; }
627
+
628
+ /* 扩展开发和代码图标 */
629
+ .fa-terminal:before { content: "\f120"; }
630
+ .fa-code-branch:before { content: "\f126"; }
631
+ .fa-code-commit:before { content: "\f386"; }
632
+ .fa-code-compare:before { content: "\e13a"; }
633
+ .fa-code-fork:before { content: "\e13b"; }
634
+ .fa-code-merge:before { content: "\f387"; }
635
+ .fa-code-pull-request:before { content: "\e13c"; }
636
+ .fa-laptop-code:before { content: "\f5fc"; }
637
+ .fa-brackets-curly:before { content: "\f7ea"; }
638
+ .fa-file-code:before { content: "\f1c9"; }
639
+ .fa-gitlab:before { content: "\f296"; }
640
+
641
+ /* 扩展商业和支付图标 */
642
+ .fa-money-bill-transfer:before { content: "\e528"; }
643
+ .fa-money-bill-trend-up:before { content: "\e529"; }
644
+ .fa-money-bills:before { content: "\e1f3"; }
645
+ .fa-money-check:before { content: "\f53c"; }
646
+ .fa-money-check-dollar:before { content: "\f53d"; }
647
+ .fa-coins-exchange:before { content: "\e0b4"; }
648
+ .fa-cash-register:before { content: "\f788"; }
649
+ .fa-credit-card-blank:before { content: "\f389"; }
650
+ .fa-calculator-simple:before { content: "\f64c"; }
651
+ .fa-percent-simple:before { content: "\e213"; }
652
+ .fa-dollar-sign:before { content: "\24"; }
653
+ .fa-dollar:before { content: "\24"; }
654
+ .fa-yuan-sign:before { content: "\f157"; }
655
+ .fa-yen-sign:before { content: "\f157"; }
656
+ .fa-euro-sign:before { content: "\f153"; }
657
+ .fa-pound-sign:before { content: "\f154"; }
658
+ .fa-bitcoin-sign:before { content: "\e0b4"; }
659
+
660
+ /* 扩展VIP和会员图标 */
661
+ .fa-crown-alt:before { content: "\f6a1"; }
662
+ .fa-gem-alt:before { content: "\f3a5"; }
663
+ .fa-award-simple:before { content: "\e0ab"; }
664
+ .fa-trophy-alt:before { content: "\f2eb"; }
665
+ .fa-medal-alt:before { content: "\f5a2"; }
666
+ .fa-ribbon:before { content: "\f4d6"; }
667
+ .fa-stars:before { content: "\f762"; }
668
+ .fa-sparkles:before { content: "\f890"; }
669
+
670
+ /* 扩展电商购物图标 */
671
+ .fa-cart-plus:before { content: "\f217"; }
672
+ .fa-cart-arrow-down:before { content: "\f218"; }
673
+ .fa-shop-lock:before { content: "\e4a5"; }
674
+ .fa-shop-slash:before { content: "\e070"; }
675
+ .fa-store-slash:before { content: "\e071"; }
676
+ .fa-barcode-scan:before { content: "\f465"; }
677
+ .fa-box-open:before { content: "\f49e"; }
678
+ .fa-boxes-packing:before { content: "\e4c7"; }
679
+ .fa-truck-ramp-box:before { content: "\f4de"; }
680
+
681
+ /* 扩展营销促销图标 */
682
+ .fa-ticket-simple:before { content: "\f3ff"; }
683
+ .fa-ticket-alt:before { content: "\f3ff"; }
684
+ .fa-bullhorn:before { content: "\f0a1"; }
685
+ .fa-megaphone:before { content: "\f675"; }
686
+ .fa-ad:before { content: "\f641"; }
687
+ .fa-rectangle-ad:before { content: "\f641"; }
688
+ .fa-gift-card:before { content: "\f663"; }
689
+ .fa-gifts:before { content: "\f79c"; }
690
+
691
+ /* 扩展时间和日历图标 */
692
+ .fa-calendar-days:before { content: "\f073"; }
693
+ .fa-calendar-week:before { content: "\f784"; }
694
+ .fa-calendar-check:before { content: "\f274"; }
695
+ .fa-calendar-xmark:before { content: "\f273"; }
696
+ .fa-calendar-plus:before { content: "\f271"; }
697
+ .fa-calendar-minus:before { content: "\f272"; }
698
+ .fa-timer:before { content: "\e29e"; }
699
+ .fa-alarm-clock:before { content: "\f34e"; }
700
+ .fa-stopwatch:before { content: "\f2f2"; }
701
+ .fa-stopwatch-20:before { content: "\e06f"; }
702
+ .fa-clock-rotate-left:before { content: "\f1da"; }
703
+ .fa-history:before { content: "\f1da"; }
704
+
705
+ /* 扩展导航和界面图标 */
706
+ .fa-house-chimney:before { content: "\e3af"; }
707
+ .fa-house-user:before { content: "\e065"; }
708
+ .fa-bars-staggered:before { content: "\f550"; }
709
+ .fa-bars-filter:before { content: "\e0ad"; }
710
+ .fa-filter-circle-xmark:before { content: "\e17b"; }
711
+ .fa-grid:before { content: "\e195"; }
712
+ .fa-grid-2:before { content: "\e196"; }
713
+ .fa-grid-3:before { content: "\e195"; }
714
+ .fa-list-check:before { content: "\f0ae"; }
715
+ .fa-list-radio:before { content: "\e1d0"; }
716
+ .fa-sidebar:before { content: "\e24e"; }
717
+ .fa-sidebar-flip:before { content: "\e24f"; }
718
+ .fa-window-maximize:before { content: "\f2d0"; }
719
+ .fa-window-minimize:before { content: "\f2d1"; }
720
+ .fa-window-restore:before { content: "\f2d2"; }
721
+
722
+ /* 扩展设备和技术图标 */
723
+ .fa-mobile-button:before { content: "\f10b"; }
724
+ .fa-tablet-button:before { content: "\f10a"; }
725
+ .fa-laptop-mobile:before { content: "\f87a"; }
726
+ .fa-computer:before { content: "\e4e5"; }
727
+ .fa-tv:before { content: "\f26c"; }
728
+ .fa-display:before { content: "\e163"; }
729
+ .fa-headset:before { content: "\f590"; }
730
+ .fa-usb-drive:before { content: "\f8e9"; }
731
+ .fa-memory:before { content: "\f538"; }
732
+ .fa-microchip:before { content: "\f2db"; }
733
+ .fa-sim-card:before { content: "\f7c4"; }
734
+ .fa-sd-card:before { content: "\f7c2"; }
735
+ .fa-router:before { content: "\f8da"; }
736
+
737
+ /* 扩展安全和隐私图标 */
738
+ .fa-shield-check:before { content: "\f2f7"; }
739
+ .fa-shield-xmark:before { content: "\e24c"; }
740
+ .fa-shield-exclamation:before { content: "\e247"; }
741
+ .fa-user-shield-alt:before { content: "\f505"; }
742
+ .fa-lock-open:before { content: "\f3c1"; }
743
+ .fa-key-skeleton:before { content: "\f6f3"; }
744
+ .fa-fingerprint-simple:before { content: "\e237"; }
745
+ .fa-eye-low-vision:before { content: "\f2a8"; }
746
+ .fa-eye-dropper:before { content: "\f1fb"; }
747
+
748
+ /* 扩展媒体和播放图标 */
749
+ .fa-play-pause:before { content: "\e22f"; }
750
+ .fa-circle-pause-alt:before { content: "\f28b"; }
751
+ .fa-backward-fast:before { content: "\f049"; }
752
+ .fa-forward-fast:before { content: "\f050"; }
753
+ .fa-volume-xmark-alt:before { content: "\f6a9"; }
754
+ .fa-music-note:before { content: "\f8cf"; }
755
+ .fa-guitar:before { content: "\f7a6"; }
756
+ .fa-drum:before { content: "\f569"; }
757
+ .fa-photo-film:before { content: "\f87c"; }
758
+ .fa-clapperboard:before { content: "\e131"; }
759
+
760
+ /* 扩展天气和自然图标 */
761
+ .fa-cloud-bolt:before { content: "\f76c"; }
762
+ .fa-cloud-showers-heavy:before { content: "\f740"; }
763
+ .fa-cloud-snow:before { content: "\f742"; }
764
+ .fa-poo-storm:before { content: "\f75a"; }
765
+ .fa-rainbow:before { content: "\f75b"; }
766
+ .fa-smog:before { content: "\f75f"; }
767
+ .fa-tornado:before { content: "\f76f"; }
768
+ .fa-volcano:before { content: "\f770"; }
769
+ .fa-droplet:before { content: "\f043"; }
770
+ .fa-tree-deciduous:before { content: "\f400"; }
771
+ .fa-mountains:before { content: "\f6fd"; }
772
+
773
+ /* 扩展交通和出行图标 */
774
+ .fa-car-side:before { content: "\f5e4"; }
775
+ .fa-car-rear:before { content: "\f5de"; }
776
+ .fa-bus-simple:before { content: "\f55e"; }
777
+ .fa-train-subway:before { content: "\f239"; }
778
+ .fa-plane-departure:before { content: "\f5b0"; }
779
+ .fa-plane-arrival:before { content: "\f5af"; }
780
+ .fa-helicopter:before { content: "\f533"; }
781
+ .fa-charging-station:before { content: "\f5e7"; }
782
+ .fa-traffic-light:before { content: "\f637"; }
783
+ .fa-road-barrier:before { content: "\e562"; }
784
+ .fa-map-location:before { content: "\f59f"; }
785
+ .fa-map-location-dot:before { content: "\f5a0"; }
786
+ .fa-location-crosshairs:before { content: "\f601"; }
787
+ .fa-location-pin:before { content: "\f041"; }
788
+
789
+ /* 扩展建筑和场所图标 */
790
+ .fa-building-user:before { content: "\e4da"; }
791
+ .fa-building-lock:before { content: "\e4d6"; }
792
+ .fa-building-shield:before { content: "\e4d8"; }
793
+ .fa-house-building:before { content: "\e1b1"; }
794
+ .fa-house-lock:before { content: "\e510"; }
795
+ .fa-school-flag:before { content: "\e56e"; }
796
+ .fa-store-alt:before { content: "\e54f"; }
797
+ .fa-warehouse-full:before { content: "\f495"; }
798
+
799
+ /* 扩展食物和餐饮图标 */
800
+ .fa-plate-utensils:before { content: "\e43b"; }
801
+ .fa-fork-knife:before { content: "\f2e6"; }
802
+ .fa-coffee:before { content: "\f0f4"; }
803
+ .fa-mug-saucer:before { content: "\f0f4"; }
804
+ .fa-bottle-water:before { content: "\e4c5"; }
805
+ .fa-martini-glass:before { content: "\f57b"; }
806
+ .fa-champagne-glasses:before { content: "\f79f"; }
807
+ .fa-cookie:before { content: "\f563"; }
808
+ .fa-candy-cane:before { content: "\f786"; }
809
+
810
+ /* 扩展其他图标 */
811
+ .fa-box-archive:before { content: "\f187"; }
812
+ .fa-boxes-alt:before { content: "\f468"; }
813
+ .fa-layer-plus:before { content: "\f5ff"; }
814
+ .fa-layer-minus:before { content: "\f5fe"; }
815
+ .fa-clone:before { content: "\f24d"; }
816
+ .fa-object-group:before { content: "\f247"; }
817
+ .fa-object-ungroup:before { content: "\f248"; }
818
+ .fa-wand-sparkles:before { content: "\f72b"; }
819
+ .fa-fingerprint-lock:before { content: "\e6f8"; }
820
+ .fa-bezier-curve:before { content: "\f55b"; }
821
+ .fa-vector-square:before { content: "\f5cb"; }
822
+ .fa-circle-nodes:before { content: "\e4e2"; }
823
+ .fa-spinner:before { content: "\f110"; }
824
+ .fa-circle-notch:before { content: "\f1ce"; }
825
+ .fa-snowflake-droplets:before { content: "\e5c1"; }
826
+
827
+ /* 品牌图标别名 (需要 Brands 字体) */
828
+ .fa-weixin:before { content: "\f1d7"; }
829
+ .fa-wechat:before { content: "\f1d7"; }
830
+ .fa-alipay:before { content: "\f642"; }
831
+ .fa-qq:before { content: "\f1d6"; }
832
+ .fa-weibo:before { content: "\f18a"; }
833
+ .fa-apple:before { content: "\f179"; }
834
+ .fa-android:before { content: "\f17b"; }
835
+ .fa-windows:before { content: "\f17a"; }
836
+ .fa-linux:before { content: "\f17c"; }
837
+ .fa-github:before { content: "\f09b"; }
838
+ .fa-google:before { content: "\f1a0"; }
839
+ .fa-facebook:before { content: "\f09a"; }
840
+ .fa-twitter:before { content: "\f099"; }
841
+ .fa-instagram:before { content: "\f16d"; }
842
+ .fa-youtube:before { content: "\f167"; }
843
+ .fa-tiktok:before { content: "\e07b"; }
844
+ .fa-linkedin:before { content: "\f08c"; }
845
+ .fa-whatsapp:before { content: "\f232"; }
846
+ .fa-telegram:before { content: "\f2c6"; }
847
+ .fa-discord:before { content: "\f392"; }
848
+ .fa-slack:before { content: "\f198"; }
849
+ .fa-skype:before { content: "\f17e"; }
850
+ .fa-paypal:before { content: "\f1ed"; }
851
+ .fa-stripe:before { content: "\f429"; }
852
+ .fa-amazon:before { content: "\f270"; }
853
+ .fa-spotify:before { content: "\f1bc"; }
854
+ .fa-steam:before { content: "\f1b6"; }
855
+ .fa-twitch:before { content: "\f1e8"; }
856
+ .fa-reddit:before { content: "\f1a1"; }
857
+ .fa-pinterest:before { content: "\f0d2"; }
858
+ .fa-snapchat:before { content: "\f2ab"; }
859
+ .fa-dribbble:before { content: "\f17d"; }
860
+ .fa-behance:before { content: "\f1b4"; }
861
+ .fa-figma:before { content: "\f799"; }
862
+ .fa-sketch:before { content: "\f7c6"; }
863
+ .fa-npm:before { content: "\f3d4"; }
864
+ .fa-node-js:before { content: "\f3d3"; }
865
+ .fa-python:before { content: "\f3e2"; }
866
+ .fa-java:before { content: "\f4e4"; }
867
+ .fa-php:before { content: "\f457"; }
868
+ .fa-html5:before { content: "\f13b"; }
869
+ .fa-css3:before { content: "\f13c"; }
870
+ .fa-js:before { content: "\f3b8"; }
871
+ .fa-react:before { content: "\f41b"; }
872
+ .fa-vuejs:before { content: "\f41f"; }
873
+ .fa-angular:before { content: "\f420"; }
874
+ .fa-sass:before { content: "\f41e"; }
875
+ .fa-less:before { content: "\f41d"; }
876
+ .fa-bootstrap:before { content: "\f836"; }
877
+ .fa-docker:before { content: "\f395"; }
878
+ .fa-aws:before { content: "\f375"; }
879
+ .fa-chrome:before { content: "\f268"; }
880
+ .fa-firefox:before { content: "\f269"; }
881
+ .fa-safari:before { content: "\f267"; }
882
+ .fa-edge:before { content: "\f282"; }
883
+ .fa-opera:before { content: "\f26a"; }
884
+ .fa-app-store:before { content: "\f36f"; }
885
+ .fa-google-play:before { content: "\f3ab"; }
886
+
887
+ /* Font Awesome 5 旧名称别名 (兼容性) */
888
+ .fa-archive:before { content: "\f187"; }
889
+ .fa-check-circle:before { content: "\f058"; }
890
+ .fa-check-square:before { content: "\f14a"; }
891
+ .fa-close:before { content: "\f00d"; }
892
+ .fa-cloud-upload:before { content: "\f0ee"; }
893
+ .fa-cogs:before { content: "\f085"; }
894
+ .fa-ellipsis-h:before { content: "\f141"; }
895
+ .fa-exclamation-circle:before { content: "\f06a"; }
896
+ .fa-exclamation-triangle:before { content: "\f071"; }
897
+ .fa-file-alt:before { content: "\f15c"; }
898
+ .fa-file-archive:before { content: "\f1c6"; }
899
+ .fa-question-circle:before { content: "\f059"; }
900
+ .fa-tasks:before { content: "\f0ae"; }
901
+ .fa-times-circle:before { content: "\f057"; }
902
+ .fa-volume-up:before { content: "\f028"; }
903
+ .fa-save:before { content: "\f0c7"; }
904
+ .fa-sign-out-alt:before { content: "\f2f5"; }
905
+ .fa-clipboard:before { content: "\f328"; }
906
+ .fa-clipboard-check:before { content: "\f46c"; }
907
+ .fa-sticky-note:before { content: "\f249"; }
908
+ .fa-th-large:before { content: "\f009"; }
909
+ .fa-exchange-alt:before { content: "\f362"; }
910
+ .fa-font:before { content: "\f031"; }
911
+ .fa-drafting-compass:before { content: "\f568"; }
912
+ .fa-hard-hat:before { content: "\f807"; }
913
+ .fa-circle-dot:before { content: "\f192"; }