更新项目相关地址
This commit is contained in:
parent
2f3afc1049
commit
b8d7bcd790
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
## Document
|
||||
|
||||
[Document](https://fairyever.com/d2-admin/doc/)
|
||||
[Document](https://d2.pub/zh/doc/d2-admin)
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -102,14 +102,13 @@
|
|||
|
||||
| Name | HomePage | Preview | Introduction |
|
||||
| --- | --- | --- | --- |
|
||||
| Starter template | [Github](https://github.com/d2-projects/d2-admin-start-kit) | [Preview](https://fairyever.com/d2-admin-start-kit/preview) | |
|
||||
| D2 Admin Renren | Private project | [Preview](https://fairyever.com/d2-admin-renren-security-enterprise/preview) | [renren](https://www.renren.io) |
|
||||
| Starter template | [Github](https://github.com/d2-projects/d2-admin-start-kit) | [Preview](https://d2.pub/d2-admin-start-kit/preview) | |
|
||||
|
||||
## Ecology
|
||||
|
||||
| Name | HomePage | Preview | Introduction |
|
||||
| --- | --- | --- | --- |
|
||||
| D2 CRUD | [Github](https://github.com/d2-projects/d2-crud) | [Preview](https://fairyever.com/d2-admin/preview/#/demo/d2-crud/index) | Table common operation package |
|
||||
| D2 CRUD | [Github](https://github.com/d2-projects/d2-crud) | [Preview](https://d2.pub/d2-admin/preview/#/demo/d2-crud/index) | Table common operation package |
|
||||
| D2 Ribbons | [Github](https://github.com/d2-projects/d2-ribbons) | [Preview](https://github.com/d2-projects/d2-ribbons) | Open source project logo library |
|
||||
|
||||
## Derived open source projects
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
## 文档
|
||||
|
||||
[文档](https://fairyever.com/d2-admin/doc/)
|
||||
[文档](https://d2.pub/zh/doc/d2-admin)
|
||||
|
||||
## 功能
|
||||
|
||||
|
|
@ -104,14 +104,13 @@
|
|||
|
||||
| 名称 | Github / 主页 | 预览 | 介绍 |
|
||||
| --- | --- | --- | --- |
|
||||
| 简化版模板 | [Github](https://github.com/d2-projects/d2-admin-start-kit) | [预览](https://fairyever.com/d2-admin-start-kit/preview) | 无 |
|
||||
| 人人开源适配 | 应人人开源的要求,暂不公开 | [预览](https://fairyever.com/d2-admin-renren-security-enterprise/preview) | [人人开源](https://www.renren.io) |
|
||||
| 简化版模板 | [Github](https://github.com/d2-projects/d2-admin-start-kit) | [预览](https://d2.pub/d2-admin-start-kit/preview) | 无 |
|
||||
|
||||
## 生态
|
||||
|
||||
| 名称 | Github / 主页 | 预览 | 介绍 |
|
||||
| --- | --- | --- | --- |
|
||||
| D2 CRUD | [Github](https://github.com/d2-projects/d2-crud) | [预览](https://fairyever.com/d2-admin/preview/#/demo/d2-crud/index) | 表格常用操作封装 |
|
||||
| D2 CRUD | [Github](https://github.com/d2-projects/d2-crud) | [预览](https://d2.pub/d2-admin/preview/#/demo/d2-crud/index) | 表格常用操作封装 |
|
||||
| D2 Ribbons | [Github](https://github.com/d2-projects/d2-ribbons) | [预览](https://github.com/d2-projects/d2-ribbons) | 开源项目徽标库 |
|
||||
|
||||
## 衍生开源项目
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export default {
|
|||
src: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: 'https://fairyever.com/d2-admin/doc/zh/'
|
||||
default: 'https://d2.pub/zh/doc/d2-admin'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export default {
|
|||
message = [
|
||||
`当前语言:${this.$t('_name')} [ ${this.$i18n.locale} ]`,
|
||||
`仅提供切换功能,没有配置具体的语言数据 `,
|
||||
`文档参考:<a class="el-link el-link--primary is-underline" target="_blank" href="https://fairyever.com/d2-admin/doc/zh/sys-locales/">《国际化 | D2Admin》</a>`
|
||||
`文档参考:<a class="el-link el-link--primary is-underline" target="_blank" href="https://d2.pub/zh/doc/d2-admin/locales">《国际化 | D2Admin》</a>`
|
||||
].join('<br/>')
|
||||
}
|
||||
this.$notify({
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export default {
|
|||
util.log.capsule('D2Admin', `v${process.env.VUE_APP_VERSION}`)
|
||||
console.log('D2 Admin https://github.com/d2-projects/d2-admin')
|
||||
console.log('D2 Crud https://github.com/d2-projects/d2-crud')
|
||||
console.log('Document https://fairyever.com/d2-admin/doc/zh/')
|
||||
console.log('Document https://d2.pub/zh/doc/d2-admin')
|
||||
console.log('请不要吝啬您的 star,谢谢 ~')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/ecosystem-d2-crud/"/>
|
||||
link="https://d2.pub/zh/doc/d2-crud-v2"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<d2-container-frame src="https://fairyever.com/d2-admin/doc/zh/"/>
|
||||
<d2-container-frame src="https://d2.pub/zh/doc/d2-admin"/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@
|
|||
<d2-link-btn
|
||||
slot="footer"
|
||||
title="文档"
|
||||
link="https://fairyever.com/d2-admin/doc/zh/sys-locales/"/>
|
||||
link="https://d2.pub/zh/doc/d2-admin/locales"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
这里有一些参考资料
|
||||
</h2>
|
||||
<el-button-group>
|
||||
<el-button @click="$open('https://fairyever.com/d2-admin/doc/zh/')">
|
||||
<el-button @click="$open('https://d2.pub/zh/doc/d2-admin')">
|
||||
<d2-icon name="book" class="d2-mr-5"/>
|
||||
文档
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<template slot="footer">
|
||||
<div class="btn-group">
|
||||
<span class="btn-group__btn" @click="$open('https://github.com/d2-projects')">开源组织</span> |
|
||||
<span class="btn-group__btn" @click="$open('https://fairyever.com/d2-admin/doc/zh/')">文档</span> |
|
||||
<span class="btn-group__btn" @click="$open('https://d2.pub/zh/doc/d2-admin')">文档</span> |
|
||||
<span class="btn-group__btn" @click="$open('https://github.com/d2-projects/d2-admin-start-kit')">简化版</span> |
|
||||
<span class="btn-group__btn" @click="$open('https://juejin.im/user/57a48b632e958a006691b946/posts')">掘金</span> |
|
||||
<el-popover :width="172" trigger="hover">
|
||||
|
|
|
|||
|
|
@ -26,10 +26,10 @@ describe('d2-container-frame', () => {
|
|||
const wrapper = mount(D2ContainerFrame, {
|
||||
stubs: ['d2-container'],
|
||||
propsData: {
|
||||
src: 'https://fairyever.com/d2-admin/doc/zh/'
|
||||
src: 'https://d2.pub/zh/doc/d2-admin'
|
||||
}
|
||||
})
|
||||
|
||||
expect(wrapper.props().src).toEqual('https://fairyever.com/d2-admin/doc/zh/')
|
||||
expect(wrapper.props().src).toEqual('https://d2.pub/zh/doc/d2-admin')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue