From 80921e1122d8dcf8d0080015b00b8df5cadb90e6 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 06 九月 2024 11:47:50 +0800 Subject: [PATCH] study --- app.json | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 9a453e1..d1fbd39 100644 --- a/app.json +++ b/app.json @@ -12,6 +12,8 @@ "pages/personalCenter/index", "pages/personalCenter/feedBackSubmit/index", "pages/personalCenter/certificate/index", + "pages/personalCenter/pointsRecord/index", + "pages/personalCenter/myUpload/index", "pages/bookServices/assort/index", "pages/testLogin/index", "pages/bindInfo/index", @@ -20,7 +22,13 @@ "pages/digitalTextbooks/digitalTextbooksDetails/index", "pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index", "pages/digitalCourses/index", - "pages/digitalCourses/digitalCoursesDetails/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": [ { @@ -32,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", @@ -61,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" ] } ], -- Gitblit v1.9.1