16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"navigationBarTitleText": "NoticeBar",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"usingComponents": {
|
|
"t-notice-bar": "tdesign-miniprogram/notice-bar/notice-bar",
|
|
"base": "./base",
|
|
"iconDemo": "./iconDemo",
|
|
"suffixIcon": "./suffixIcon",
|
|
"event": "./event",
|
|
"custom": "./custom",
|
|
"theme": "./theme",
|
|
"scrolling": "./scrolling",
|
|
"customization": "./customization"
|
|
}
|
|
}
|