index.json 289 B

1234567891011
  1. {
  2. "navigationBarTitleText": "每日签到",
  3. "navigationBarBackgroundColor": "#f8f9fc",
  4. "navigationBarTextStyle": "black",
  5. "backgroundColor": "#f8f9fc",
  6. "enablePullDownRefresh": true,
  7. "backgroundTextStyle": "dark",
  8. "usingComponents": {
  9. "uni-ad": "plugin://uni-ad/ad"
  10. }
  11. }