修改项目地址

Former-commit-id: fc20d69b5548d5899a8f54fc03193f32e419c8fd [formerly fc20d69b5548d5899a8f54fc03193f32e419c8fd [formerly fc20d69b5548d5899a8f54fc03193f32e419c8fd [formerly fc20d69b5548d5899a8f54fc03193f32e419c8fd [formerly cb687a6e66643e377dde4768f3f2be8c6138a783 [formerly d77724be8832c78b89fc3b7e4ca1024e306129f9]]]]]
Former-commit-id: f77e8ee5ecc2a00588c94f7976567dac60cef9dd
Former-commit-id: 0192b02c0910e5f606169b005c638e85bb47df04
Former-commit-id: d0aa5be596cc6294f299e007cf24a00e28be519d [formerly 8814787ff250e863dcebf58007c01a7644ab4ddb]
Former-commit-id: de9795dfd96ec8ccdd199ca6d1c997bdd04a6a5a
Former-commit-id: 7d19f19aa7bbdd466f3ed999a2b76abdbfdddc37
Former-commit-id: e869c34bbd0b3cbacea23afd0ece7c1625db57f4
Former-commit-id: 66c132c34e76e05887d0125df77c655ccb477949
Former-commit-id: 1bebdd6e747bfad39238675d8033707c7dca2c50
This commit is contained in:
liyang
2018-07-05 19:08:42 +08:00
parent fe5cd632d3
commit 4f3c6a88a3
14 changed files with 20 additions and 20 deletions

View File

