更新首页

This commit is contained in:
chuzhixin 2020-10-05 19:26:25 +08:00
parent 239e1e7d7d
commit e0bedefb8c
2 changed files with 75 additions and 61 deletions

View File

@ -1,11 +1,28 @@
<template> <template>
<div class="index-container"> <a-alert
<h3> :message="
欢迎体验全网首个基于vue{{ dependencies["vue"] }} + ant-design-vue{{ '欢迎体验全网首个基于vue' +
dependencies["ant-design-vue"] dependencies['vue'] +
}}开发的admin框架vue-admin-beautiful-antdvvue3.0的流畅超乎了我们的想象 'ant-design-vue' +
</h3> dependencies['ant-design-vue'] +
<a-card class="version-information" title=""> '开发的admin框架vue-admin-beautiful-antdvvue3.0的流畅超乎了我们的想象。。。'
"
type="success"
show-icon
/>
<a-card class="version-information">
<template v-slot:title>
<a
target="_blank"
href="https://github.com/chuzhixin/vue-admin-beautiful/tree/vue3.0-antdv"
>
<img
style="margin-right: 10px"
src="https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&label=Stars&logo=github"
/>
</a>
</template>
<template v-slot:extra> <template v-slot:extra>
<a href="#">部署时间:{{ updateTime }}</a> <a href="#">部署时间:{{ updateTime }}</a>
</template> </template>
@ -34,13 +51,19 @@
<td>ant-design-vue</td> <td>ant-design-vue</td>
<td>{{ dependencies["ant-design-vue"] }}</td> <td>{{ dependencies["ant-design-vue"] }}</td>
</tr> </tr>
<tr>
<td>v2.x版演示地址MIT协议商用免费</td>
<td colspan="3">
<a href="https://chu1204505056.gitee.io/vue-admin-beautiful/">
https://chu1204505056.gitee.io/vue-admin-beautiful/
</a>
</td>
</tr>
<tr> <tr>
<td>PRO版演示地址</td> <td>PRO版演示地址</td>
<td colspan="3"> <td colspan="3">
<a <a href="https://chu1204505056.gitee.io/vue-admin-beautiful-pro/">
href="https://chu1204505056.gitee.io/vue-admin-beautiful-pro/#/index" https://chu1204505056.gitee.io/vue-admin-beautiful-pro/
>
https://chu1204505056.gitee.io/vue-admin-beautiful-pro/#/index
</a> </a>
</td> </td>
</tr> </tr>
@ -50,7 +73,6 @@
</tr> </tr>
</table> </table>
</a-card> </a-card>
</div>
</template> </template>
<script> <script>
import { dependencies, devDependencies } from "*/package.json"; import { dependencies, devDependencies } from "*/package.json";
@ -67,6 +89,7 @@
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.version-information { .version-information {
margin-top: @vab-margin;
.table { .table {
width: 100%; width: 100%;
color: #666; color: #666;

View File

@ -1,14 +1,5 @@
<template> <template>
<div class="index-container"> <div class="index-container">
<a
target="_blank"
href="https://github.com/chuzhixin/vue-admin-beautiful/tree/vue3.0-antdv"
>
<img
style="margin-right: 10px"
src="https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&label=Stars&logo=github"
/>
</a>
<version-information /> <version-information />
</div> </div>
</template> </template>