2023-01-11 02:47:54 +08:00

41 lines
1.2 KiB
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
webpackBarName: 'vue-admin-better',
webpackBanner:
' build: vue-admin-better \n vue-admin-better QQ Group(QQ群): 972435319、1139183756 \n time: ',
donationConsole() {
const chalk = require('chalk')
console.log(
chalk.green(
`> 欢迎使用vue-admin-beautiful开源地址https://github.com/chuzhixin/vue-admin-beautiful`
)
)
console.log(
chalk.green(
`> pro版演示地址http://chu1204505056.gitee.io/vue-admin-beautiful-pro?hmsr=console&hmpl=&hmcu=&hmkw=&hmci=`
)
)
console.log(
chalk.green(
`> vue 2.x版本演示地址MIT协议免费商用http://chu1204505056.gitee.io/vue-admin-beautiful?hmsr=console&hmpl=&hmcu=&hmkw=&hmci=`
)
)
console.log(
chalk.green(
`> vue3.X版演示地址andv MIT协议免费商用http://chu1204505056.gitee.io/vue-admin-beautiful-antdv?hmsr=console&hmpl=&hmcu=&hmkw=&hmci=`
)
)
console.log(
chalk.green(
`> 使用中出现任何问题可加QQ群反馈获取文档群号9724353191139183756`
)
)
console.log(chalk.green(`> 如果您不希望显示以上信息可在config中配置关闭`))
console.log('\n')
},
}