mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-06-05 18:25:52 +08:00
修改图标信息
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,6 +5,13 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "1. diy, form, 小程序仅base64, TIF,(web端也可以使用这个方式);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.
@ -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',
|
||||
// 角标配置
|
||||
|
||||
@ -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',
|
||||
// 角标配置
|
||||
|
||||
@ -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',
|
||||
// 角标配置
|
||||
|
||||
@ -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',
|
||||
// 角标配置
|
||||
|
||||
Reference in New Issue
Block a user