优化 example 展示

This commit is contained in:
pangxie1991 2017-10-27 11:16:59 +08:00
parent 1f82fb2110
commit 4f6005e1b6
23 changed files with 69 additions and 6 deletions

View File

@ -25,7 +25,7 @@
],
"window": {
"navigationBarBackgroundColor": "#FAFAFA",
"navigationBarTitleText": "ZanUI",
"navigationBarTitleText": "ZanUI-WeApp",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "dark",
"backgroundColor": "#f9f9f9"

3
example/badge/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Badge 徽章"
}

3
example/btn/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Button 按钮"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Capsule 胶囊"
}

3
example/card/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Card 卡片"
}

3
example/cell/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Cell 单元格"
}

View File

@ -53,9 +53,6 @@ export default {
}, {
name: 'Tab 标签',
path: '/example/tab/index'
}, {
name: 'Toptips 顶部提示',
path: '/example/toptips/index'
}
]
},
@ -72,11 +69,14 @@ export default {
title: '操作反馈',
content: [
{
name: 'Dialog 弹出框',
path: '/example/dialog/index'
}, {
name: 'Toast 轻提示',
path: '/example/toast/index'
}, {
name: 'Dialog 弹出框',
path: '/example/dialog/index'
name: 'Toptips 顶部提示',
path: '/example/toptips/index'
}
]
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Dialog 弹出框"
}

3
example/field/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Field 输入框"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Helper 基础样式"
}

3
example/icon/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Icon 图标"
}

3
example/label/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Label 标签"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Loadmore 加载"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Noticebar 通告栏"
}

3
example/panel/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Panel 面板"
}

3
example/popup/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Popup 弹出层"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Quantity 计数器"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Select 选择"
}

3
example/steps/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Steps 步骤条"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Switch 开关"
}

3
example/tab/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Tab 标签"
}

3
example/toast/index.json Normal file
View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Toast 轻提示"
}

View File

@ -0,0 +1,3 @@
{
"navigationBarTitleText": "Toptips 顶部提示"
}