2024-06-27 13:07:11 +08:00

40 lines
1.3 KiB
Vue
Raw 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-beautiful.com \n https://gitee.com/chu1204505056/vue-admin-better \n time: ',
donationConsole() {
const chalk = require('chalk')
console.log(
chalk.green(
`> 欢迎使用vue-admin-bettergithub开源地址https://github.com/zxwk1998/vue-admin-better`
)
)
console.log(
chalk.green(
`> 欢迎使用vue-admin-better码云开源地址https://gitee.com/chu1204505056/vue-admin-better`
)
)
console.log(
chalk.green(`> pro版演示地址http://vue-admin-beautiful.com/admin-pro`)
)
console.log(
chalk.green(`> plus版演示地址http://vue-admin-beautiful.com/admin-plus`)
)
console.log(
chalk.green(`> shop版演示地址http://vue-admin-beautiful.com/shop-vite`)
)
console.log(
chalk.green(
`> 使用中出现任何问题可加QQ群反馈获取基础版、文档请我们喝杯咖啡如若情况不允许请勿勉强https://gitee.com/chu1204505056/vue-admin-better#-%E5%89%8D%E7%AB%AF%E8%AE%A8%E8%AE%BA-qq-%E7%BE%A4`
)
)
console.log(chalk.green(`> 如果您不希望显示以上信息可在config中配置关闭`))
console.log('\n')
},
}