3
tj
2025-05-22 14764dd7679369a650ad1d60be62aacc863755a1
pages.json
@@ -27,6 +27,66 @@
               }
            }
         ]
      },
      {
         "root": "sub-pages/film-list",
         "pages": [
            {
               "path": "film-list",
               "style": {
                  "navigationBarTitleText": "",
                  "enablePullDownRefresh": true
               }
            }
            ,{
               "path": "film-detail",
               "style": {
                  "navigationBarTitleText": "",
                  "enablePullDownRefresh": true
                  // ,"navigationStyle": "custom"
               }
            }
            ,{
               "path": "film-official-detail",
               "style": {
                  "navigationBarTitleText": "",
                  "enablePullDownRefresh": true
                  // ,"navigationStyle": "custom"
               }
            }
         ]
      },
      {
         "root": "sub-pages/community",
         "pages": [
            {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "",
                  "enablePullDownRefresh": true
               }
            }
         ]
      }
      ,{
         "root": "sub-pages/mine",
         "pages": [
            {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "",
                  "enablePullDownRefresh": true
               }
            }
            ,{
               "path": "settings",
               "style": {
                  "navigationBarTitleText": "设置",
                  "enablePullDownRefresh": true
               }
            }
         ]
      }
   ],
   "globalStyle": {