Geek Pay notify is ready

This commit is contained in:
RockYang
2024-09-18 18:07:49 +08:00
parent 158db83965
commit d8cb92d8d4
16 changed files with 270 additions and 544 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1726612860394') format('woff2'),
url('iconfont.woff?t=1726612860394') format('woff'),
url('iconfont.ttf?t=1726612860394') format('truetype');
src: url('iconfont.woff2?t=1726622198991') format('woff2'),
url('iconfont.woff?t=1726622198991') format('woff'),
url('iconfont.ttf?t=1726622198991') format('truetype');
}
.iconfont {
@@ -13,12 +13,12 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-douyin:before {
content: "\e852";
.icon-paypal:before {
content: "\e666";
}
.icon-paypal:before {
content: "\e60f";
.icon-douyin:before {
content: "\e8db";
}
.icon-qq:before {

File diff suppressed because one or more lines are too long

View File

@@ -6,18 +6,18 @@
"description": "",
"glyphs": [
{
"icon_id": "22174321",
"name": "抖音支付",
"font_class": "douyin",
"unicode": "e852",
"unicode_decimal": 59474
"icon_id": "7443846",
"name": "PayPal",
"font_class": "paypal",
"unicode": "e666",
"unicode_decimal": 58982
},
{
"icon_id": "1238433",
"name": "social-paypal",
"font_class": "paypal",
"unicode": "e60f",
"unicode_decimal": 58895
"icon_id": "18166694",
"name": "抖音",
"font_class": "douyin",
"unicode": "e8db",
"unicode_decimal": 59611
},
{
"icon_id": "1244217",

Binary file not shown.