Merge tag 'update_doc_src' into develop

no message


Former-commit-id: d855e461acefcf80edbb0cdf4515581821ef5eb4 [formerly d855e461acefcf80edbb0cdf4515581821ef5eb4 [formerly d855e461acefcf80edbb0cdf4515581821ef5eb4 [formerly d855e461acefcf80edbb0cdf4515581821ef5eb4 [formerly c807eb2f430a1c37c5a47a6e2683d8e7f8a805f8 [formerly 6e501102741a16c44f486794affb1c7e154376a1]]]]]
Former-commit-id: e720df78fac7139679aa8e2cb26b6fbe1bb55537
Former-commit-id: 200fc8596bb1899746dcb980c640ae95889e73a8
Former-commit-id: 72232a80effe85cb6015944546be8913140fa625 [formerly 0d4a958d245651e3d6e84413cdd06529484fe659]
Former-commit-id: 39bdb22849021767e7d658d2fed3375797a59f2e
Former-commit-id: dce3aa603bbecf3851d81c103ec36ec1e459a297
Former-commit-id: c53738e53f0015cec94e318de0e011fd5d547e44
Former-commit-id: 5e37c993c3a1e7dc2fcf23039320ecf31028ad6f
Former-commit-id: fb2f41835325756346309a22a4fc496a3c0348a4
This commit is contained in:
孙昊翔
2018-09-03 11:05:20 +08:00
8 changed files with 8 additions and 8 deletions

View File

@@ -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>",

View File

@@ -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>",

View File

@@ -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>

View File

@@ -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/'
}
}
}

View File

@@ -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>

View File

@@ -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>

View File

@@ -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> |

View File

@@ -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 版本