15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"navigationBarTitleText": "按钮",
|
|
"usingComponents": {
|
|
"showbox": "../../common/component/showbox/index",
|
|
"box": "../../common/component/container/index"
|
|
},
|
|
"skeleton": {
|
|
"path": "./button.skeleton.xhsml",
|
|
"options": {
|
|
"background": "#eee",
|
|
"animation": "shine"
|
|
}
|
|
}
|
|
}
|