|
|
@@ -1,9 +1,11 @@
|
|
|
{
|
|
|
- "usingComponents": {},
|
|
|
"navigationBarTitleText": "每日签到",
|
|
|
"navigationBarBackgroundColor": "#f8f9fc",
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"backgroundColor": "#f8f9fc",
|
|
|
"enablePullDownRefresh": true,
|
|
|
- "backgroundTextStyle": "dark"
|
|
|
+ "backgroundTextStyle": "dark",
|
|
|
+ "usingComponents": {
|
|
|
+ "uni-ad": "plugin://uni-ad/ad"
|
|
|
+ }
|
|
|
}
|