更新文档地址
Former-commit-id: 1007e28ffea96ac442e66b2a8e4601fefb361b3f [formerly 85e07fab3ff65cd61092991daf26855c8ed5969a] [formerly 1007e28ffea96ac442e66b2a8e4601fefb361b3f [formerly 85e07fab3ff65cd61092991daf26855c8ed5969a] [formerly 1007e28ffea96ac442e66b2a8e4601fefb361b3f [formerly 85e07fab3ff65cd61092991daf26855c8ed5969a] [formerly 85e07fab3ff65cd61092991daf26855c8ed5969a [formerly 90c265e3ac4a27f677f30adcb5f768f3eb48824a [formerly d263da1c6f41453628385a7a233ebbd5ccf1d085]]]]] Former-commit-id: a378444bc00b239fe5f1de840792dc0e5805280f Former-commit-id: 420018e573a99d97f6c1a0ee0f7dbca959bfea4a Former-commit-id: a31366cd7696b1fcab2c2fa4af3e7754954bf1e4 [formerly 35f92b9cc58c0c7c288de47bda44a4a9f32984eb] Former-commit-id: f883a66291ea34249018f2c545bc7c5eb0c07112 Former-commit-id: d22fe9ba89d4de4328c8a722c638605b8f3800f2 Former-commit-id: 4c26302a39fbc7884509ea221b3cbbc99861c35a Former-commit-id: be6be9217d72a0d675bd693e66c9f7268d46a775 Former-commit-id: b1944d0b66c668e18ae1eeed2c6d93ee022acfbd
This commit is contained in:
parent
747c47c5c0
commit
e3761d94dc
|
|
@ -9,7 +9,7 @@
|
|||
" 可选 type = full(默认) | card | ghost",
|
||||
" 可选 better-scroll 属性",
|
||||
" 可选 better-scroll-option 属性",
|
||||
" 文档 http://app.d3collection.cn/d2-admin-doc/lastest/zh/components/container.html",
|
||||
" 文档 https://d2-projects.github.io/d2-admin-doc/zh/components/container.html",
|
||||
" -->",
|
||||
" <template slot=\"header\">header</template>",
|
||||
" <span class=\"${1:page-name}_title\">this is [ {{name}} ]</span>",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
" 可选 type = full(默认) | card | ghost",
|
||||
" 可选 better-scroll 属性",
|
||||
" 可选 better-scroll-option 属性",
|
||||
" 文档 http://app.d3collection.cn/d2-admin-doc/lastest/zh/components/container.html",
|
||||
" 文档 https://d2-projects.github.io/d2-admin-doc/zh/components/container.html",
|
||||
" -->",
|
||||
" <template slot=\"header\">header</template>",
|
||||
" <span class=\"${1:page-name}_title\">this is [ {{name}} ]</span>",
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@
|
|||
<div class="d2-app-loading-sub-info">如果很久很久都没有加载成功,请清空缓存重新加载页面</div>
|
||||
<div style="margin-top: 10px;">
|
||||
<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="http://app.d3collection.cn/d2-admin-doc/lastest/zh/" target="blank">中文文档</a>
|
||||
<a class="d2-app-loading-btn" href="https://d2-projects.github.io/d2-admin-doc/zh/" target="blank">中文文档</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export default {
|
|||
src: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: 'http://app.d3collection.cn/d2-admin-doc/lastest/zh/'
|
||||
default: 'https://d2-projects.github.io/d2-admin-doc/zh/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<template>
|
||||
<d2-container-frame src="http://app.d3collection.cn/d2-admin-doc/lastest/zh/"/>
|
||||
<d2-container-frame src="https://d2-projects.github.io/d2-admin-doc/zh/"/>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<d2-icon name="github" class="d2-mr-5"/>
|
||||
主页
|
||||
</el-button>
|
||||
<el-button @click="$open('http://app.d3collection.cn/d2-admin-doc/lastest/zh/')">
|
||||
<el-button @click="$open('https://d2-projects.github.io/d2-admin-doc/zh/')">
|
||||
<d2-icon name="book" class="d2-mr-5"/>
|
||||
中文文档
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<template slot="footer">
|
||||
<div class="page__btn-group">
|
||||
<span @click="$open('https://github.com/d2-projects')">项目组</span> |
|
||||
<span @click="$open('http://app.d3collection.cn/d2-admin-doc/lastest/zh/')">使用文档</span> |
|
||||
<span @click="$open('https://d2-projects.github.io/d2-admin-doc/zh/')">使用文档</span> |
|
||||
<span @click="$open('https://github.com/d2-projects/d2-admin-start-kit')">简化版脚手架</span> |
|
||||
<span @click="$open('https://alibaba.github.io/ice/scaffold?type=vue')">飞冰物料</span> |
|
||||
<span @click="$open('https://juejin.im/user/57a48b632e958a006691b946/posts')">掘金专栏</span> |
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ export default {
|
|||
versionShow (state) {
|
||||
util.log.capsule('D2Admin', `v${state.version}`)
|
||||
console.log('Github https://github.com/d2-projects/d2-admin')
|
||||
console.log('Doc http://app.d3collection.cn/d2-admin-doc/lastest/zh/')
|
||||
console.log('Doc https://d2-projects.github.io/d2-admin-doc/zh/')
|
||||
},
|
||||
/**
|
||||
* @description 设置是否有新的 D2Admin 版本
|
||||
|
|
|
|||
Loading…
Reference in New Issue