no message

Former-commit-id: fa44e62cc25b58c8e3ea1608d619a80e5be1d398 [formerly fa44e62cc25b58c8e3ea1608d619a80e5be1d398 [formerly fa44e62cc25b58c8e3ea1608d619a80e5be1d398 [formerly fa44e62cc25b58c8e3ea1608d619a80e5be1d398 [formerly 36c19824b8471a64fc79448f387a53bf3846c9f5 [formerly 8bf2ad148e3d6f4b6fcf9b1113666872f51a2924]]]]]
Former-commit-id: 5b3c2d62929d06dcf6875bbcfe9c463acf694941
Former-commit-id: 41b9d7f61085f40a2167d67bf053a2dcfe823159
Former-commit-id: c5a5f3433498e95f9fdbbdf225612773c71b4e1c [formerly 6ab62d738b4e0605ff65e0a9dba72362269f2036]
Former-commit-id: 5d3a8fc8ec8de1fece491026ad143d0d31953aeb
Former-commit-id: f7740607d012c1c96f92dd56950ef983ffebad08
Former-commit-id: ba408cbe880ab3c7c0c098c4094dee42f93ef3d4
Former-commit-id: 960996e83cee4f35ff5bfd87e286176e3ef77533
Former-commit-id: 9445fd6b866e60c132f6dac34831b5f80ec03819
This commit is contained in:
liyang
2018-06-20 14:00:45 +08:00
parent f8af40a3a7
commit 4bf4414757
15 changed files with 24 additions and 24 deletions

View File

