mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Doc] update doc site (#407)
This commit is contained in:
parent
5a9516c275
commit
96e3bf74e8
@ -7,20 +7,24 @@
|
|||||||
|
|
||||||
- 新增 Actionsheet 组件
|
- 新增 Actionsheet 组件
|
||||||
- 新增 Badge 组件
|
- 新增 Badge 组件
|
||||||
|
- 新增 BadgeGroup 组件
|
||||||
- 新增 Button 组件
|
- 新增 Button 组件
|
||||||
- 新增 Card 组件
|
- 新增 Card 组件
|
||||||
- 新增 Cell 组件
|
- 新增 Cell 组件
|
||||||
|
- 新增 CellGroup 组件
|
||||||
|
- 新增 Col 组件
|
||||||
- 新增 Field 组件
|
- 新增 Field 组件
|
||||||
- 新增 Icon 组件
|
- 新增 Icon 组件
|
||||||
- 新增 Layout 组件
|
|
||||||
- 新增 Loading 组件
|
- 新增 Loading 组件
|
||||||
- 新增 Panel 组件
|
|
||||||
- 新增 Popup 组件
|
|
||||||
- 新增 NavBar 组件
|
- 新增 NavBar 组件
|
||||||
- 新增 NoticeBar 组件
|
- 新增 NoticeBar 组件
|
||||||
|
- 新增 Notify 组件
|
||||||
|
- 新增 Panel 组件
|
||||||
|
- 新增 Popup 组件
|
||||||
|
- 新增 Row 组件
|
||||||
- 新增 Search 组件
|
- 新增 Search 组件
|
||||||
- 新增 Steps 组件
|
|
||||||
- 新增 Stepper 组件
|
- 新增 Stepper 组件
|
||||||
|
- 新增 Steps 组件
|
||||||
- 新增 Switch 组件
|
- 新增 Switch 组件
|
||||||
- 新增 Tag 组件
|
- 新增 Tag 组件
|
||||||
- 新增 TreeSelect 组件
|
- 新增 TreeSelect 组件
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<script>
|
<script>
|
||||||
const PREFIX = 'https://img.yzcdn.cn/vant-weapp/';
|
const PREFIX = 'https://img.yzcdn.cn/vant-weapp/';
|
||||||
const MAP = {
|
const MAP = {
|
||||||
index: 'index-201808090730.png',
|
index: 'index-201808121630.png',
|
||||||
actionsheet: 'actionsheet-201808092138.jpeg',
|
actionsheet: 'actionsheet-201808092138.jpeg',
|
||||||
badge: 'badge-201808092138.png',
|
badge: 'badge-201808092138.png',
|
||||||
button: 'button-201808092138.png',
|
button: 'button-201808092138.png',
|
||||||
|
@ -30,6 +30,10 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
path: '/changelog',
|
path: '/changelog',
|
||||||
title: '更新日志'
|
title: '更新日志'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/common',
|
||||||
|
title: '内置样式'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ import componentDocs from './docs-entry';
|
|||||||
const registerRoute = () => {
|
const registerRoute = () => {
|
||||||
const route = [{
|
const route = [{
|
||||||
path: '*',
|
path: '*',
|
||||||
redirect: to => `/quickstart`
|
redirect: to => `/intro`
|
||||||
}];
|
}];
|
||||||
|
|
||||||
const navs = docConfig.nav || [];
|
const navs = docConfig.nav || [];
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"navigationBarTitleText": "Vant 组件库演示",
|
"navigationBarTitleText": "Vant Weapp",
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"van-panel": "../../dist/panel/index",
|
"van-panel": "../../dist/panel/index",
|
||||||
"van-cell": "../../dist/cell/index",
|
"van-cell": "../../dist/cell/index",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<image class="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" />
|
<image class="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" />
|
||||||
<view class="title-text">Vant</view>
|
<view class="title-text">Vant Weapp</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="desc">轻量、可靠的小程序 UI 组件库</view>
|
<view class="desc">轻量、可靠的小程序 UI 组件库</view>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title-text {
|
.title-text {
|
||||||
font-size: 40px;
|
font-size: 32px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
|
font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user