From 26af38735032917f9c4af8889d978d7cc3ec857c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Sat, 18 Jul 2020 16:27:34 +0800 Subject: [PATCH] deploy --- .stylelintrc.js | 2 +- README-DCLOUD.md | 6 +++++- README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.stylelintrc.js b/.stylelintrc.js index fa0cbfe..b000fa4 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -31,5 +31,5 @@ module.exports = { "no-descending-specificity": null, "declaration-colon-newline-after": null, }, - ignoreFiles: ["**/*.js", "dist/*.*", "node_modules", "**/*.ts"], + ignoreFiles: ["**/*.js", "dist/*.*", "node_modules", "**/*.ts", "**/*.md"], }; diff --git a/README-DCLOUD.md b/README-DCLOUD.md index 84908a4..bcd6cca 100644 --- a/README-DCLOUD.md +++ b/README-DCLOUD.md @@ -14,6 +14,10 @@ #### - [🚀 English backup address:vue-admin-beautiful)](https://chuzhixin.github.io/vue-admin-beautiful/) +#### - [🚀 基础版下载地址](https://ext.dcloud.net.cn/plugin?id=2022) + +#### - [🚀 unicloud 版下载地址](https://ext.dcloud.net.cn/plugin?id=2327) + ## 跨平台效果演示 #### - [🚀 演示地址: vue-admin-beautiful](http://www.jq22.com/yanshi23029) @@ -229,7 +233,7 @@ $base-menu-item-height: 50px; //app-main的高度 $base-app-main-height: calc( 100vh - #{$base-nav-bar-height} - #{$base-tags-bar-height} - - #{$base-padding} - #{$base-padding} - 55px - 30px + #{$base-padding} - #{$base-padding} - 55px - 30px ); //纵向布局时左侧导航未折叠时的宽度 $base-left-menu-width: 230px; diff --git a/README.md b/README.md index 3e622df..a4209a2 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ $base-menu-item-height: 50px; //app-main的高度 $base-app-main-height: calc( 100vh - #{$base-nav-bar-height} - #{$base-tags-bar-height} - - #{$base-padding} - #{$base-padding} - 55px - 30px + #{$base-padding} - #{$base-padding} - 55px - 30px ); //纵向布局时左侧导航未折叠时的宽度 $base-left-menu-width: 230px;