merge seo to pgsqlDevelop

This commit is contained in:
蒋吉兆
2021-11-25 15:46:50 +08:00
parent 1037ee5798
commit a3dd9e9e02
4 changed files with 217 additions and 22 deletions

View File

@@ -42,6 +42,11 @@ export const viteLogo = (env) => {
`> 默认前端文件运行地址:http://127.0.0.1:${env.VITE_CLI_PORT}`
)
)
console.log(
chalk.green(
`> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.github.com/flipped-aurora/gin-vue-admin/server.com/docs/coffee`
)
)
console.log('\n')
}
}