feat: 模板配置可以读取系统原生携带的文件模板

This commit is contained in:
pixelmaxQM
2024-10-30 20:32:04 +08:00
parent 08496c2c61
commit 255f138bdb
9 changed files with 81 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ const config = {
export const viteLogo = (env) => {
if (config.showViteLogo) {
console.log(greenText(`> 欢迎使用Gin-Vue-Admin开源地址https://github.com/flipped-aurora/gin-vue-admin`));
console.log(greenText(`> 当前版本:v2.7.6`));
console.log(greenText(`> 当前版本:v2.7.7`));
console.log(greenText(`> 加群方式:微信shouzi_1994 QQ群470239250`));
console.log(greenText(`> 项目地址https://github.com/flipped-aurora/gin-vue-admin`));
console.log(greenText(`> 插件市场:https://plugin.gin-vue-admin.com`));