mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
优化 example 展示
This commit is contained in:
parent
1f82fb2110
commit
4f6005e1b6
app.json
example
badge
btn
capsule
card
cell
dashboard
dialog
field
helper
icon
label
loadmore
noticebar
panel
popup
quantity
select
steps
switch
tab
toast
toptips
2
app.json
2
app.json
@ -25,7 +25,7 @@
|
|||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
"navigationBarBackgroundColor": "#FAFAFA",
|
"navigationBarBackgroundColor": "#FAFAFA",
|
||||||
"navigationBarTitleText": "ZanUI",
|
"navigationBarTitleText": "ZanUI-WeApp",
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"backgroundTextStyle": "dark",
|
"backgroundTextStyle": "dark",
|
||||||
"backgroundColor": "#f9f9f9"
|
"backgroundColor": "#f9f9f9"
|
||||||
|
3
example/badge/index.json
Normal file
3
example/badge/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Badge 徽章"
|
||||||
|
}
|
3
example/btn/index.json
Normal file
3
example/btn/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Button 按钮"
|
||||||
|
}
|
3
example/capsule/index.json
Normal file
3
example/capsule/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Capsule 胶囊"
|
||||||
|
}
|
3
example/card/index.json
Normal file
3
example/card/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Card 卡片"
|
||||||
|
}
|
3
example/cell/index.json
Normal file
3
example/cell/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Cell 单元格"
|
||||||
|
}
|
@ -53,9 +53,6 @@ export default {
|
|||||||
}, {
|
}, {
|
||||||
name: 'Tab 标签',
|
name: 'Tab 标签',
|
||||||
path: '/example/tab/index'
|
path: '/example/tab/index'
|
||||||
}, {
|
|
||||||
name: 'Toptips 顶部提示',
|
|
||||||
path: '/example/toptips/index'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -72,11 +69,14 @@ export default {
|
|||||||
title: '操作反馈',
|
title: '操作反馈',
|
||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
|
name: 'Dialog 弹出框',
|
||||||
|
path: '/example/dialog/index'
|
||||||
|
}, {
|
||||||
name: 'Toast 轻提示',
|
name: 'Toast 轻提示',
|
||||||
path: '/example/toast/index'
|
path: '/example/toast/index'
|
||||||
}, {
|
}, {
|
||||||
name: 'Dialog 弹出框',
|
name: 'Toptips 顶部提示',
|
||||||
path: '/example/dialog/index'
|
path: '/example/toptips/index'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
3
example/dialog/index.json
Normal file
3
example/dialog/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Dialog 弹出框"
|
||||||
|
}
|
3
example/field/index.json
Normal file
3
example/field/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Field 输入框"
|
||||||
|
}
|
3
example/helper/index.json
Normal file
3
example/helper/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Helper 基础样式"
|
||||||
|
}
|
3
example/icon/index.json
Normal file
3
example/icon/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Icon 图标"
|
||||||
|
}
|
3
example/label/index.json
Normal file
3
example/label/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Label 标签"
|
||||||
|
}
|
3
example/loadmore/index.json
Normal file
3
example/loadmore/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Loadmore 加载"
|
||||||
|
}
|
3
example/noticebar/index.json
Normal file
3
example/noticebar/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Noticebar 通告栏"
|
||||||
|
}
|
3
example/panel/index.json
Normal file
3
example/panel/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Panel 面板"
|
||||||
|
}
|
3
example/popup/index.json
Normal file
3
example/popup/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Popup 弹出层"
|
||||||
|
}
|
3
example/quantity/index.json
Normal file
3
example/quantity/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Quantity 计数器"
|
||||||
|
}
|
3
example/select/index.json
Normal file
3
example/select/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Select 选择"
|
||||||
|
}
|
3
example/steps/index.json
Normal file
3
example/steps/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Steps 步骤条"
|
||||||
|
}
|
3
example/switch/index.json
Normal file
3
example/switch/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Switch 开关"
|
||||||
|
}
|
3
example/tab/index.json
Normal file
3
example/tab/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Tab 标签"
|
||||||
|
}
|
3
example/toast/index.json
Normal file
3
example/toast/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Toast 轻提示"
|
||||||
|
}
|
3
example/toptips/index.json
Normal file
3
example/toptips/index.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"navigationBarTitleText": "Toptips 顶部提示"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user