@@ -8,13 +8,13 @@ D2Admin 是一个开源的管理系统前端集成方案,为了方便开发者
**完整版**
[Github 仓库](https://github.com/FairyEver/d2-admin) |
[Github 仓库](https://github.com/d2-projects/d2-admin) |
[码云仓库](https://gitee.com/fairyever/d2-admin) |
[预览地址](https://fairyever.gitee.io/d2-admin-preview)
**简化版模板**
[Github 仓库](https://github.com/FairyEver/d2-admin-start-kit) |
[Github 仓库](https://github.com/d2-projects/d2-admin-start-kit) |
[码云仓库](https://gitee.com/fairyever/d2-admin-start-kit) |
[预览地址](https://fairyever.gitee.io/d2-admin-start-kit-preview/#/index)
@@ -79,7 +79,7 @@ D2Admin 是完全开源免费的管理系统集成方案,由 [FairyEver](https
有两种方式可以获得 D2Admin 的代码
* 在 [releases](https://github.com/FairyEver/d2-admin/releases) 页面下载最新的发行版。发行版一般是完成了某个大升级或者修复重要 bug 后发布的压缩包,你可以下载下来直接使用
* 在 [releases](https://github.com/d2-projects/d2-admin/releases) 页面下载最新的发行版。发行版一般是完成了某个大升级或者修复重要 bug 后发布的压缩包,你可以下载下来直接使用
* Fork 仓库到你的 github 然后克隆到本地,然后使用 master 分支继续你的开发。这种方式得到的是最新的代码,但是会有未完成的新功能。**不建议使用这种方式**

View File

@@ -14,7 +14,7 @@ module.exports = {
},
themeConfig: {
// 项目仓库地址
repo: 'https://github.com/FairyEver/d2-admin',
repo: 'https://github.com/d2-projects/d2-admin',
// 自定义仓库链接文字
repoLabel: '查看源码',
// 文档不是放在仓库的根目录下
@@ -30,7 +30,7 @@ module.exports = {
lastUpdated: 'Last update',
nav: [
{ text: 'preview', link: 'https://fairyever.gitee.io/d2-admin-preview/#/index' },
{ text: 'download', link: 'https://github.com/FairyEver/d2-admin/releases' }
{ text: 'download', link: 'https://github.com/d2-projects/d2-admin/releases' }
]
},
'/zh/': {
@@ -44,7 +44,7 @@ module.exports = {
{ text: '组件', link: '/zh/components/' },
{ text: '其它', link: '/zh/others/' },
{ text: '预览', link: 'https://fairyever.gitee.io/d2-admin-preview/#/index' },
{ text: '下载', link: 'https://github.com/FairyEver/d2-admin/releases' }
{ text: '下载', link: 'https://github.com/d2-projects/d2-admin/releases' }
],
sidebar: {
'/zh/guide/': sideBarGuide('指南'),

View File

@@ -84,5 +84,5 @@ markdown 中引用部分的文本由于被识别为百度云的分享链接,
![效果](./image/baiduyun.png)
::: tip
了解 D2Admin 是如何在 markdown 中匹配百度云链接的? [查看源码](https://github.com/FairyEver/d2-admin/blob/master/src/components/core/d2-markdown/index.vue)
了解 D2Admin 是如何在 markdown 中匹配百度云链接的? [查看源码](https://github.com/d2-projects/d2-admin/blob/master/src/components/core/d2-markdown/index.vue)
:::

View File

@@ -8,13 +8,13 @@ D2Admin 是一个开源的管理系统前端集成方案
**完整版**
[Github 仓库](https://github.com/FairyEver/d2-admin) |
[Github 仓库](https://github.com/d2-projects/d2-admin) |
[码云仓库](https://gitee.com/fairyever/d2-admin) |
[预览地址](https://fairyever.gitee.io/d2-admin-preview)
**简化版模板**
[Github 仓库](https://github.com/FairyEver/d2-admin-start-kit) |
[Github 仓库](https://github.com/d2-projects/d2-admin-start-kit) |
[码云仓库](https://gitee.com/fairyever/d2-admin-start-kit) |
[预览地址](https://fairyever.gitee.io/d2-admin-start-kit-preview/#/index)
@@ -163,7 +163,7 @@ D2Admin 仍然处于开发中,这里有一些暂时的计划:
有两种方式可以获得 D2Admin 的代码
* 在 [releases](https://github.com/FairyEver/d2-admin/releases) 页面下载最新的发行版。发行版一般是完成了某个大升级或者修复重要 bug 后发布的压缩包,你可以下载下来直接使用
* 在 [releases](https://github.com/d2-projects/d2-admin/releases) 页面下载最新的发行版。发行版一般是完成了某个大升级或者修复重要 bug 后发布的压缩包,你可以下载下来直接使用
* Fork 仓库到你的 github 然后克隆到本地,然后使用 master 分支继续你的开发。这种方式得到的是最新的代码,但是会有未完成的新功能。**不建议使用这种方式**

View File

@@ -74,6 +74,6 @@
## 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)
[https://github.com/d2-projects/d2-admin/releases/tag/v1.0.0](https://github.com/d2-projects/d2-admin/releases/tag/v1.0.0)
这是第一个版本,还有一点小问题,但是已经可用

View File

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

View File

@@ -152,7 +152,7 @@
<div class="d2-app-loading-sub-title">本示例项目加载了大量的组件,初次加载会比较慢,请耐心等待</div>
<div class="d2-app-loading-sub-info">如果很久很久都没有加载成功,请清空缓存重新加载页面</div>
<div style="margin-top: 10px;">
<a class="d2-app-loading-btn" href="https://github.com/FairyEver/d2-admin" target="blank">Github仓库</a>
<a class="d2-app-loading-btn" href="https://github.com/d2-projects/d2-admin" target="blank">Github仓库</a>
<a class="d2-app-loading-btn" href="https://fairyever.gitee.io/d2-admin-doc/zh/" target="blank">中文文档</a>
</div>
</div>

View File

@@ -15,7 +15,7 @@
export default {
data () {
return {
url: 'https://github.com/FairyEver/d2-admin'
url: 'https://github.com/d2-projects/d2-admin'
}
},
methods: {

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/d2-admin">
<a target="blank" href="https://github.com/d2-projects/d2-admin">
<img
style="position: absolute; top: 0; right: 0; border: 0; width: 130px;"
:src="`${$assetsPublicPath}static/image/icon/github/forkme@2x.png`"

View File

@@ -1,6 +1,6 @@
已经是最新版本
[Github仓库](https://github.com/FairyEver/d2-admin)
[Github仓库](https://github.com/d2-projects/d2-admin)
[码云仓库](https://gitee.com/fairyever/d2-admin)

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/d2-admin"/>
<d2-demo-link-btn title="D2Admin" link="https://github.com/d2-projects/d2-admin"/>
</template>
</d2-container>
</template>

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/d2-admin"/>
<d2-demo-link-btn title="D2Admin" link="https://github.com/d2-projects/d2-admin"/>
</template>
</d2-container>
</template>

View File

@@ -1,5 +1,5 @@
export default `<p>
<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>
<a href="https://github.com/d2-projects/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/d2-admin)`
[D2Admin in github](https://github.com/d2-projects/d2-admin)`