app.json 526 字节
{
  "pages": [
    "pages/homepage/homepage",
    "pages/attentionone/attentionone",
    "pages/attentiontwo/attentiontwo",
   
     "pages/parentping/parentping",
    "pages/question/question",
    
    
    
   
    
 
    "pages/aboutdanke/aboutdanke",
    
    "pages/index/index",
    "pages/logs/logs"
    
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "",
    "navigationBarTextStyle": "black"
  },
  "sitemapLocation": "sitemap.json"
}