Skip to content

Commit

Permalink
更新项目相关地址
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Dec 15, 2019
1 parent 057d398 commit 466e748
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/d2admin/modules/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,谢谢 ~')
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/system/index/components/d2-help/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/views/system/index/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 466e748

Please sign in to comment.