@@ -21,21 +21,21 @@ Solution of management system front-end based on `vue.js` and `ElementUI`
Welcome everyone to maintain
[Documentation (English)](https://fairyever.github.io/d2admin-vue-element/) / [中文文档](https://fairyever.github.io/d2admin-vue-element/zh/)
[Documentation (English)](https://fairyever.github.io/d2-admin/) / [中文文档](https://fairyever.github.io/d2-admin/zh/)
[Online preview / 在线预览](http://d2admin.fairyever.com/)
**Do not clone this repository, please download the officially released version.**
不要克隆这个仓库,请下载已经正式发行的版本 [Download / 下载](https://github.com/FairyEver/d2admin-vue-element/releases)
不要克隆这个仓库,请下载已经正式发行的版本 [Download / 下载](https://github.com/FairyEver/d2-admin/releases)
**Do not clone this repository, please download the officially released version.**
不要克隆这个仓库,请下载已经正式发行的版本 [Download / 下载](https://github.com/FairyEver/d2admin-vue-element/releases)
不要克隆这个仓库,请下载已经正式发行的版本 [Download / 下载](https://github.com/FairyEver/d2-admin/releases)
**Do not clone this repository, please download the officially released version.**
不要克隆这个仓库,请下载已经正式发行的版本 [Download / 下载](https://github.com/FairyEver/d2admin-vue-element/releases)
不要克隆这个仓库,请下载已经正式发行的版本 [Download / 下载](https://github.com/FairyEver/d2-admin/releases)
> This project is suitable for use as a template. Because a lot of plug-ins and components are integrated now, the first load will take more time. Although the first screen loading animation has been done, it is suggested that you must delete the code that is not used when you release it. For example, the project does not use charts, so it is better to delete the integrated chart library and encapsulated chart components.

View File

@@ -20,6 +20,6 @@ git commit -m 'deploy'
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
# 如果发布到 https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:FairyEver/d2admin-vue-element.git master:gh-pages
git push -f git@github.com:FairyEver/d2-admin.git master:gh-pages
cd -

View File

@@ -1,5 +1,5 @@
module.exports = {
base: '/d2admin-vue-element/',
base: '/d2-admin/',
locales: {
'/': {
lang: 'en-US',
@@ -14,7 +14,7 @@ module.exports = {
},
themeConfig: {
// 项目仓库地址
repo: 'https://github.com/FairyEver/d2admin-vue-element',
repo: 'https://github.com/FairyEver/d2-admin',
// 自定义仓库链接文字
repoLabel: '查看源码',
// 文档不是放在仓库的根目录下
@@ -38,7 +38,7 @@ module.exports = {
{ text: '指南', link: '/zh/guide/' },
{ text: '插件', link: '/zh/plugins/' },
{ text: '组件', link: '/zh/components/' },
{ text: '下载', link: 'https://github.com/FairyEver/d2admin-vue-element/releases' }
{ text: '下载', link: 'https://github.com/FairyEver/d2-admin/releases' }
],
sidebar: {
'/zh/guide/': sideBarGuide('指南'),

View File

@@ -1,3 +1,3 @@
# 组件概述
d2admin-vue-element(以下简称 d2admin封装或者集成第三方了一些组件方便开发者进行开发具体组件文档请从左侧列表进入
d2-admin以下简称 d2admin封装或者集成第三方了一些组件方便开发者进行开发具体组件文档请从左侧列表进入

View File

@@ -56,5 +56,5 @@ markdown 中引用部分的文本由于被识别为百度云的分享链接,
上面的块会嵌套在你的 markdown 渲染结果中
::: tip
了解 D2Admin 是如何在 markdown 中匹配百度云链接的? [查看源码](https://github.com/FairyEver/d2admin-vue-element/blob/master/src/components/core/Markdown/plugin/baidupan.js)
了解 D2Admin 是如何在 markdown 中匹配百度云链接的? [查看源码](https://github.com/FairyEver/d2-admin/blob/master/src/components/core/Markdown/plugin/baidupan.js)
:::

View File

@@ -1,12 +1,12 @@
# 介绍
d2admin-vue-element(以下简称 d2admin是一个开源的管理系统前端集成方案
d2-admin以下简称 d2admin是一个开源的管理系统前端集成方案
[Github仓库](https://github.com/FairyEver/d2admin-vue-element) - [预览地址](http://d2admin.fairyever.com/)
[Github仓库](https://github.com/FairyEver/d2-admin) - [预览地址](http://d2admin.fairyever.com/)
<div>
<iframe src="//ghbtns.com/github-btn.html?user=FairyEver&repo=d2admin-vue-element&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=FairyEver&repo=d2admin-vue-element&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=FairyEver&repo=d2-admin&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=FairyEver&repo=d2-admin&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</div>
::: tip
@@ -120,7 +120,7 @@ d2admin 仍然处于开发中,这里有一些计划:
## 使用
首先下载模板 [d2admin-vue-element/releases](https://github.com/FairyEver/d2admin-vue-element/releases)
首先下载模板 [d2-admin/releases](https://github.com/FairyEver/d2-admin/releases)
::: tip
不要直接克隆本项目,请选择已经发行的版本,尤其不要使用 dev 分支

View File

@@ -34,6 +34,6 @@
## v1.0.0
[https://github.com/FairyEver/d2admin-vue-element/releases/tag/v1.0.0](https://github.com/FairyEver/d2admin-vue-element/releases/tag/v1.0.0)
[https://github.com/FairyEver/d2-admin/releases/tag/v1.0.0](https://github.com/FairyEver/d2-admin/releases/tag/v1.0.0)
这是第一个版本,还有一点小问题,但是已经可用

View File

@@ -2,7 +2,7 @@
## 如何贡献代码
首先在[项目主页](https://github.com/FairyEver/d2admin-vue-element) fork 本仓库,然后进行你的开发,请确保你的开发是在 dev 分支进行。本地测试无误后方可 pull request我在检查通过后会合并代码到原始仓库。
首先在[项目主页](https://github.com/FairyEver/d2-admin) fork 本仓库,然后进行你的开发,请确保你的开发是在 dev 分支进行。本地测试无误后方可 pull request我在检查通过后会合并代码到原始仓库。
## 要求

View File

@@ -1,3 +1,3 @@
# 插件概述
d2admin-vue-element(以下简称 d2admin封装或者集成第三方了一些插件方便开发者进行开发具体组件文档请从左侧列表进入
d2-admin以下简称 d2admin封装或者集成第三方了一些插件方便开发者进行开发具体组件文档请从左侧列表进入

View File

@@ -49,7 +49,7 @@ new Vue({
## 局部配置
有时候我们只希望在某个文件中配置这个组件的多国语言,如果所有的语言设置都放在 `d2admin-vue-element/src/i18n` 中会造成混乱,不易维护
有时候我们只希望在某个文件中配置这个组件的多国语言,如果所有的语言设置都放在 `d2-admin/src/i18n` 中会造成混乱,不易维护
`D2Admin` 已经替你安装好了 `vue-i18n-loader`,可以方便地在单文件组件中使用

View File

@@ -1,5 +1,5 @@
{
"name": "d2admin-vue-element",
"name": "d2-admin",
"version": "1.0.0",
"description": "A management system framework based on element",
"author": "李杨 <1711467488@qq.com>",

View File

@@ -5,7 +5,7 @@
</div>
<p class="page-index-article-body__title">{{title}}</p>
<p class="page-index-article-body__sub-title d2-mt-0">{{subTitle}}</p>
<a target="blank" href="https://github.com/FairyEver/d2admin-vue-element">
<a target="blank" href="https://github.com/FairyEver/d2-admin">
<img
style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"

View File

@@ -5,7 +5,7 @@
</template>
<d2-markdown :source="doc"/>
<template slot="footer">
<d2-demo-link-btn title="D2Admin" link="https://github.com/FairyEver/d2admin-vue-element"/>
<d2-demo-link-btn title="D2Admin" link="https://github.com/FairyEver/d2-admin"/>
</template>
</d2-container>
</template>

View File

@@ -1,5 +1,5 @@
export default `<p>
<a href="https://github.com/FairyEver/d2admin-vue-element" target="_blank" class="ql-size-large" style="color: rgb(65, 184, 131);"><strong>D2 Admin</strong></a>
<a href="https://github.com/FairyEver/d2-admin" target="_blank" class="ql-size-large" style="color: rgb(65, 184, 131);"><strong>D2 Admin</strong></a>
<strong style="color: rgb(65, 184, 131);"></strong>
by
<a href="https://cn.vuejs.org/" target="_blank" class="ql-size-large" style="color: rgb(65, 184, 131);"><strong>vue.js</strong></a>

View File

@@ -7,4 +7,4 @@ export default `# 标题
alert('Hello')
\`\`\`
[D2Admin in github](https://github.com/FairyEver/d2admin-vue-element)`
[D2Admin in github](https://github.com/FairyEver/d2-admin)`