13 lines
338 B
JSON
13 lines
338 B
JSON
{
|
|
"component": true,
|
|
"usingComponents": {
|
|
"t-avatar": "tdesign-miniprogram/avatar/avatar",
|
|
"van-icon": "@vant/weapp/icon/index"
|
|
},
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "个人中心",
|
|
"backgroundColor": "#eeeeee",
|
|
"backgroundTextStyle": "light"
|
|
}
|