File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 152
152
"minimist" : " ^1.2.0" ,
153
153
"mkdirp" : " ^0.5.1" ,
154
154
"mockdate" : " ^2.0.2" ,
155
- "node-emoji" : " ^1.10.0" ,
156
155
"nprogress" : " ^0.2.0" ,
157
156
"optimize-css-assets-webpack-plugin" : " ^5.0.1" ,
158
157
"postcss" : " ^7.0.6" ,
Original file line number Diff line number Diff line change 1
- /* eslint-disable max-len */
2
- const emoji = require ( 'node-emoji' ) ;
3
-
4
1
const env = process . env ;
5
2
const ADBLOCK = is ( env . ADBLOCK ) ;
6
3
const CI = is ( env . CI ) ;
@@ -23,16 +20,11 @@ if (!ADBLOCK && !CI && !DISABLE_OPENCOLLECTIVE && !SILENT) {
23
20
) ;
24
21
log (
25
22
'\u001B[96mThe project needs your help! Please consider supporting of ant-design-vue on Open Collective or Patreon: ' +
26
- emoji . get ( 'pray' ) +
27
23
'\u001B[0m' ,
28
24
) ;
29
25
log ( '\u001B[96m>\u001B[94m https://opencollective.com/ant-design-vue \u001B[0m' ) ;
30
26
log ( '\u001B[96m>\u001B[94m https://www.patreon.com/tangjinzhou \u001B[0m\n' ) ;
31
- log (
32
- '\u001B[96m更多赞助方式(支付宝、微信、Paypal)请查看如下链接: ' +
33
- emoji . get ( 'pray' ) +
34
- '\u001B[0m' ,
35
- ) ;
27
+ log ( '\u001B[96m更多赞助方式(支付宝、微信、Paypal)请查看如下链接: ' + '\u001B[0m' ) ;
36
28
log ( '\u001B[96m>\u001B[94m https://www.antdv.com/docs/vue/sponsor-cn \u001B[0m\n' ) ;
37
29
log ( '\u001B[96mAnt Design Vue 官方网站: \u001B[0m' ) ;
38
30
log ( '\u001B[96m>\u001B[94m https://www.antdv.com/ \u001B[0m\n' ) ;
You can’t perform that action at this time.
0 commit comments