14 lines
373 B
JSON
14 lines
373 B
JSON
|
|
{
|
||
|
|
"navigationStyle": "custom",
|
||
|
|
"usingComponents": {
|
||
|
|
"t-navbar": "tdesign-miniprogram/navbar/navbar",
|
||
|
|
"t-button": "tdesign-miniprogram/button/button",
|
||
|
|
"t-skeleton": "tdesign-miniprogram/skeleton/skeleton",
|
||
|
|
"base": "../base",
|
||
|
|
"half-round": "../half-round"
|
||
|
|
},
|
||
|
|
"renderer": "skyline",
|
||
|
|
"componentFramework": "glass-easel",
|
||
|
|
"disableScroll": true
|
||
|
|
}
|