10 lines
280 B
JSON
10 lines
280 B
JSON
|
{
|
||
|
"enablePullDownRefresh": true,
|
||
|
"navigationBarTitleText": "文章内容",
|
||
|
"navigationBarBackgroundColor": "#333",
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"usingComponents": {
|
||
|
"uni-fav": "/components/uni-fav/uni-fav",
|
||
|
"avatar": "/pages/components/avatar/avatar"
|
||
|
}
|
||
|
}
|