diff --git a/README.md b/README.md index 55aeaa93..fb1637d6 100755 --- a/README.md +++ b/README.md @@ -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 分支继续你的开发。这种方式得到的是最新的代码,但是会有未完成的新功能。**不建议使用这种方式** diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 250e2a18..de2411ff 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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('指南'), diff --git a/docs/zh/components/markdown.md b/docs/zh/components/markdown.md index 71a6f1c5..cb8af8b1 100644 --- a/docs/zh/components/markdown.md +++ b/docs/zh/components/markdown.md @@ -84,5 +84,5 @@ markdown 中引用部分的文本由于被识别为百度云的分享链接,  ::: 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) ::: \ No newline at end of file diff --git a/docs/zh/guide/README.md b/docs/zh/guide/README.md index ad18d0b6..635fdba5 100644 --- a/docs/zh/guide/README.md +++ b/docs/zh/guide/README.md @@ -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 分支继续你的开发。这种方式得到的是最新的代码,但是会有未完成的新功能。**不建议使用这种方式** diff --git a/docs/zh/guide/change-log.md b/docs/zh/guide/change-log.md index 5c8a7297..7ce71a51 100644 --- a/docs/zh/guide/change-log.md +++ b/docs/zh/guide/change-log.md @@ -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) 这是第一个版本,还有一点小问题,但是已经可用 \ No newline at end of file diff --git a/docs/zh/guide/pr.md b/docs/zh/guide/pr.md index db6c8775..b44bdb67 100644 --- a/docs/zh/guide/pr.md +++ b/docs/zh/guide/pr.md @@ -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,我在检查通过后会合并代码到原始仓库。 ## 要求 diff --git a/index.html b/index.html index a9dbc96b..ec4195a0 100755 --- a/index.html +++ b/index.html @@ -152,7 +152,7 @@
{{title}}
{{subTitle}}
- +-D2 Admin +D2 Admin by vue.js diff --git a/src/pages/demo/components/editor-simpleMDE/text.js b/src/pages/demo/components/editor-simpleMDE/text.js index 359546d6..0a51f5c3 100644 --- a/src/pages/demo/components/editor-simpleMDE/text.js +++ b/src/pages/demo/components/editor-simpleMDE/text.js @@ -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)`