14 lines
345 B
JSON
14 lines
345 B
JSON
{
|
|
"navigationStyle": "custom",
|
|
"renderer": "skyline",
|
|
"componentFramework": "glass-easel",
|
|
"disableScroll": true,
|
|
"usingComponents": {
|
|
"t-navbar": "tdesign-miniprogram/navbar/navbar",
|
|
"t-button": "tdesign-miniprogram/button/button",
|
|
"theme": "../theme",
|
|
"description": "../description",
|
|
"custom": "../custom"
|
|
}
|
|
}
|