16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"navigationStyle": "custom",
|
|
"usingComponents": {
|
|
"t-navbar": "tdesign-miniprogram/navbar/navbar",
|
|
"base": "../base",
|
|
"search": "../search",
|
|
"back-home": "../back-home",
|
|
"img": "../img",
|
|
"left-title": "../left-title",
|
|
"custom-color": "../custom-color"
|
|
},
|
|
"renderer": "skyline",
|
|
"componentFramework": "glass-easel",
|
|
"disableScroll": true
|
|
}
|