From 9f0845f97dd19f6d93e54131d021e1ab360638e1 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Tue, 13 Aug 2024 17:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 34 +- .../commonComponents/video/index.vue | 416 +- pages/course/chapterDetailAndorid.vue | 57 +- pages/course/courseDetail.vue | 2 +- static/aliplayercomponents-1.0.9.min.js | 5932 +++++++++++++++++ 5 files changed, 6275 insertions(+), 166 deletions(-) create mode 100644 static/aliplayercomponents-1.0.9.min.js diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 6c1f93d..b5014f6 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,31 +4,27 @@ "version" : "0.0", "configurations" : [ { - "app-plus" : - { - "launchtype" : "remote" - }, - "default" : - { - "launchtype" : "local" - }, - "h5" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "provider" : "aliyun", - "type" : "uniCloud" + "app-plus" : { + "launchtype" : "remote" + }, + "default" : { + "launchtype" : "local" + }, + "h5" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "provider" : "aliyun", + "type" : "uniCloud" }, { "playground" : "custom", "type" : "uni-app:app-ios" }, { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-android" }, { diff --git a/pages/component/commonComponents/video/index.vue b/pages/component/commonComponents/video/index.vue index f17d6c8..8a6de81 100644 --- a/pages/component/commonComponents/video/index.vue +++ b/pages/component/commonComponents/video/index.vue @@ -1,13 +1,27 @@