mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[new feature] update document header style (#306)
* fix: Tabbar icon line-height * [new feature] progress add showPivot prop * [new feature] TabItem support vue-router * [new feature] update document header style
This commit is contained in:
parent
1727b0d328
commit
0aab9ba7be
@ -51,11 +51,3 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="postcss">
|
|
||||||
.zan-doc-content--quickstart {
|
|
||||||
h3:not(:first-of-type) {
|
|
||||||
margin-top: 35px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
@ -2,8 +2,12 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
'zh-CN': {
|
'zh-CN': {
|
||||||
header: {
|
header: {
|
||||||
Github: 'https://github.com/youzan/vant',
|
lang: {
|
||||||
English: '#/en-US/'
|
text: 'En',
|
||||||
|
from: 'zh-CN',
|
||||||
|
to: 'en-US'
|
||||||
|
},
|
||||||
|
github: 'https://github.com/youzan/vant'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
github: 'https://github.com/youzan/vant',
|
github: 'https://github.com/youzan/vant',
|
||||||
@ -269,8 +273,12 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
'en-US': {
|
'en-US': {
|
||||||
header: {
|
header: {
|
||||||
Github: 'https://github.com/youzan/vant',
|
lang: {
|
||||||
中文: '#/zh-CN'
|
text: '中文',
|
||||||
|
from: 'en-US',
|
||||||
|
to: 'zh-CN'
|
||||||
|
},
|
||||||
|
github: 'https://github.com/youzan/vant'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
github: 'https://github.com/youzan/vant',
|
github: 'https://github.com/youzan/vant',
|
||||||
|
@ -75,10 +75,7 @@
|
|||||||
"friendly-errors-webpack-plugin": "^1.6.1",
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
||||||
"gh-pages": "^1.0.0",
|
"gh-pages": "^1.0.0",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-clean-css": "^3.9.0",
|
|
||||||
"gulp-cssmin": "^0.2.0",
|
"gulp-cssmin": "^0.2.0",
|
||||||
"gulp-iconfont": "^9.0.2",
|
|
||||||
"gulp-iconfont-css": "^2.1.0",
|
|
||||||
"gulp-postcss": "^7.0.0",
|
"gulp-postcss": "^7.0.0",
|
||||||
"gulp-util": "^3.0.8",
|
"gulp-util": "^3.0.8",
|
||||||
"highlight.js": "^9.12.0",
|
"highlight.js": "^9.12.0",
|
||||||
@ -96,7 +93,6 @@
|
|||||||
"karma-webpack": "^2.0.4",
|
"karma-webpack": "^2.0.4",
|
||||||
"markdown-it": "^8.4.0",
|
"markdown-it": "^8.4.0",
|
||||||
"markdown-it-container": "^2.0.0",
|
"markdown-it-container": "^2.0.0",
|
||||||
"md5-file": "^3.2.3",
|
|
||||||
"mocha": "^3.4.2",
|
"mocha": "^3.4.2",
|
||||||
"postcss": "^6.0.14",
|
"postcss": "^6.0.14",
|
||||||
"postcss-calc": "^6.0.0",
|
"postcss-calc": "^6.0.0",
|
||||||
@ -122,6 +118,6 @@
|
|||||||
"webpack-bundle-analyzer": "^2.9.0",
|
"webpack-bundle-analyzer": "^2.9.0",
|
||||||
"webpack-dev-server": "^2.9.4",
|
"webpack-dev-server": "^2.9.4",
|
||||||
"webpack-merge": "^4.1.1",
|
"webpack-merge": "^4.1.1",
|
||||||
"zan-doc": "^0.3.9"
|
"zan-doc": "0.3.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8217,9 +8217,9 @@ yeast@0.1.2:
|
|||||||
version "0.1.2"
|
version "0.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
|
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
|
||||||
|
|
||||||
zan-doc@^0.3.9:
|
zan-doc@0.3.10:
|
||||||
version "0.3.9"
|
version "0.3.10"
|
||||||
resolved "https://registry.yarnpkg.com/zan-doc/-/zan-doc-0.3.9.tgz#4a666408569aee6481590aba281cf40c98ce89b7"
|
resolved "https://registry.yarnpkg.com/zan-doc/-/zan-doc-0.3.10.tgz#c3130c81cbb66e0feceb6d5a84d89b39db69659a"
|
||||||
dependencies:
|
dependencies:
|
||||||
cheerio "0.22.0"
|
cheerio "0.22.0"
|
||||||
decamelize "^1.2.0"
|
decamelize "^1.2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user