no message

This commit is contained in:
小陌 2023-08-21 14:35:27 +08:00
parent 7bef01e0ba
commit 59ffafd4ad
4 changed files with 3 additions and 24 deletions

View File

@ -99,7 +99,7 @@
avatar: "img/avatar.jpg",
title: "Skuya",
describe: "如果喜欢就点个星星支持一下哦",
link: "https://gitee.com/lolicode/scui",
link: "",
time: "5分钟前"
},
{
@ -108,7 +108,7 @@
avatar: "img/avatar2.gif",
title: "Lolowan",
describe: "点进去Gitee获取最新开源版本",
link: "https://gitee.com/lolicode/scui",
link: "",
time: "14分钟前"
},
{
@ -117,7 +117,7 @@
avatar: "img/logo.png",
title: "感谢登录Admin",
describe: "Vue 3.0 + Vue-Router 4.0 + ElementPlus + Axios 后台管理系统。",
link: "https://gitee.com/lolicode/scui",
link: "",
time: "2020年7月24日"
}
]

View File

@ -1,11 +1,6 @@
<template>
<el-card shadow="hover" header="关于项目" class="item-background">
<p>高性能 / 精致 / 优雅基于Vue3 + Element-Plus 的中后台前端解决方案如果喜欢就点个星星支持一下</p>
<p>
<a href='https://gitee.com/lolicode/scui' target="_blank">
<img src='https://gitee.com/lolicode/scui/badge/star.svg?theme=dark' alt='star' style="vertical-align: middle">
</a>
</p>
</el-card>
</template>

View File

@ -5,10 +5,6 @@
<h2 style="margin-top: 15px;">X-PHP {{$config.CORE_VER}}</h2>
<p style="margin-top: 5px;">最新版本 {{ver}}</p>
</div>
<div style="margin-top: 20px;">
<el-button type="primary" plain round @click="golog">更新日志</el-button>
<el-button type="primary" plain round @click="gogit">gitee</el-button>
</div>
</el-card>
</template>
@ -30,12 +26,6 @@
// const ver = await this.$api.demo.ver.get()
// this.ver = ver.data
},
golog(){
window.open("https://gitee.com/lolicode/scui/releases")
},
gogit(){
window.open("https://gitee.com/lolicode/scui")
}
}
}
</script>

View File

@ -19,9 +19,6 @@
<div class="tips-item-message">项目目的让前端工作更快乐</div>
</div>
</div>
<div class="actions">
<el-button type="primary" icon="el-icon-check" size="large" @click="godoc">文档</el-button>
</div>
</div>
</el-card>
</template>
@ -37,9 +34,6 @@
}
},
methods: {
godoc(){
window.open("https://lolicode.gitee.io/scui-doc/")
}
}
}
</script>