no message
Former-commit-id: fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly 25e0a91852f2614640ba4a4a1b58adb5016188a5 [formerly c27611c842b4b7d1f3246944ff05205c356d5b8a]]]]] Former-commit-id: a24228d0383b2c2f5a4018b8ecb75fe084351635 Former-commit-id: 5566538a7ff03b71e77fcc02cd4665b9dfedfdb7 Former-commit-id: 92c2dda6d3e96b67680d4e3755ce0bba0e4a2720 [formerly 51fcd12161f3452b834b944857a6860f9ccc8401] Former-commit-id: 5a6e6abe49d70a2ce771cb939ff0fb7a26d3a30b Former-commit-id: 2720b59b6d614a15c5df8936009a9975fd055d44 Former-commit-id: f348c982c963e4c081b1032bcaafb29f7bc139dd Former-commit-id: 9a248d51e72d39a8e1ebd00fe4f4217aff668c7d Former-commit-id: 31ac3a1e002c6d3de533678beeef0c6115d41665
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container class="page">
|
<d2-container class="page">
|
||||||
<d2-page-cover
|
<d2-page-cover title="D2 Admin" sub-title="追求简约美感的后台管理系统集成方案">
|
||||||
title="I AM D2ADMIN"
|
<d2-icon-svg class="page__logo" name="d2-admin"/>
|
||||||
sub-title="追求简约美感的后台管理系统集成方案">
|
|
||||||
<d2-icon-svg style="width: 120px;" name="d2-admin"/>
|
|
||||||
<template slot="footer">
|
<template slot="footer">
|
||||||
<div class="page__btn-group">
|
<div class="page__btn-group">
|
||||||
<span @click="$open('https://github.com/d2-projects')">开源组织</span> |
|
<span @click="$open('https://github.com/d2-projects')">开源组织</span> |
|
||||||
@@ -11,19 +9,12 @@
|
|||||||
<span @click="$open('https://github.com/d2-projects/d2-admin-start-kit')">简化版</span> |
|
<span @click="$open('https://github.com/d2-projects/d2-admin-start-kit')">简化版</span> |
|
||||||
<span @click="$open('https://alibaba.github.io/ice/scaffold?type=vue')">飞冰</span> |
|
<span @click="$open('https://alibaba.github.io/ice/scaffold?type=vue')">飞冰</span> |
|
||||||
<span @click="$open('https://juejin.im/user/57a48b632e958a006691b946/posts')">掘金</span> |
|
<span @click="$open('https://juejin.im/user/57a48b632e958a006691b946/posts')">掘金</span> |
|
||||||
<span @click="$open('https://awesome.fairyever.com/daily/')">程序员日报</span> |
|
<span @click="$open('https://awesome.fairyever.com/daily/')">开发者日报</span> |
|
||||||
<el-popover
|
<el-popover :width="172" trigger="hover">
|
||||||
:width="172"
|
|
||||||
trigger="hover">
|
|
||||||
<p class="d2-mt-0 d2-mb-10">D2Projects</p>
|
<p class="d2-mt-0 d2-mb-10">D2Projects</p>
|
||||||
<img src="./image/qr@2x.png" style="width: 172px;">
|
<img src="./image/qr@2x.png" style="width: 172px;">
|
||||||
<span slot="reference">微信公众号</span>
|
<span slot="reference">微信公众号</span>
|
||||||
<p
|
<p style="font-size: 12px; margin-top: 0px; margin-bottom: 0px;">
|
||||||
style="
|
|
||||||
font-size: 12px;
|
|
||||||
margin-top: 0px;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
">
|
|
||||||
官方公众号,主要推送前端技术类文章、框架资源、学习教程,以及 D2 系列项目更新信息
|
官方公众号,主要推送前端技术类文章、框架资源、学习教程,以及 D2 系列项目更新信息
|
||||||
</p>
|
</p>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
@@ -49,6 +40,9 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '~@/assets/style/public.scss';
|
@import '~@/assets/style/public.scss';
|
||||||
.page {
|
.page {
|
||||||
|
.page__logo {
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
.page__btn-group {
|
.page__btn-group {
|
||||||
color: $color-text-placehoder;
|
color: $color-text-placehoder;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user