修改图标信息

This commit is contained in:
于肖磊
2026-06-02 11:57:32 +08:00
parent 0d3d377cc4
commit 816c2bf26f
8 changed files with 22 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,13 @@
"css_prefix_text": "icon-",
"description": "1. diy, form, 小程序仅base64, TIFweb端也可以使用这个方式2. web端 Base64, WOFF2, WOFF, TEF, SVG, EOT",
"glyphs": [
{
"icon_id": "11654833",
"name": "砍价",
"font_class": "bargain",
"unicode": "e690",
"unicode_decimal": 59024
},
{
"icon_id": "44113025",
"name": "推特",
@ -35,7 +42,7 @@
},
{
"icon_id": "5229623",
"name": "qq空间 hover",
"name": "qq空间",
"font_class": "qzone",
"unicode": "e62c",
"unicode_decimal": 58924
@ -91,7 +98,7 @@
},
{
"icon_id": "40047917",
"name": "进销存更多",
"name": "更多",
"font_class": "more",
"unicode": "e76f",
"unicode_decimal": 59247
@ -3640,8 +3647,8 @@
},
{
"icon_id": "36639787",
"name": "更多3",
"font_class": "more3",
"name": "更多-空心-圆点",
"font_class": "more-o-point",
"unicode": "e68e",
"unicode_decimal": 59022
},

Binary file not shown.

View File

@ -140,7 +140,7 @@ const defaultPluginsCutpriceList: DefaultPluginsCutpriceList = {
// 购买按钮类型
shop_type: 'text',
shop_button_text: '去砍价',
shop_button_icon_class: 'cart',
shop_button_icon_class: 'bargain',
// 点击购买按钮的操作处理
shop_button_effect: '0',
// 角标配置

View File

@ -197,7 +197,7 @@ const defaultProductList: DefaultProductList = {
// 购买按钮类型
shop_type: 'text',
shop_button_text: '去砍价',
shop_button_icon_class: 'cart',
shop_button_icon_class: 'bargain',
// 点击购买按钮的操作处理
shop_button_effect: '0',
// 角标配置

View File

@ -140,7 +140,7 @@ const defaultPluginsGroupbuyList: DefaultPluginsGroupbuyList = {
// 购买按钮类型
shop_type: 'text',
shop_button_text: '开团中',
shop_button_icon_class: 'cart',
shop_button_icon_class: 'user-group',
// 点击购买按钮的操作处理
shop_button_effect: '0',
// 角标配置

View File

@ -197,7 +197,7 @@ const defaultProductList: DefaultProductList = {
// 购买按钮类型
shop_type: 'text',
shop_button_text: '开团中',
shop_button_icon_class: 'cart',
shop_button_icon_class: 'user-group',
// 点击购买按钮的操作处理
shop_button_effect: '0',
// 角标配置