From 80921e1122d8dcf8d0080015b00b8df5cadb90e6 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 06 九月 2024 11:47:50 +0800
Subject: [PATCH] study

---
 app.json |   38 ++++++++++++++++++++++++++++++--------
 1 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/app.json b/app.json
index 18e255a..d1fbd39 100644
--- a/app.json
+++ b/app.json
@@ -1,9 +1,10 @@
 {
   "pages": [
     "pages/home/home",
+    "pages/home/digitalRead/index",
     "pages/retrievalPage/index",
     "pages/cart/paymentPage/index",
-    "pages/student/index",
+    "pages/study/index",
     "pages/cart/index",
     "pages/bookExhibitionList/index",
     "pages/bookExhibitionDetails/index",
@@ -11,9 +12,23 @@
     "pages/personalCenter/index",
     "pages/personalCenter/feedBackSubmit/index",
     "pages/personalCenter/certificate/index",
-    "pages/testLogin/index",
+    "pages/personalCenter/pointsRecord/index",
+    "pages/personalCenter/myUpload/index",
     "pages/bookServices/assort/index",
-    "pages/bindInfo/index"
+    "pages/testLogin/index",
+    "pages/bindInfo/index",
+    "pages/bookExhibitionList/select/select",
+    "pages/digitalTextbooks/index",
+    "pages/digitalTextbooks/digitalTextbooksDetails/index",
+    "pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index",
+    "pages/digitalCourses/index",
+    "pages/digitalCourses/digitalCoursesDetails/index",
+    "pages/digitalCourses/digitalCoursesDetails/components/digitalRead/index",
+    "pages/specialDiscussion/index",
+    "pages/specialDiscussion/webView/index",
+    "pages/index/bookDetail",
+    "pages/index/resourceCover",
+    "pages/test/testCover"
   ],
   "subPackages": [
     {
@@ -25,8 +40,15 @@
         "pages/resourceDetails/document/index",
         "pages/sampleBookList/index",
         "pages/sampleBookList/applicationForm/index",
-        "pages/teacherCertification/index"
-      ]
+        "pages/teacherCertification/index",
+        "pages/publickBookForm/index"
+      ],
+      "plugins": {
+        "t-video": {
+          "version": "1.0.10",
+          "provider": "wx5474241b2a65b906"
+        }
+      }
     },
     {
       "root": "packagePersonal",
@@ -54,7 +76,8 @@
         "pages/bookServices/examination/examination",
         "pages/bookServices/webpage/index",
         "pages/components/webView/index",
-        "pages/bookServices/detail/buyResource/index"
+        "pages/bookServices/detail/buyResource/index",
+        "pages/bookServices/detail/components/learnTask/index"
       ]
     }
   ],
@@ -78,7 +101,7 @@
         "selectedIconPatn": "/static/images/home/service-click@2x.png"
       },
       {
-        "pagePath": "pages/student/index",
+        "pagePath": "pages/study/index",
         "text": "瀛︿範",
         "iconPath": "/static/images/home/learn@2x.png",
         "selectedIconPatn": "/static/images/home/learn-click@2x.png"
@@ -104,7 +127,6 @@
   "window": {
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
-    "navigationBarTitleText": "浜笀E璇�",
     "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",

--
Gitblit v1.9.1