diff --git a/src/demo/example/fontAwesomeIcon/index.vue b/src/demo/example/fontAwesomeIcon/index.vue
index a946f68..601ccab 100644
--- a/src/demo/example/fontAwesomeIcon/index.vue
+++ b/src/demo/example/fontAwesomeIcon/index.vue
@@ -1,6 +1,15 @@
@@ -10,16 +19,23 @@
在微信小程序中请不要引用全部字体,在组件目录index.scss中配置, 已测试: 支持H5, APP(安卓),
微信小程序
+
+ 全部icon请查看:
+ {{ iconLink }}
+
+
mode-不同风格,对应相应字体文件
solid (默认)
regular
+ light grid-2
light
thin
- duotone
- sharp-直角图标(只支持solid),对应相应字体文件
+ duotone trash-can-clock
+ duotone house
+ sharp-直角图标(只支持大部分solid),对应sharp字体文件
sharp
- mode(brands)-品牌logo,对应相应字体文件
+ mode(brands)-品牌logo,对应brands字体文件
bilibili
alipay
@@ -202,6 +218,13 @@
font-size: 26rpx;
font-weight: 500;
color: #ff253a;
+ .link {
+ margin-right: 16rpx;
+ &:hover {
+ opacity: 0.6;
+ text-decoration: underline;
+ }
+ }
}
.title {
font-size: 28rpx;