feature:上线前细节数据调整

This commit is contained in:
pixelMax(奇淼
2024-05-10 11:15:17 +08:00
parent e259418398
commit c054840aec
15 changed files with 220 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
/**
* 网站配置文件
*/
import chalk from "chalk";
const config = {
appName: 'Gin-Vue-Admin',
@@ -29,7 +30,7 @@ export const viteLogo = (env) => {
)
console.log(
chalk.green(
`> GVA讨论社区https://support.qq.com/products/371961`
`> 项目地址https://github.com/flipped-aurora/gin-vue-admin`
)
)
console.log(
@@ -37,6 +38,11 @@ export const viteLogo = (env) => {
`> 插件市场:https://plugin.gin-vue-admin.com`
)
)
console.log(
chalk.green(
`> GVA讨论社区:https://support.qq.com/products/371961`
)
)
console.log(
chalk.green(
`> 默认自动化文档地址:http://127.0.0.1:${env.VITE_SERVER_PORT}/swagger/index.html`
@@ -47,9 +53,28 @@ export const viteLogo = (env) => {
`> 默认前端文件运行地址:http://127.0.0.1:${env.VITE_CLI_PORT}`
)
)
console.log(
chalk.green(
`--------------------------------------版权声明--------------------------------------`
)
)
console.log(
chalk.green(
`** 版权所有方flipped-aurora开源团队 **`
)
)
console.log(
chalk.green(
`** 版权持有公司:北京翻转极光科技有限责任公司 **`
)
)
console.log(
chalk.green(
`> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html`
`** 剔除授权标识需购买商用授权:https://gin-vue-admin.com/empower/index.html **`
)
)
console.log('\n')