13 lines
319 B
JSON
13 lines
319 B
JSON
|
|
{
|
||
|
|
"navigationBarTitleText": "Skeleton",
|
||
|
|
"navigationBarBackgroundColor": "#fff",
|
||
|
|
"usingComponents": {
|
||
|
|
"t-skeleton": "tdesign-miniprogram/skeleton/skeleton",
|
||
|
|
"theme": "./theme",
|
||
|
|
"grid": "./grid",
|
||
|
|
"cell-group": "./cell-group",
|
||
|
|
"image-group": "./image-group",
|
||
|
|
"animation": "./animation"
|
||
|
|
}
|
||
|
|
}
|