mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Merge remote-tracking branch 'main/dev' into dev
This commit is contained in:
commit
2d744a0ca1
@ -108,7 +108,8 @@ const icons = [
|
|||||||
'description',
|
'description',
|
||||||
'card',
|
'card',
|
||||||
'gift-card',
|
'gift-card',
|
||||||
'coupon'
|
'coupon',
|
||||||
|
'completed'
|
||||||
];
|
];
|
||||||
|
|
||||||
const IconListConstructor = Vue.extend({
|
const IconListConstructor = Vue.extend({
|
||||||
|
Binary file not shown.
@ -393,6 +393,11 @@ module.exports = {
|
|||||||
keywords: ['gold-coin'],
|
keywords: ['gold-coin'],
|
||||||
src: '金币.svg',
|
src: '金币.svg',
|
||||||
css: 'gold-coin'
|
css: 'gold-coin'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
keywords: ['completed'],
|
||||||
|
src: '已完成.svg',
|
||||||
|
css: 'completed'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'vant-icon';
|
font-family: 'vant-icon';
|
||||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-5e6d465ada.eot');
|
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-1a31c80aba.eot');
|
||||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-5e6d465ada.eot?#iefix') format('embedded-opentype'),
|
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-1a31c80aba.eot?#iefix') format('embedded-opentype'),
|
||||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-5e6d465ada.woff2') format('woff2'),
|
url('https://b.yzcdn.cn/zanui/icon/vant-icon-1a31c80aba.woff2') format('woff2'),
|
||||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-5e6d465ada.woff') format('woff'),
|
url('https://b.yzcdn.cn/zanui/icon/vant-icon-1a31c80aba.woff') format('woff'),
|
||||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-5e6d465ada.ttf') format('truetype')
|
url('https://b.yzcdn.cn/zanui/icon/vant-icon-1a31c80aba.ttf') format('truetype')
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-icon {
|
.van-icon {
|
||||||
@ -121,4 +121,5 @@
|
|||||||
.van-icon-gift-card:before { content: '\e847'; } /* '' */
|
.van-icon-gift-card:before { content: '\e847'; } /* '' */
|
||||||
.van-icon-coupon:before { content: '\e848'; } /* '' */
|
.van-icon-coupon:before { content: '\e848'; } /* '' */
|
||||||
.van-icon-clock:before { content: '\e849'; } /* '' */
|
.van-icon-clock:before { content: '\e849'; } /* '' */
|
||||||
.van-icon-gold-coin:before { content: '\e84a'; } /* '' */
|
.van-icon-gold-coin:before { content: '\e84a'; } /* '' */
|
||||||
|
.van-icon-completed:before { content: '\e84b'; } /* '' */
|
Loading…
x
Reference in New Issue
Block a user