chengjie 6 mēneši atpakaļ
vecāks
revīzija
b04c7f099c
2 mainītis faili ar 9 papildinājumiem un 19 dzēšanām
  1. 1 0
      .cloudbase/container/debug.json
  2. 8 19
      app.json

+ 1 - 0
.cloudbase/container/debug.json

@@ -0,0 +1 @@
1
+{"containers":[],"config":{}}

+ 8 - 19
app.json

@@ -1,27 +1,16 @@
1 1
 {
2 2
   "pages": [
3 3
     "pages/index/index",
4
+    "pages/article_generator/article_generator",
4 5
     "pages/logs/logs",
5
-    "pages/ocr/ocr",
6
-    "pages/article_generator/article_generator"
6
+    "pages/ocr/ocr"
7 7
   ],
8
-  "minPlatformVersion": "2.21.0",
9 8
   "window": {
10
-    "navigationBarBackgroundColor": "#ffffff",
11
-    "navigationBarTitleText": "秒过",
12
-    "navigationBarTextStyle": "black",
13
-    "backgroundColor": "#ffffff",
14
-    "enablePullDownRefresh": false
9
+    "backgroundTextStyle": "light",
10
+    "navigationBarBackgroundColor": "#fff",
11
+    "navigationBarTitleText": "英语学习助手",
12
+    "navigationBarTextStyle": "black"
15 13
   },
16
-  "sitemapLocation": "sitemap.json",
17
-  "lazyCodeLoading": "requiredComponents",
18
-  "requiredPrivateInfos": [
19
-    "getLocation",
20
-    "chooseLocation"
21
-  ],
22
-  "permission": {
23
-    "scope.camera": {
24
-      "desc": "需要使用您的相机进行文字识别"
25
-    }
26
-  }
14
+  "style": "v2",
15
+  "sitemapLocation": "sitemap.json"
27 16
 }