refactor: 更新 iconfont 图标,增加打赏二维码弹窗

This commit is contained in:
RockYang
2023-06-21 15:34:38 +08:00
parent 40a4ab5410
commit be3380aaf3
12 changed files with 176 additions and 84 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1687320603149') format('woff2'),
url('iconfont.woff?t=1687320603149') format('woff'),
url('iconfont.ttf?t=1687320603149') format('truetype');
src: url('iconfont.woff2?t=1687330009953') format('woff2'),
url('iconfont.woff?t=1687330009953') format('woff'),
url('iconfont.ttf?t=1687330009953') format('truetype');
}
.iconfont {
@@ -13,6 +13,22 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-wechat-pay:before {
content: "\e639";
}
.icon-donate:before {
content: "\e7ee";
}
.icon-reward:before {
content: "\e6c7";
}
.icon-bell:before {
content: "\e887";
}
.icon-home:before {
content: "\e6cb";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,34 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "1487626",
"name": "微信支付",
"font_class": "wechat-pay",
"unicode": "e639",
"unicode_decimal": 58937
},
{
"icon_id": "7791019",
"name": "捐赠",
"font_class": "donate",
"unicode": "e7ee",
"unicode_decimal": 59374
},
{
"icon_id": "14593731",
"name": "打赏",
"font_class": "reward",
"unicode": "e6c7",
"unicode_decimal": 59079
},
{
"icon_id": "8623603",
"name": "bell",
"font_class": "bell",
"unicode": "e887",
"unicode_decimal": 59527
},
{
"icon_id": "673799",
"name": "首页",

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB