From 7d599ec31af80d9795734ef53e1e4ddac5f0c329 Mon Sep 17 00:00:00 2001 From: caoyuchun Date: Wed, 28 May 2025 13:42:44 +0800 Subject: [PATCH] cyc --- .../xml-digital-teaching/lib/catalog.css | 8 +- .../xml-digital-teaching/lib/catalog.js | 4 +- .../xml-digital-teaching/lib/catalog.min.css | 2 +- src/plugin/xml-digital-teaching/lib/ebook.css | 6 +- src/plugin/xml-digital-teaching/lib/ebook.js | 4 +- src/plugin/xml-digital-teaching/lib/group.js | 4 +- src/plugin/xml-digital-teaching/lib/html.js | 2 +- src/plugin/xml-digital-teaching/lib/image.css | 6 +- src/plugin/xml-digital-teaching/lib/image.js | 4 +- .../xml-digital-teaching/lib/image.min.css | 2 +- .../xml-digital-teaching/lib/imageText.css | 38 +- .../xml-digital-teaching/lib/imageText.js | 30 +- .../lib/imageText.min.css | 2 +- src/plugin/xml-digital-teaching/lib/index.css | 3698 ++++++++--------- src/plugin/xml-digital-teaching/lib/index.js | 752 ++-- .../xml-digital-teaching/lib/index.min.css | 2 +- src/plugin/xml-digital-teaching/lib/layout.js | 2 +- src/plugin/xml-digital-teaching/lib/music.js | 2 +- .../xml-digital-teaching/lib/paragraph.css | 152 +- .../xml-digital-teaching/lib/paragraph.js | 94 +- .../xml-digital-teaching/lib/question.css | 708 ++-- .../xml-digital-teaching/lib/question.js | 43 +- .../xml-digital-teaching/lib/question.min.css | 2 +- .../xml-digital-teaching/lib/render.css | 4 +- src/plugin/xml-digital-teaching/lib/render.js | 6 +- .../xml-digital-teaching/lib/render.min.css | 2 +- .../xml-digital-teaching/lib/resource.css | 4 +- .../xml-digital-teaching/lib/resource.js | 4 +- .../xml-digital-teaching/lib/resource.min.css | 2 +- .../lib/single-ctalog-group.css | 6 +- .../lib/single-ctalog-group.js | 4 +- .../lib/single-ebook-group.css | 6 +- .../lib/single-ebook-group.js | 4 +- .../lib/single-html-group.css | 6 +- .../lib/single-html-group.js | 4 +- .../lib/single-image-group.js | 2 +- .../lib/single-music-group.css | 6 +- .../lib/single-music-group.js | 4 +- .../lib/single-question-group.css | 6 +- .../lib/single-question-group.js | 4 +- .../lib/single-resource-group.css | 6 +- .../lib/single-resource-group.js | 4 +- .../lib/single-testpaper-group.css | 6 +- .../lib/single-testpaper-group.js | 4 +- .../lib/single-text-group.css | 6 +- .../lib/single-text-group.js | 4 +- .../lib/single-video-group.css | 6 +- .../lib/single-video-group.js | 4 +- .../xml-digital-teaching/lib/splitline.css | 98 +- .../xml-digital-teaching/lib/splitline.js | 78 +- .../xml-digital-teaching/lib/testPaper.js | 4 +- src/plugin/xml-digital-teaching/lib/text.css | 16 +- src/plugin/xml-digital-teaching/lib/text.js | 12 +- src/plugin/xml-digital-teaching/lib/title.css | 170 +- src/plugin/xml-digital-teaching/lib/title.js | 96 +- .../xml-digital-teaching/lib/titleLibrary.css | 160 +- .../xml-digital-teaching/lib/titleLibrary.js | 120 +- .../lib/titleLibrary.min.css | 2 +- src/plugin/xml-digital-teaching/lib/video.css | 12 +- src/plugin/xml-digital-teaching/lib/video.js | 6 +- .../xml-digital-teaching/lib/video.min.css | 2 +- src/views/Book.vue | 5 +- 62 files changed, 3250 insertions(+), 3212 deletions(-) diff --git a/src/plugin/xml-digital-teaching/lib/catalog.css b/src/plugin/xml-digital-teaching/lib/catalog.css index 63a1657..f831bf2 100644 --- a/src/plugin/xml-digital-teaching/lib/catalog.css +++ b/src/plugin/xml-digital-teaching/lib/catalog.css @@ -1,14 +1,14 @@ -.catalog-node-label[data-v-2adc1e7a] { +.catalog-node-label[data-v-d8778466] { display: flex; align-items: center; } -.catalog-node-label img[data-v-2adc1e7a] { +.catalog-node-label img[data-v-d8778466] { margin-right: 4px; } -.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content { +.xml-show-catalog[data-v-d8778466] .el-tree-node__content { height: auto; } -.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content .catalog-node-label { +.xml-show-catalog[data-v-d8778466] .el-tree-node__content .catalog-node-label { max-width: calc(100% - 24px); word-break: break-all; white-space: normal; diff --git a/src/plugin/xml-digital-teaching/lib/catalog.js b/src/plugin/xml-digital-teaching/lib/catalog.js index 22988fc..9c9bf82 100644 --- a/src/plugin/xml-digital-teaching/lib/catalog.js +++ b/src/plugin/xml-digital-teaching/lib/catalog.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -307,7 +307,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-2adc1e7a"; + const __vue_scope_id__ = "data-v-d8778466"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/catalog.min.css b/src/plugin/xml-digital-teaching/lib/catalog.min.css index 1af4d87..6eb7319 100644 --- a/src/plugin/xml-digital-teaching/lib/catalog.min.css +++ b/src/plugin/xml-digital-teaching/lib/catalog.min.css @@ -1 +1 @@ -.catalog-node-label[data-v-2adc1e7a]{display:flex;align-items:center}.catalog-node-label img[data-v-2adc1e7a]{margin-right:4px}.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-show-catalog .el-tree-node__content{display:flex!important} \ No newline at end of file +.catalog-node-label[data-v-d8778466]{display:flex;align-items:center}.catalog-node-label img[data-v-d8778466]{margin-right:4px}.xml-show-catalog[data-v-d8778466] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-d8778466] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-show-catalog .el-tree-node__content{display:flex!important} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/ebook.css b/src/plugin/xml-digital-teaching/lib/ebook.css index 6416de1..706bcf8 100644 --- a/src/plugin/xml-digital-teaching/lib/ebook.css +++ b/src/plugin/xml-digital-teaching/lib/ebook.css @@ -1,9 +1,9 @@ -.xml-ebook-container-h5[data-v-8b95769e] { +.xml-ebook-container-h5[data-v-26ce6d84] { } -.xml-ebook-container-pc[data-v-8b95769e] { +.xml-ebook-container-pc[data-v-26ce6d84] { } -.xml-ebook-container-pad[data-v-8b95769e] { +.xml-ebook-container-pad[data-v-26ce6d84] { } diff --git a/src/plugin/xml-digital-teaching/lib/ebook.js b/src/plugin/xml-digital-teaching/lib/ebook.js index 146a322..56de565 100644 --- a/src/plugin/xml-digital-teaching/lib/ebook.js +++ b/src/plugin/xml-digital-teaching/lib/ebook.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -864,7 +864,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-8b95769e"; + const __vue_scope_id__ = "data-v-26ce6d84"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/group.js b/src/plugin/xml-digital-teaching/lib/group.js index dc89da5..c7ad25e 100644 --- a/src/plugin/xml-digital-teaching/lib/group.js +++ b/src/plugin/xml-digital-teaching/lib/group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -217,7 +217,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-1ffc40b6"; + const __vue_scope_id__ = "data-v-79e2f049"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/html.js b/src/plugin/xml-digital-teaching/lib/html.js index f45d270..2f29416 100644 --- a/src/plugin/xml-digital-teaching/lib/html.js +++ b/src/plugin/xml-digital-teaching/lib/html.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // diff --git a/src/plugin/xml-digital-teaching/lib/image.css b/src/plugin/xml-digital-teaching/lib/image.css index e60a0f9..d192bcb 100644 --- a/src/plugin/xml-digital-teaching/lib/image.css +++ b/src/plugin/xml-digital-teaching/lib/image.css @@ -4,15 +4,15 @@ } -.el-image__inner[data-v-0ec43bef] { +.el-image__inner[data-v-959168fc] { width: 100% !important; } -.xml-image-ping-pu-h5[data-v-0ec43bef] { +.xml-image-ping-pu-h5[data-v-959168fc] { display: flex; flex-direction: column; align-items: center; } -.xml-image-hua-lang[data-v-0ec43bef] { +.xml-image-hua-lang[data-v-959168fc] { display: flex; flex-direction: column; align-items: center; diff --git a/src/plugin/xml-digital-teaching/lib/image.js b/src/plugin/xml-digital-teaching/lib/image.js index b95bf53..82faf98 100644 --- a/src/plugin/xml-digital-teaching/lib/image.js +++ b/src/plugin/xml-digital-teaching/lib/image.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; @@ -1118,7 +1118,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-0ec43bef"; + const __vue_scope_id__$1 = "data-v-959168fc"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/image.min.css b/src/plugin/xml-digital-teaching/lib/image.min.css index 890e423..73f3e9d 100644 --- a/src/plugin/xml-digital-teaching/lib/image.min.css +++ b/src/plugin/xml-digital-teaching/lib/image.min.css @@ -1 +1 @@ -.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-0ec43bef]{width:100%!important}.xml-image-ping-pu-h5[data-v-0ec43bef]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-0ec43bef]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file +.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-959168fc]{width:100%!important}.xml-image-ping-pu-h5[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-959168fc]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/imageText.css b/src/plugin/xml-digital-teaching/lib/imageText.css index f5453ee..cb176be 100644 --- a/src/plugin/xml-digital-teaching/lib/imageText.css +++ b/src/plugin/xml-digital-teaching/lib/imageText.css @@ -1,26 +1,26 @@ -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=fourth.vue.map */ +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + /*# sourceMappingURL=sixth.vue.map */ .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { @@ -98,11 +98,11 @@ } -.xml-text-h5[data-v-69788445] { +.xml-text-h5[data-v-169e6e18] { } -.xml-text-pc[data-v-69788445] { +.xml-text-pc[data-v-169e6e18] { } -.xml-text-h5[data-v-69788445] { +.xml-text-h5[data-v-169e6e18] { } @@ -711,15 +711,15 @@ -.el-image__inner[data-v-0ec43bef] { +.el-image__inner[data-v-959168fc] { width: 100% !important; } -.xml-image-ping-pu-h5[data-v-0ec43bef] { +.xml-image-ping-pu-h5[data-v-959168fc] { display: flex; flex-direction: column; align-items: center; } -.xml-image-hua-lang[data-v-0ec43bef] { +.xml-image-hua-lang[data-v-959168fc] { display: flex; flex-direction: column; align-items: center; diff --git a/src/plugin/xml-digital-teaching/lib/imageText.js b/src/plugin/xml-digital-teaching/lib/imageText.js index a9f8ce3..d055013 100644 --- a/src/plugin/xml-digital-teaching/lib/imageText.js +++ b/src/plugin/xml-digital-teaching/lib/imageText.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; @@ -1118,7 +1118,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-0ec43bef"; + const __vue_scope_id__$d = "data-v-959168fc"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -2492,7 +2492,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-1742a731"; + const __vue_scope_id__$b = "data-v-6b65fe84"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -11746,7 +11746,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-62f6421d"; + const __vue_scope_id__$a = "data-v-bd7c342c"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -45698,10 +45698,10 @@ var Sku = createComponent$9({ price: Math.round(this.sku.price * 100), stock_num: this.sku.stock_num }; - } + } // 更新当前规格属性数据 + + this.setCurrentSkuProperties(skuComb ? skuComb.id : null); if (skuComb) { - // 更新当前规格属性数据 - this.setCurrentSkuProperties(skuComb.id); skuComb.properties = getSelectedProperties(this.propList, this.selectedProp); skuComb.property_price = this.selectedPropValues.reduce(function (acc, cur) { return acc + (cur.price || 0); @@ -53523,7 +53523,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-69788445"; + const __vue_scope_id__$7 = "data-v-169e6e18"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -53815,7 +53815,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-fd878fde"; + const __vue_scope_id__$6 = "data-v-ff0943c4"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -54105,7 +54105,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-7380a383"; + const __vue_scope_id__$5 = "data-v-665241d0"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -54445,7 +54445,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-6e1a7416"; + const __vue_scope_id__$4 = "data-v-0e180829"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -54740,7 +54740,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-133d79dc"; + const __vue_scope_id__$3 = "data-v-3c17555f"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -55003,7 +55003,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-4d26982c"; + const __vue_scope_id__$2 = "data-v-0344337d"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -55308,7 +55308,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-5dc3bc40"; + const __vue_scope_id__$1 = "data-v-484e8cf3"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -55607,7 +55607,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-797bba99"; + const __vue_scope_id__ = "data-v-7b3bf728"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/imageText.min.css b/src/plugin/xml-digital-teaching/lib/imageText.min.css index ce72974..68c0c87 100644 --- a/src/plugin/xml-digital-teaching/lib/imageText.min.css +++ b/src/plugin/xml-digital-teaching/lib/imageText.min.css @@ -1 +1 @@ -.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-0ec43bef]{width:100%!important}.xml-image-ping-pu-h5[data-v-0ec43bef]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-0ec43bef]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file +.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-959168fc]{width:100%!important}.xml-image-ping-pu-h5[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-959168fc]{display:flex;flex-direction:column;align-items:center} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/index.css b/src/plugin/xml-digital-teaching/lib/index.css index ee9280a..9bf6499 100644 --- a/src/plugin/xml-digital-teaching/lib/index.css +++ b/src/plugin/xml-digital-teaching/lib/index.css @@ -1,37 +1,32 @@ - -.read-the-docs[data-v-2159313a] { - color: #888; -} - -.preview-container-h5[data-v-386bf4fa] { +.preview-container-h5[data-v-0ef3d58d] { padding-top: 15px; } -.preview-container-pc[data-v-386bf4fa] { +.preview-container-pc[data-v-0ef3d58d] { padding-top: 15px; } -.preview-container-pad[data-v-386bf4fa] { +.preview-container-pad[data-v-0ef3d58d] { padding-top: 15px; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog { display: flex; align-items: center; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) { margin-top: 0 !important; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__header { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__header { padding: 0; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .custom-dialog { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .custom-dialog { background-color: transparent; box-shadow: none; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body { padding: 20px 18px; position: relative; background: linear-gradient(-45deg, transparent 11px, #fff 0); } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line { position: absolute; top: 0; left: 0; @@ -39,24 +34,24 @@ height: 4px; background: linear-gradient(90deg, #4994fb, #4994fb, #a2c5f9); } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper { max-height: 60vh; overflow-y: scroll; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar { width: 0; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1, -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2, -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3, -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4, -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5, -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6 { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1, +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2, +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3, +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4, +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5, +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6 { color: revert; font-size: revert; font-weight: revert; } -.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle { +.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle { position: absolute; bottom: 0; right: 0; @@ -68,43 +63,27 @@ /*# sourceMappingURL=PreviewLooseLeaf.vue.map */ -.xml-image-lun-bo .el-carousel__item { - text-align: center; +.read-the-docs[data-v-ca652f72] { + color: #888; } - -.xml-text-h5[data-v-69788445] { -} -.xml-text-pc[data-v-69788445] { -} -.xml-text-h5[data-v-69788445] { -} - -.catalog-node-label[data-v-2adc1e7a] { +.catalog-node-label[data-v-d8778466] { display: flex; align-items: center; } -.catalog-node-label img[data-v-2adc1e7a] { +.catalog-node-label img[data-v-d8778466] { margin-right: 4px; } -.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content { +.xml-show-catalog[data-v-d8778466] .el-tree-node__content { height: auto; } -.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content .catalog-node-label { +.xml-show-catalog[data-v-d8778466] .el-tree-node__content .catalog-node-label { max-width: calc(100% - 24px); word-break: break-all; white-space: normal; } /*# sourceMappingURL=XmlCatalog.vue.map */ - -.xml-video-container-h5[data-v-3e3a54d4] { -} -.xml-video-container-pc[data-v-3e3a54d4] { -} -.xml-video-container-pad[data-v-3e3a54d4] { -} - .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -176,17 +155,39 @@ /*# sourceMappingURL=XmlText.vue.map */ - -/*# sourceMappingURL=XmlGroup.vue.map */ - .xml-show-catalog .el-tree-node__content { display: flex !important; } +.xml-text-h5[data-v-169e6e18] { +} +.xml-text-pc[data-v-169e6e18] { +} +.xml-text-h5[data-v-169e6e18] { +} + + /*# sourceMappingURL=XmlTextDialog.vue.map */ -.xml-video-container-pdf[data-v-ddc0a17e] { +.preview-item-file[data-v-494311a4]:hover, +.slip-over-cover[data-v-494311a4]:hover { + cursor: pointer; +} + +/*# sourceMappingURL=XmlResource.vue.map */ + +.xml-image-lun-bo .el-carousel__item { + text-align: center; +} + + + +/*# sourceMappingURL=XmlGroup.vue.map */ + + +/*# sourceMappingURL=XmlTestPaper.vue.map */ +.xml-video-container-pdf[data-v-50185794] { position: relative; display: flex; justify-content: center; @@ -196,13 +197,13 @@ padding-bottom: 56.25%; background: #000; } -.xml-video-container-pdf .cover[data-v-ddc0a17e] { +.xml-video-container-pdf .cover[data-v-50185794] { position: absolute; top: 0; max-width: 100%; max-height: 100%; } -.xml-video-container-pdf .play[data-v-ddc0a17e] { +.xml-video-container-pdf .play[data-v-50185794] { position: absolute; top: 45%; left: 45%; @@ -213,266 +214,31 @@ /*# sourceMappingURL=XmlVideoImg.vue.map */ - -/*# sourceMappingURL=XmlTestPaper.vue.map */ -.preview-item-file[data-v-274f0021]:hover, -.slip-over-cover[data-v-274f0021]:hover { - cursor: pointer; +.xml-video-container-h5[data-v-77561f29] { } - -/*# sourceMappingURL=XmlResource.vue.map */ - -.xml-question-container-h5[data-v-0ed42cdb] { +.xml-video-container-pc[data-v-77561f29] { } -.xml-question-container-pc[data-v-0ed42cdb] { -} -.xml-question-container-pad[data-v-0ed42cdb] { +.xml-video-container-pad[data-v-77561f29] { } -.xml-ebook-container-h5[data-v-8b95769e] { +.xml-ebook-container-h5[data-v-26ce6d84] { } -.xml-ebook-container-pc[data-v-8b95769e] { +.xml-ebook-container-pc[data-v-26ce6d84] { } -.xml-ebook-container-pad[data-v-8b95769e] { +.xml-ebook-container-pad[data-v-26ce6d84] { +} + + +.xml-question-container-h5[data-v-36d74f49] { +} +.xml-question-container-pc[data-v-36d74f49] { +} +.xml-question-container-pad[data-v-36d74f49] { } -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=rectangle.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=hexagon.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=semicircle.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=rotundity.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=square.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=seventeen.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=eighteen.vue.map */ - - -/*# sourceMappingURL=nineteen.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=twelfth.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=eighteen2.vue.map */ - - -/*# sourceMappingURL=Greentheme6.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=SanQintheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Twentyone.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=SanQintheme2.vue.map */ - - -/*# sourceMappingURL=Knowledge.vue.map */ - - -/*# sourceMappingURL=Greentheme5.vue.map */ - - -/*# sourceMappingURL=Greentheme5.vue.map */ - - -/*# sourceMappingURL=SanQintheme3.vue.map */ - - -/*# sourceMappingURL=SanQintheme3.vue.map */ - - -/*# sourceMappingURL=SanQintheme1.vue.map */ - - -/*# sourceMappingURL=SanQintheme1.vue.map */ - - -/*# sourceMappingURL=twenty.vue.map */ - - -/*# sourceMappingURL=Yellowtheme6.vue.map */ - - -/*# sourceMappingURL=Twentyfive.vue.map */ - - -/*# sourceMappingURL=Twentyfour.vue.map */ - - -/*# sourceMappingURL=Twentytwo.vue.map */ - - -/*# sourceMappingURL=Twentythree.vue.map */ - - /*# sourceMappingURL=eighth.vue.map */ @@ -482,82 +248,55 @@ /*# sourceMappingURL=eighth.vue.map */ -/*# sourceMappingURL=fourth.vue.map */ +/*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=fourth.vue.map */ - - -/*# sourceMappingURL=semicircle.vue.map */ +/*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=sixth.vue.map */ +/*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=rectangle.vue.map */ +/*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ -.title-text[data-v-0f5ecf09] { - background-color: var(--background-color) !important; -} -.title-left[data-v-0f5ecf09] { - border-color: var(--background-color) !important; - color: var(--background-color) !important; -} - /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=Yellowtheme5.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greentheme6.vue.map */ +/*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=fifteen.vue.map */ +/*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=Greentheme1.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=eleven.vue.map */ -/*# sourceMappingURL=hexagon.vue.map */ +/*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=twelfth.vue.map */ +/*# sourceMappingURL=quadrangle.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=ninth.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=ninth.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=nineteen.vue.map */ +/*# sourceMappingURL=thirteen.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */ @@ -566,55 +305,94 @@ /*# sourceMappingURL=isosceles.vue.map */ -/*# sourceMappingURL=ninth.vue.map */ +/*# sourceMappingURL=tenth.vue.map */ -/*# sourceMappingURL=wave.vue.map */ +/*# sourceMappingURL=tenth.vue.map */ -/*# sourceMappingURL=ninth.vue.map */ +/*# sourceMappingURL=Greentheme2.vue.map */ -/*# sourceMappingURL=quadrangle.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Knowledge.vue.map */ +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ /*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=seventeen.vue.map */ +/*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=triangle.vue.map */ +/*# sourceMappingURL=Greentheme3.vue.map */ -/*# sourceMappingURL=sixteen.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=eleven.vue.map */ +/*# sourceMappingURL=Greentheme5.vue.map */ -/*# sourceMappingURL=tenth.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=tenth.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=twelve.vue.map */ -/*# sourceMappingURL=thirteen.vue.map */ +/*# sourceMappingURL=Redtheme5.vue.map */ -/*# sourceMappingURL=fifth.vue.map */ +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ /*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=Redtheme3.vue.map */ /*# sourceMappingURL=Redtheme2.vue.map */ @@ -626,52 +404,73 @@ /*# sourceMappingURL=Redtheme2.vue.map */ -/*# sourceMappingURL=Redtheme1.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=SanQintheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=SanQintheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ /*# sourceMappingURL=Redtheme6.vue.map */ -/*# sourceMappingURL=Redtheme5.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=wave.vue.map */ + + +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=SanQintheme3.vue.map */ + + +/*# sourceMappingURL=Thirtyseven.vue.map */ /*# sourceMappingURL=Thirtyfive.vue.map */ -/*# sourceMappingURL=Thirtyfive.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Thirtyeight.vue.map */ - - -/*# sourceMappingURL=Thirtyeight.vue.map */ - - /*# sourceMappingURL=Thirtyseven3.vue.map */ -/*# sourceMappingURL=Thirtysix.vue.map */ +/*# sourceMappingURL=SanQintheme2.vue.map */ -/*# sourceMappingURL=Thirtysix.vue.map */ +/*# sourceMappingURL=SanQintheme2.vue.map */ /*# sourceMappingURL=Thirtyseven2.vue.map */ @@ -680,22 +479,16 @@ /*# sourceMappingURL=Forty.vue.map */ -/*# sourceMappingURL=Forty.vue.map */ +/*# sourceMappingURL=Thirtysix.vue.map */ -/*# sourceMappingURL=Thirtyseven.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=Thirtyseven.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=fourth.vue.map */ /*# sourceMappingURL=fourth.vue.map */ @@ -704,7 +497,10 @@ /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=fifth.vue.map */ @@ -713,67 +509,52 @@ /*# sourceMappingURL=eleventh.vue.map */ -/*# sourceMappingURL=Greytheme5.vue.map */ - - -/*# sourceMappingURL=Greytheme6.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=Greytheme2.vue.map */ -/*# sourceMappingURL=Greytheme4.vue.map */ - - /*# sourceMappingURL=Greytheme1.vue.map */ -/*# sourceMappingURL=second.vue.map */ +/*# sourceMappingURL=Greytheme6.vue.map */ -/*# sourceMappingURL=isosceles.vue.map */ +/*# sourceMappingURL=Greytheme4.vue.map */ -/*# sourceMappingURL=quadrangle.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=ninth.vue.map */ - +/*# sourceMappingURL=Yellowtheme2.vue.map */ +.title-text[data-v-6117e448] { + background-color: var(--background-color) !important; +} +.title-left[data-v-6117e448] { + border-color: var(--background-color) !important; + color: var(--background-color) !important; +} /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=thirteen.vue.map */ - - -/*# sourceMappingURL=eleven.vue.map */ - - -/*# sourceMappingURL=Greentheme5.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=sixteen.vue.map */ +/*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */ @@ -782,134 +563,321 @@ /*# sourceMappingURL=Greytheme3.vue.map */ -/*# sourceMappingURL=Bluetheme1.vue.map */ - - -/*# sourceMappingURL=Bluetheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme5.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=Redtheme4.vue.map */ -/*# sourceMappingURL=Redtheme6.vue.map */ +/*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=Bluetheme2.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=twelve.vue.map */ +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=Thirtyfive.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Greytheme5.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ /*# sourceMappingURL=Bluetheme3.vue.map */ -/*# sourceMappingURL=xmlRobotPc.vue.map */ +/*# sourceMappingURL=Bluetheme1.vue.map */ + + +/*# sourceMappingURL=Bluetheme2.vue.map */ + + +/*# sourceMappingURL=Bluetheme4.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=Thirtyseven.vue.map */ + + +/*# sourceMappingURL=Forty.vue.map */ + + +/*# sourceMappingURL=rotundity.vue.map */ + + +/*# sourceMappingURL=rectangle.vue.map */ + + +/*# sourceMappingURL=rectangle.vue.map */ + + +/*# sourceMappingURL=triangle.vue.map */ + + +/*# sourceMappingURL=triangle.vue.map */ + + +/*# sourceMappingURL=seventeen.vue.map */ + + +/*# sourceMappingURL=seventeen.vue.map */ + + +/*# sourceMappingURL=semicircle.vue.map */ + + +/*# sourceMappingURL=semicircle.vue.map */ + + +/*# sourceMappingURL=thirteenth.vue.map */ + + +/*# sourceMappingURL=thirteenth.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=isosceles.vue.map */ + + +/*# sourceMappingURL=eighteen2.vue.map */ + + +/*# sourceMappingURL=eighteen.vue.map */ + + +/*# sourceMappingURL=square.vue.map */ + + +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ + + +/*# sourceMappingURL=quadrangle.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=fourteen.vue.map */ + + +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=hexagon.vue.map */ + + +/*# sourceMappingURL=hexagon.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ + + +/*# sourceMappingURL=Yellowtheme6.vue.map */ + + +/*# sourceMappingURL=Yellowtheme6.vue.map */ + + +/*# sourceMappingURL=Twentyone.vue.map */ + + +/*# sourceMappingURL=twenty.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Redtheme5.vue.map */ + + +/*# sourceMappingURL=Redtheme6.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ /*# sourceMappingURL=SanQintheme1.vue.map */ -.xml-single-ebook-group-h5[data-v-376d31da] { + +/*# sourceMappingURL=Twentytwo.vue.map */ + + +/*# sourceMappingURL=Twentyfour.vue.map */ + + +/*# sourceMappingURL=Twentythree.vue.map */ + + +/*# sourceMappingURL=Twentyfive.vue.map */ + + +/*# sourceMappingURL=twelve.vue.map */ + + +/*# sourceMappingURL=xmlRobotPc.vue.map */ + +.xml-single-ebook-group-h5[data-v-79879c4e] { } -.xml-single-ebook-group-pc[data-v-376d31da] { +.xml-single-ebook-group-pc[data-v-79879c4e] { } -.xml-single-ebook-group-pad[data-v-376d31da] { +.xml-single-ebook-group-pad[data-v-79879c4e] { } -.xml-single-question-group-h5[data-v-3ec41660] { +.xml-single-ebook-group-h5[data-v-2ab7fd94] { } -.xml-single-question-group-pc[data-v-3ec41660] { +.xml-single-ebook-group-pc[data-v-2ab7fd94] { } -.xml-single-question-group-pad[data-v-3ec41660] { +.xml-single-ebook-group-pad[data-v-2ab7fd94] { } -.xml-single-question-group-h5[data-v-7a8321b8] { +.xml-single-music-group-h5[data-v-01606e1f] { } -.xml-single-question-group-pc[data-v-7a8321b8] { +.xml-single-music-group-pc[data-v-01606e1f] { } -.xml-single-question-group-pad[data-v-7a8321b8] { +.xml-single-music-group-pad[data-v-01606e1f] { } -.xml-single-ebook-group-h5[data-v-99cac87e] { +.xml-single-ebook-group-h5[data-v-db1ef5b2] { } -.xml-single-ebook-group-pc[data-v-99cac87e] { +.xml-single-ebook-group-pc[data-v-db1ef5b2] { } -.xml-single-ebook-group-pad[data-v-99cac87e] { +.xml-single-ebook-group-pad[data-v-db1ef5b2] { } -.xml-single-resource-group-h5[data-v-040a249a] { +.xml-single-resource-group-h5[data-v-516426e7] { } -.xml-single-resource-group-pc[data-v-040a249a] { +.xml-single-resource-group-pc[data-v-516426e7] { } -.xml-single-resource-group-pad[data-v-040a249a] { +.xml-single-resource-group-pad[data-v-516426e7] { } -.xml-single-music-group-h5[data-v-8c1ab368] { +.xml-single-text-group-h5[data-v-5ae5cf71] { } -.xml-single-music-group-pc[data-v-8c1ab368] { +.xml-single-text-group-pc[data-v-5ae5cf71] { } -.xml-single-music-group-pad[data-v-8c1ab368] { +.xml-single-text-group-pad[data-v-5ae5cf71] { } -.xml-single-ebook-group-h5[data-v-78c78d2e] { +.xml-single-question-group-h5[data-v-37b34ced] { } -.xml-single-ebook-group-pc[data-v-78c78d2e] { +.xml-single-question-group-pc[data-v-37b34ced] { } -.xml-single-ebook-group-pad[data-v-78c78d2e] { +.xml-single-question-group-pad[data-v-37b34ced] { } -.xml-single-video-group-h5[data-v-4a005fa0] { +.xml-single-video-group-h5[data-v-09b9c62d] { } -.xml-single-video-group-pc[data-v-4a005fa0] { +.xml-single-video-group-pc[data-v-09b9c62d] { } -.xml-single-video-group-pad[data-v-4a005fa0] { +.xml-single-video-group-pad[data-v-09b9c62d] { } -.xml-single-text-group-h5[data-v-62ef7824] { -} -.xml-single-text-group-pc[data-v-62ef7824] { -} -.xml-single-text-group-pad[data-v-62ef7824] { -} - - - -/*# sourceMappingURL=single-agent-group.vue.map */ - .xml-skeleton-item { /* margin: 20px 0; */ width: 100%; @@ -929,6 +897,32 @@ } +.xml-single-question-group-h5[data-v-970e3a6a] { +} +.xml-single-question-group-pc[data-v-970e3a6a] { +} +.xml-single-question-group-pad[data-v-970e3a6a] { +} + + + +/*# sourceMappingURL=single-agent-group.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=fourth.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + /*# sourceMappingURL=fifth.vue.map */ @@ -939,211 +933,426 @@ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ +/*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=fourth.vue.map */ -/*# sourceMappingURL=eleventh.vue.map */ - - -/*# sourceMappingURL=Greytheme2.vue.map */ - - -/*# sourceMappingURL=Greytheme5.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=Bluetheme4.vue.map */ - - /*# sourceMappingURL=ninth.vue.map */ +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=Greytheme5.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=Greytheme2.vue.map */ + + /*# sourceMappingURL=Greytheme3.vue.map */ +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=eleventh.vue.map */ + + +/*# sourceMappingURL=Twentyfour.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + /*# sourceMappingURL=Bluetheme1.vue.map */ +/*# sourceMappingURL=Bluetheme2.vue.map */ + + +/*# sourceMappingURL=Bluetheme4.vue.map */ + + /*# sourceMappingURL=Greytheme1.vue.map */ /*# sourceMappingURL=Twentytwo.vue.map */ +/*# sourceMappingURL=Thirtyfour.vue.map */ + + +/*# sourceMappingURL=Twentythree.vue.map */ + + /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=Twentyfive.vue.map */ - - -/*# sourceMappingURL=Twentyfour.vue.map */ - - -/*# sourceMappingURL=Thirtythree.vue.map */ - - -/*# sourceMappingURL=Bluetheme2.vue.map */ - - /*# sourceMappingURL=Thirtyone.vue.map */ /*# sourceMappingURL=Thirtytwo.vue.map */ -/*# sourceMappingURL=Thirtynine.vue.map */ - - -/*# sourceMappingURL=Twentythree.vue.map */ - - -/*# sourceMappingURL=BuleRectangleTwo.vue.map */ - - -/*# sourceMappingURL=Thirtyfour.vue.map */ - - -/*# sourceMappingURL=Sevenpagetwo.vue.map */ - - -/*# sourceMappingURL=titleTearcher.vue.map */ +/*# sourceMappingURL=Thirtythree.vue.map */ /*# sourceMappingURL=titleLogging.vue.map */ +/*# sourceMappingURL=Thirtynine.vue.map */ + + /*# sourceMappingURL=BuleRectangle.vue.map */ -.title-bgimg[data-v-27fc6cfd] { + + +/*# sourceMappingURL=Twentyfive.vue.map */ + + +/*# sourceMappingURL=titleCrane.vue.map */ + + +/*# sourceMappingURL=titleQuestion.vue.map */ + + +/*# sourceMappingURL=BuleRectangleTwo.vue.map */ + + +/*# sourceMappingURL=Sevenpagethree.vue.map */ + + +/*# sourceMappingURL=titleLight.vue.map */ + + +/*# sourceMappingURL=Sevenpagefour.vue.map */ + + +/*# sourceMappingURL=Sevenpagetwo.vue.map */ + + +/*# sourceMappingURL=titleText.vue.map */ + + +/*# sourceMappingURL=Sevenpagefive.vue.map */ + + +/*# sourceMappingURL=Fortyone.vue.map */ + + +/*# sourceMappingURL=titleTearcher.vue.map */ +.title-bgimg[data-v-bcca686c] { background-image: url(../style/title-text-bgimg.png); } /*# sourceMappingURL=Sevenpageone.vue.map */ -/*# sourceMappingURL=titleQuestion.vue.map */ - - -/*# sourceMappingURL=titleCrane.vue.map */ - - -/*# sourceMappingURL=titleLight.vue.map */ - - -/*# sourceMappingURL=titleText.vue.map */ - - -/*# sourceMappingURL=Sevenpagethree.vue.map */ - - -/*# sourceMappingURL=Sevenpagefour.vue.map */ - - -/*# sourceMappingURL=Fortyone.vue.map */ - - -/*# sourceMappingURL=Sevenpagefive.vue.map */ +/*# sourceMappingURL=Foldtheme2.vue.map */ /*# sourceMappingURL=Redtheme7.vue.map */ -/*# sourceMappingURL=Foldtheme2.vue.map */ - - /*# sourceMappingURL=Tabstheme3.vue.map */ -/*# sourceMappingURL=Foldtheme3.vue.map */ - - -/*# sourceMappingURL=Foldtheme1.vue.map */ - - /*# sourceMappingURL=Tabstheme1.vue.map */ -/*# sourceMappingURL=Tabstheme4.vue.map */ +/*# sourceMappingURL=Tabstheme6.vue.map */ -/*# sourceMappingURL=Foldtheme5.vue.map */ - - -/*# sourceMappingURL=Tabstheme2.vue.map */ - - -/*# sourceMappingURL=Fortyfive.vue.map */ - - -/*# sourceMappingURL=Tabstheme5.vue.map */ - - -/*# sourceMappingURL=Fortythree.vue.map */ - - -/*# sourceMappingURL=Foldtheme4.vue.map */ +/*# sourceMappingURL=Foldtheme1.vue.map */ /*# sourceMappingURL=Fortytwo.vue.map */ -/*# sourceMappingURL=Fortyeight.vue.map */ +/*# sourceMappingURL=Foldtheme4.vue.map */ -/*# sourceMappingURL=Fortyfour.vue.map */ - - -/*# sourceMappingURL=Tabstheme6.vue.map */ - - -/*# sourceMappingURL=Fortyseven.vue.map */ - - -/*# sourceMappingURL=sixteen_new.vue.map */ +/*# sourceMappingURL=Foldtheme5.vue.map */ /*# sourceMappingURL=Fortysix.vue.map */ +/*# sourceMappingURL=Tabstheme4.vue.map */ + + +/*# sourceMappingURL=Tabstheme2.vue.map */ + + +/*# sourceMappingURL=Tabstheme5.vue.map */ + + +/*# sourceMappingURL=Fortyfour.vue.map */ + + +/*# sourceMappingURL=Foldtheme3.vue.map */ + + +/*# sourceMappingURL=sixteen_new.vue.map */ + + +/*# sourceMappingURL=Fortyfive.vue.map */ + + +/*# sourceMappingURL=Fortythree.vue.map */ + + +/*# sourceMappingURL=Fortyseven.vue.map */ + + +/*# sourceMappingURL=Fortyeight.vue.map */ + + /*# sourceMappingURL=Twentyeight.vue.map */ +/*# sourceMappingURL=Twentysix.vue.map */ + + /*# sourceMappingURL=Twentyseven.vue.map */ -/*# sourceMappingURL=Twentysix.vue.map */ +/*# sourceMappingURL=XmlKnowledgeGraph.vue.map */ -.el-image__inner[data-v-0ec43bef] { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/*# sourceMappingURL=xmlWrapperPage.vue.map */ + + +/*# sourceMappingURL=xmlPopup.vue.map */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/*# sourceMappingURL=xmlCollapse.vue.map */ + + +/*# sourceMappingURL=XmlGraphViewer.vue.map */ + +.el-image__inner[data-v-959168fc] { width: 100% !important; } -.xml-image-ping-pu-h5[data-v-0ec43bef] { +.xml-image-ping-pu-h5[data-v-959168fc] { display: flex; flex-direction: column; align-items: center; } -.xml-image-hua-lang[data-v-0ec43bef] { +.xml-image-hua-lang[data-v-959168fc] { display: flex; flex-direction: column; align-items: center; @@ -1151,215 +1360,9 @@ -/*# sourceMappingURL=xmlCollapse.vue.map */ +/*# sourceMappingURL=XmlTextarea.vue.map */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -/*# sourceMappingURL=xmlPopup.vue.map */ - - -/*# sourceMappingURL=xmlWrapperPage.vue.map */ - - -/*# sourceMappingURL=XmlKnowledgeGraph.vue.map */ - - -/*# sourceMappingURL=XmlGraphViewer.vue.map */ - -.object-model-content[data-v-0e8358bb]{ +.object-model-content[data-v-49da5d08]{ .threejs-container { width: 100%; height: 440px; @@ -1391,741 +1394,738 @@ span{ } } } -.xml-video-container-h5[data-v-0e8358bb] { +.xml-video-container-h5[data-v-49da5d08] { } -.xml-video-container-pc[data-v-0e8358bb] { +.xml-video-container-pc[data-v-49da5d08] { } -.xml-video-container-pad[data-v-0e8358bb] { +.xml-video-container-pad[data-v-49da5d08] { } - -/*# sourceMappingURL=XmlTextarea.vue.map */ - -.xml-single-video-group-h5[data-v-aab8310e] { +.xml-single-video-group-h5[data-v-0cec7bcc] { } -.xml-single-video-group-pc[data-v-aab8310e] { +.xml-single-video-group-pc[data-v-0cec7bcc] { } -.xml-single-video-group-pad[data-v-aab8310e] { +.xml-single-video-group-pad[data-v-0cec7bcc] { } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.read-the-docs[data-v-38e7cca0] { +.read-the-docs[data-v-4fa302f3] { color: #888; } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + * { margin: 0; padding: 0; @@ -2510,12 +2510,6 @@ span{ - - -/*# sourceMappingURL=xmlStatisticalChart.vue.map */ - - -/*# sourceMappingURL=xmlStatisticalChart.vue.map */ .el-dialog__title { font-size: 20px; } @@ -2549,9 +2543,18 @@ span{ /*# sourceMappingURL=modifyNotes.vue.map */ +/*# sourceMappingURL=xmlStatisticalChart.vue.map */ + + /*# sourceMappingURL=classGrade.vue.map */ +/*# sourceMappingURL=xmlStatisticalChart.vue.map */ + + +/*# sourceMappingURL=xmlGeneralRobotPc.vue.map */ + + @@ -2674,23 +2677,20 @@ span{ -.cantUse[data-v-652066a5] { +.cantUse[data-v-169f8672] { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.1); pointer-events: none; cursor: not-allowed !important; } -.cantUse[data-v-652066a5] :hover { +.cantUse[data-v-169f8672] :hover { background-color: "inhert"; } /*# sourceMappingURL=xmlRobotPhone.vue.map */ -/*# sourceMappingURL=xmlGeneralRobotPc.vue.map */ - - /*# sourceMappingURL=QuestionItem.vue.map */ @@ -3215,10 +3215,54 @@ span{ -.content[data-v-c6cf9fb4] { +.option-item + .option-item[data-v-f4399a04] { + margin-top: 16px; +} +.option-item[data-v-f4399a04] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item .questionSeq[data-v-f4399a04] { + padding: 8px 0; +} +.option-item.isActive[data-v-f4399a04] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-f4399a04] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-f4399a04] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-f4399a04]:hover { + background: #ddd; +} +.option-item[data-v-f4399a04] .content { + cursor: pointer; +} +.option-item[data-v-f4399a04] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=radio.vue.map */ +.content[data-v-2cb56c8e] { width: 100%; } -.content .stem-content[data-v-c6cf9fb4] { +.content .stem-content[data-v-2cb56c8e] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -3227,12 +3271,12 @@ span{ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-c6cf9fb4] { +.content .stem-content.no-border[data-v-2cb56c8e] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-c6cf9fb4] { +.content .stem-content .placeholder[data-v-2cb56c8e] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -3240,54 +3284,10 @@ span{ } /*# sourceMappingURL=common.vue.map */ -.option-item + .option-item[data-v-8f71cb42] { - margin-top: 16px; -} -.option-item[data-v-8f71cb42] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item .questionSeq[data-v-8f71cb42] { - padding: 8px 0; -} -.option-item.isActive[data-v-8f71cb42] { - border-color: #2e9adb; -} -.option-item.isTrue[data-v-8f71cb42] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-8f71cb42] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-8f71cb42]:hover { - background: #ddd; -} -.option-item[data-v-8f71cb42] .content { - cursor: pointer; -} -.option-item[data-v-8f71cb42] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=radio.vue.map */ -.content[data-v-a1571b3e] { +.content[data-v-a5540524] { width: 100%; } -.content .stem-content[data-v-a1571b3e] { +.content .stem-content[data-v-a5540524] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -3296,12 +3296,12 @@ span{ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-a1571b3e] { +.content .stem-content.no-border[data-v-a5540524] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-a1571b3e] { +.content .stem-content .placeholder[data-v-a5540524] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -3309,10 +3309,10 @@ span{ } /*# sourceMappingURL=common.vue.map */ -.option-item + .option-item[data-v-6089cb1e] { +.option-item + .option-item[data-v-08c189f8] { margin-top: 16px; } -.option-item[data-v-6089cb1e] { +.option-item[data-v-08c189f8] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -3321,42 +3321,86 @@ span{ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-6089cb1e] { - padding: 8px 0; -} -.option-item.isActive[data-v-6089cb1e] { +.option-item.isActive[data-v-08c189f8] { border-color: #2e9adb; } -.option-item.isTrue[data-v-6089cb1e] { +.option-item .questionSeq[data-v-08c189f8] { + padding: 8px 0; +} +.option-item.isTrue[data-v-08c189f8] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner { +.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-6089cb1e] { +.option-item.isFalse[data-v-08c189f8] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner { +.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-6089cb1e]:hover { +.option-item[data-v-08c189f8]:hover { background: #ddd; } -.option-item[data-v-6089cb1e] .content { +.option-item[data-v-08c189f8] .content { cursor: pointer; } -.option-item[data-v-6089cb1e] .stem-content.no-border { +.option-item[data-v-08c189f8] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=checkbox.vue.map */ +.option-item + .option-item[data-v-96d73128] { + margin-top: 16px; +} +.option-item[data-v-96d73128] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item .questionSeq[data-v-96d73128] { + padding: 8px 0; +} +.option-item.isActive[data-v-96d73128] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-96d73128] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-96d73128] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-96d73128]:hover { + background: #ddd; +} +.option-item[data-v-96d73128] .content { + cursor: pointer; +} +.option-item[data-v-96d73128] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-5461cc1c] { +.option-item + .option-item[data-v-362bbaa4] { margin-top: 16px; } -.option-item[data-v-5461cc1c] { +.option-item[data-v-362bbaa4] { display: flex; background: #fbfbfb; border-radius: 6px; @@ -3365,365 +3409,203 @@ span{ transition: all ease 0.3s; border: 1px solid #fbfbfb; } -.option-item.isActive[data-v-5461cc1c] { +.option-item.isActive[data-v-362bbaa4] { border-color: #2e9adb; } -.option-item .questionSeq[data-v-5461cc1c] { +.option-item .questionSeq[data-v-362bbaa4] { padding: 8px 0; } -.option-item.isTrue[data-v-5461cc1c] { +.option-item.isTrue[data-v-362bbaa4] { border: 1px solid #70b603; } -.option-item.isTrue[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #70b603; background: #70b603; } -.option-item.isFalse[data-v-5461cc1c] { +.option-item.isFalse[data-v-362bbaa4] { border: 1px solid #d9001b; } -.option-item.isFalse[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner { +.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #d9001b; background: #d9001b; } -.option-item[data-v-5461cc1c]:hover { +.option-item[data-v-362bbaa4]:hover { background: #ddd; } -.option-item[data-v-5461cc1c] .content { +.option-item[data-v-362bbaa4] .content { cursor: pointer; } -.option-item[data-v-5461cc1c] .stem-content.no-border { +.option-item[data-v-362bbaa4] .stem-content.no-border { padding: 8px 14px !important; cursor: pointer; } /*# sourceMappingURL=checkbox.vue.map */ -.option-item + .option-item[data-v-75c63557] { - margin-top: 16px; -} -.option-item[data-v-75c63557] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item.isActive[data-v-75c63557] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-75c63557] { - padding: 8px 0; -} -.option-item.isTrue[data-v-75c63557] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-75c63557] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-75c63557]:hover { - background: #ddd; -} -.option-item[data-v-75c63557] .content { - cursor: pointer; -} -.option-item[data-v-75c63557] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=checkbox.vue.map */ -.line-content[data-v-55d0cf86] { +.line-content[data-v-53521b13] { width: 100%; position: relative; } -.line-content .line-content--item[data-v-55d0cf86] { +.line-content .line-content--item[data-v-53521b13] { flex: 1; } -.line-content .line-content--item[data-v-55d0cf86] .stem-content { +.line-content .line-content--item[data-v-53521b13] .stem-content { height: 100%; } -.line-content + .line-content[data-v-55d0cf86] { +.line-content + .line-content[data-v-53521b13] { margin-top: 10px; } -.create-option[data-v-55d0cf86] { +.create-option[data-v-53521b13] { width: 100%; margin-top: 10px; border-style: dashed !important; } -.option-item[data-v-55d0cf86] { +.option-item[data-v-53521b13] { flex: 1; min-width: 0; } -.option-item + .option-item[data-v-55d0cf86] { +.option-item + .option-item[data-v-53521b13] { margin-left: 100px; } -.option-item.isMobile + .option-item.isMobile[data-v-55d0cf86] { +.option-item.isMobile + .option-item.isMobile[data-v-53521b13] { margin-left: 50px; } -.option-item[data-v-55d0cf86] { +.option-item[data-v-53521b13] { margin-bottom: 10px; background: #FBFBFB; border-radius: 6px; padding-left: 16px; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-55d0cf86] { +.option-item .questionSeq[data-v-53521b13] { padding: 8px 0; } -.option-item[data-v-55d0cf86] .stem-content.no-border { +.option-item[data-v-53521b13] .stem-content.no-border { padding: 8px 14px !important; } /*# sourceMappingURL=view-line-answer.vue.map */ -.line-content[data-v-fe769324] { +.line-content[data-v-0794e87b] { width: 100%; position: relative; } -.line-content .line-content--item[data-v-fe769324] { +.line-content .line-content--item[data-v-0794e87b] { flex: 1; } -.line-content .line-content--item[data-v-fe769324] .stem-content { +.line-content .line-content--item[data-v-0794e87b] .stem-content { height: 100%; } -.line-content + .line-content[data-v-fe769324] { +.line-content + .line-content[data-v-0794e87b] { margin-top: 10px; } -.create-option[data-v-fe769324] { +.create-option[data-v-0794e87b] { width: 100%; margin-top: 10px; border-style: dashed !important; } -.option-item[data-v-fe769324] { +.option-item[data-v-0794e87b] { flex: 1; min-width: 0; } -.option-item + .option-item[data-v-fe769324] { +.option-item + .option-item[data-v-0794e87b] { margin-left: 100px; } -.option-item.isMobile + .option-item.isMobile[data-v-fe769324] { +.option-item.isMobile + .option-item.isMobile[data-v-0794e87b] { margin-left: 50px; } -.option-item[data-v-fe769324] { +.option-item[data-v-0794e87b] { margin-bottom: 10px; background: #fbfbfb; border-radius: 6px; padding-left: 16px; } -.option-item .questionSeq[data-v-fe769324] { +.option-item .questionSeq[data-v-0794e87b] { padding: 8px 0; } -.option-item[data-v-fe769324] .stem-content.no-border { +.option-item[data-v-0794e87b] .stem-content.no-border { padding: 8px 14px !important; } /*# sourceMappingURL=view-line.vue.map */ -.image-file[data-v-1c460556] { +.image-file[data-v-101e0263] { width: 218px; object-fit: scale-down; } -.video-file[data-v-1c460556] { +.video-file[data-v-101e0263] { width: 408px; } -.file-render[data-v-1c460556] { +.file-render[data-v-101e0263] { width: 100%; } -.file-info[data-v-1c460556] { +.file-info[data-v-101e0263] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-1c460556] { +.file-info.videoHandler[data-v-101e0263] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-1c460556] { +.file-info.videoHandler .fileName[data-v-101e0263] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-1c460556] { +.file-info.videoHandler .fileInfo[data-v-101e0263] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -.image-file[data-v-6e5a4c33] { +.image-file[data-v-1d318b80] { width: 218px; object-fit: scale-down; } -.video-file[data-v-6e5a4c33] { +.video-file[data-v-1d318b80] { width: 408px; } -.file-render[data-v-6e5a4c33] { +.file-render[data-v-1d318b80] { width: 100%; } -.file-info[data-v-6e5a4c33] { +.file-info[data-v-1d318b80] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-6e5a4c33] { +.file-info.videoHandler[data-v-1d318b80] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-6e5a4c33] { +.file-info.videoHandler .fileName[data-v-1d318b80] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-6e5a4c33] { +.file-info.videoHandler .fileInfo[data-v-1d318b80] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -.audio .audio-icon[data-v-526ec536] { - width: 36px; - height: 36px; - margin-right: 20px; -} -.audio .audio-icon img[data-v-526ec536] { - width: 100%; - height: 100%; - display: block; -} -.audio .audio-controls[data-v-526ec536] { - width: 100%; - max-width: 200px; - flex: 1; - height: 36px; -} -.audio .audio-controls .audio-controls--progress[data-v-526ec536], .audio .audio-controls .audio-controls--handler[data-v-526ec536] { - width: 100%; -} -.audio .audio-controls .audio-controls--handler[data-v-526ec536] { - line-height: 1; -} -.audio .audio-controls .audio-controls--handler .play[data-v-526ec536] { - font-size: 24px; -} -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-526ec536] { - width: 22px; - height: 22px; - display: block; - cursor: pointer; -} -.audio .audio-controls .audio-controls--handler .current-time[data-v-526ec536], .audio .audio-controls .audio-controls--handler .total-time[data-v-526ec536] { - font-size: 12px; - color: #333; -} -.play-handler.mobile[data-v-526ec536] { - width: 20px; - height: 20px; -} -.audio-component[data-v-526ec536] { - display: none; -} -[data-v-526ec536] .el-slider__runway { - margin: 0 0 4px 0; - background: #e3e3e3; - height: 4px; -} -[data-v-526ec536] .el-slider__bar { - height: 4px; -} -[data-v-526ec536] .el-slider__button { - width: 10px; - height: 10px; -} -[data-v-526ec536] .el-slider__button-wrapper { - top: -15px; -} - -/*# sourceMappingURL=audio-play-new.vue.map */ -.audio .audio-icon[data-v-512f1059] { - width: 36px; - height: 36px; - margin-right: 20px; -} -.audio .audio-icon img[data-v-512f1059] { - width: 100%; - height: 100%; - display: block; -} -.audio .audio-controls[data-v-512f1059] { - width: 100%; - max-width: 200px; - flex: 1; - height: 36px; -} -.audio .audio-controls .audio-controls--progress[data-v-512f1059], .audio .audio-controls .audio-controls--handler[data-v-512f1059] { - width: 100%; -} -.audio .audio-controls .audio-controls--handler[data-v-512f1059] { - line-height: 1; -} -.audio .audio-controls .audio-controls--handler .play[data-v-512f1059] { - font-size: 24px; -} -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-512f1059] { - width: 22px; - height: 22px; - display: block; - cursor: pointer; -} -.audio .audio-controls .audio-controls--handler .current-time[data-v-512f1059], .audio .audio-controls .audio-controls--handler .total-time[data-v-512f1059] { - font-size: 12px; - color: #333; -} -.play-handler.mobile[data-v-512f1059] { - width: 20px; - height: 20px; -} -.audio-component[data-v-512f1059] { - display: none; -} -[data-v-512f1059] .el-slider__runway { - margin: 0 0 4px 0; - background: #e3e3e3; - height: 4px; -} -[data-v-512f1059] .el-slider__bar { - height: 4px; -} -[data-v-512f1059] .el-slider__button { - width: 10px; - height: 10px; -} -[data-v-512f1059] .el-slider__button-wrapper { - top: -15px; -} - -/*# sourceMappingURL=audio-play-new.vue.map */ -[data-v-99c9f326] .el-dialog__header { +[data-v-acf05200] .el-dialog__header { padding: 10px; } -.video-content[data-v-99c9f326] { +.video-content[data-v-acf05200] { width: 180px; height: 135px; border-radius: 6px; overflow: hidden; position: relative; } -.video-content .play[data-v-99c9f326] { +.video-content .play[data-v-acf05200] { position: absolute; left: 50%; top: 50%; cursor: pointer; transform: translateX(-50%) translateY(-50%); } -.video-mask[data-v-99c9f326] { +.video-mask[data-v-acf05200] { position: absolute; left: 0; top: 0; @@ -3731,36 +3613,95 @@ span{ height: 100%; background: rgba(0, 0, 0, 0.5); } -.video-mask img[data-v-99c9f326] { +.video-mask img[data-v-acf05200] { position: absolute; left: 50%; top: 50%; transform: translate(-50% -50%); display: block; } -.video-player[data-v-99c9f326] { +.video-player[data-v-acf05200] { width: 100%; } /*# sourceMappingURL=video-play.vue.map */ -[data-v-55238730] .el-dialog__header { +.audio .audio-icon[data-v-811fdafa] { + width: 36px; + height: 36px; + margin-right: 20px; +} +.audio .audio-icon img[data-v-811fdafa] { + width: 100%; + height: 100%; + display: block; +} +.audio .audio-controls[data-v-811fdafa] { + width: 100%; + max-width: 200px; + flex: 1; + height: 36px; +} +.audio .audio-controls .audio-controls--progress[data-v-811fdafa], .audio .audio-controls .audio-controls--handler[data-v-811fdafa] { + width: 100%; +} +.audio .audio-controls .audio-controls--handler[data-v-811fdafa] { + line-height: 1; +} +.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa] { + font-size: 24px; +} +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa] { + width: 22px; + height: 22px; + display: block; + cursor: pointer; +} +.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa], .audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa] { + font-size: 12px; + color: #333; +} +.play-handler.mobile[data-v-811fdafa] { + width: 20px; + height: 20px; +} +.audio-component[data-v-811fdafa] { + display: none; +} +[data-v-811fdafa] .el-slider__runway { + margin: 0 0 4px 0; + background: #e3e3e3; + height: 4px; +} +[data-v-811fdafa] .el-slider__bar { + height: 4px; +} +[data-v-811fdafa] .el-slider__button { + width: 10px; + height: 10px; +} +[data-v-811fdafa] .el-slider__button-wrapper { + top: -15px; +} + +/*# sourceMappingURL=audio-play-new.vue.map */ +[data-v-3ae85d83] .el-dialog__header { padding: 10px; } -.video-content[data-v-55238730] { +.video-content[data-v-3ae85d83] { width: 180px; height: 135px; border-radius: 6px; overflow: hidden; position: relative; } -.video-content .play[data-v-55238730] { +.video-content .play[data-v-3ae85d83] { position: absolute; left: 50%; top: 50%; cursor: pointer; transform: translateX(-50%) translateY(-50%); } -.video-mask[data-v-55238730] { +.video-mask[data-v-3ae85d83] { position: absolute; left: 0; top: 0; @@ -3768,15 +3709,74 @@ span{ height: 100%; background: rgba(0, 0, 0, 0.5); } -.video-mask img[data-v-55238730] { +.video-mask img[data-v-3ae85d83] { position: absolute; left: 50%; top: 50%; transform: translate(-50% -50%); display: block; } -.video-player[data-v-55238730] { +.video-player[data-v-3ae85d83] { width: 100%; } -/*# sourceMappingURL=video-play.vue.map */ \ No newline at end of file +/*# sourceMappingURL=video-play.vue.map */ +.audio .audio-icon[data-v-37539b66] { + width: 36px; + height: 36px; + margin-right: 20px; +} +.audio .audio-icon img[data-v-37539b66] { + width: 100%; + height: 100%; + display: block; +} +.audio .audio-controls[data-v-37539b66] { + width: 100%; + max-width: 200px; + flex: 1; + height: 36px; +} +.audio .audio-controls .audio-controls--progress[data-v-37539b66], .audio .audio-controls .audio-controls--handler[data-v-37539b66] { + width: 100%; +} +.audio .audio-controls .audio-controls--handler[data-v-37539b66] { + line-height: 1; +} +.audio .audio-controls .audio-controls--handler .play[data-v-37539b66] { + font-size: 24px; +} +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66] { + width: 22px; + height: 22px; + display: block; + cursor: pointer; +} +.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66], .audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66] { + font-size: 12px; + color: #333; +} +.play-handler.mobile[data-v-37539b66] { + width: 20px; + height: 20px; +} +.audio-component[data-v-37539b66] { + display: none; +} +[data-v-37539b66] .el-slider__runway { + margin: 0 0 4px 0; + background: #e3e3e3; + height: 4px; +} +[data-v-37539b66] .el-slider__bar { + height: 4px; +} +[data-v-37539b66] .el-slider__button { + width: 10px; + height: 10px; +} +[data-v-37539b66] .el-slider__button-wrapper { + top: -15px; +} + +/*# sourceMappingURL=audio-play-new.vue.map */ \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/index.js b/src/plugin/xml-digital-teaching/lib/index.js index 995188d..a3acf0c 100644 --- a/src/plugin/xml-digital-teaching/lib/index.js +++ b/src/plugin/xml-digital-teaching/lib/index.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -503,6 +503,7 @@ function formattedData(chapterId, resolve) { _that.firstLevelLabel = _that.contentList[_that.chapterIndex].label; _that.firstLevelChapterId = chapterId; _that.chapterData[_that.firstLevelChapterId] = {}; + _that.chapterData[_that.firstLevelChapterId].startIndex = _that.componentIndex; _that.chapterData[_that.firstLevelChapterId].endIndex = _that.componentIndex; } // 设置当前位置的章节ID和名称。 若当前目录层级小于等于教材合并到目录的层级 @@ -19030,10 +19031,10 @@ var Sku = createComponent$9({ price: Math.round(this.sku.price * 100), stock_num: this.sku.stock_num }; - } + } // 更新当前规格属性数据 + + this.setCurrentSkuProperties(skuComb ? skuComb.id : null); if (skuComb) { - // 更新当前规格属性数据 - this.setCurrentSkuProperties(skuComb.id); skuComb.properties = getSelectedProperties(this.propList, this.selectedProp); skuComb.property_price = this.selectedPropValues.reduce(function (acc, cur) { return acc + (cur.price || 0); @@ -20785,7 +20786,7 @@ __vue_render__$5Q._withStripped = true; /* style */ const __vue_inject_styles__$5R = undefined; /* scoped */ - const __vue_scope_id__$5R = "data-v-38e7cca0"; + const __vue_scope_id__$5R = "data-v-4fa302f3"; /* module identifier */ const __vue_module_identifier__$5R = undefined; /* functional template */ @@ -20898,7 +20899,7 @@ const __vue_script__$5Q = script$5Q; /* style */ const __vue_inject_styles__$5Q = undefined; /* scoped */ - const __vue_scope_id__$5Q = "data-v-2159313a"; + const __vue_scope_id__$5Q = "data-v-ca652f72"; /* module identifier */ const __vue_module_identifier__$5Q = undefined; /* functional template */ @@ -21923,7 +21924,7 @@ __vue_render__$5P._withStripped = true; /* style */ const __vue_inject_styles__$5P = undefined; /* scoped */ - const __vue_scope_id__$5P = "data-v-0ec43bef"; + const __vue_scope_id__$5P = "data-v-959168fc"; /* module identifier */ const __vue_module_identifier__$5P = undefined; /* functional template */ @@ -24292,7 +24293,7 @@ __vue_render__$5L._withStripped = true; /* style */ const __vue_inject_styles__$5L = undefined; /* scoped */ - const __vue_scope_id__$5L = "data-v-2adc1e7a"; + const __vue_scope_id__$5L = "data-v-d8778466"; /* module identifier */ const __vue_module_identifier__$5L = undefined; /* functional template */ @@ -33547,7 +33548,7 @@ __vue_render__$5K._withStripped = true; /* style */ const __vue_inject_styles__$5K = undefined; /* scoped */ - const __vue_scope_id__$5K = "data-v-62f6421d"; + const __vue_scope_id__$5K = "data-v-bd7c342c"; /* module identifier */ const __vue_module_identifier__$5K = undefined; /* functional template */ @@ -58159,7 +58160,7 @@ __vue_render__$5H._withStripped = true; /* style */ const __vue_inject_styles__$5H = undefined; /* scoped */ - const __vue_scope_id__$5H = "data-v-69788445"; + const __vue_scope_id__$5H = "data-v-169e6e18"; /* module identifier */ const __vue_module_identifier__$5H = undefined; /* functional template */ @@ -58332,7 +58333,7 @@ __vue_render__$5G._withStripped = true; /* style */ const __vue_inject_styles__$5G = undefined; /* scoped */ - const __vue_scope_id__$5G = "data-v-1ffc40b6"; + const __vue_scope_id__$5G = "data-v-79e2f049"; /* module identifier */ const __vue_module_identifier__$5G = undefined; /* functional template */ @@ -60615,7 +60616,7 @@ __vue_render__$5B._withStripped = true; /* style */ const __vue_inject_styles__$5B = undefined; /* scoped */ - const __vue_scope_id__$5B = "data-v-512f1059"; + const __vue_scope_id__$5B = "data-v-37539b66"; /* module identifier */ const __vue_module_identifier__$5B = undefined; /* functional template */ @@ -73795,7 +73796,7 @@ __vue_render__$5A._withStripped = true; /* style */ const __vue_inject_styles__$5A = undefined; /* scoped */ - const __vue_scope_id__$5A = "data-v-99c9f326"; + const __vue_scope_id__$5A = "data-v-acf05200"; /* module identifier */ const __vue_module_identifier__$5A = undefined; /* functional template */ @@ -74008,7 +74009,7 @@ __vue_render__$5z._withStripped = true; /* style */ const __vue_inject_styles__$5z = undefined; /* scoped */ - const __vue_scope_id__$5z = "data-v-1c460556"; + const __vue_scope_id__$5z = "data-v-101e0263"; /* module identifier */ const __vue_module_identifier__$5z = undefined; /* functional template */ @@ -74200,7 +74201,7 @@ __vue_render__$5y._withStripped = true; /* style */ const __vue_inject_styles__$5y = undefined; /* scoped */ - const __vue_scope_id__$5y = "data-v-c6cf9fb4"; + const __vue_scope_id__$5y = "data-v-2cb56c8e"; /* module identifier */ const __vue_module_identifier__$5y = undefined; /* functional template */ @@ -74576,7 +74577,7 @@ __vue_render__$5x._withStripped = true; /* style */ const __vue_inject_styles__$5x = undefined; /* scoped */ - const __vue_scope_id__$5x = "data-v-8f71cb42"; + const __vue_scope_id__$5x = "data-v-96d73128"; /* module identifier */ const __vue_module_identifier__$5x = undefined; /* functional template */ @@ -74892,7 +74893,7 @@ __vue_render__$5w._withStripped = true; /* style */ const __vue_inject_styles__$5w = undefined; /* scoped */ - const __vue_scope_id__$5w = "data-v-75c63557"; + const __vue_scope_id__$5w = "data-v-362bbaa4"; /* module identifier */ const __vue_module_identifier__$5w = undefined; /* functional template */ @@ -75210,7 +75211,7 @@ __vue_render__$5v._withStripped = true; /* style */ const __vue_inject_styles__$5v = undefined; /* scoped */ - const __vue_scope_id__$5v = "data-v-55d0cf86"; + const __vue_scope_id__$5v = "data-v-53521b13"; /* module identifier */ const __vue_module_identifier__$5v = undefined; /* functional template */ @@ -75512,7 +75513,7 @@ __vue_render__$5u._withStripped = true; /* style */ const __vue_inject_styles__$5u = undefined; /* scoped */ - const __vue_scope_id__$5u = "data-v-fe769324"; + const __vue_scope_id__$5u = "data-v-0794e87b"; /* module identifier */ const __vue_module_identifier__$5u = undefined; /* functional template */ @@ -76408,7 +76409,7 @@ __vue_render__$5t._withStripped = true; /* style */ const __vue_inject_styles__$5t = undefined; /* scoped */ - const __vue_scope_id__$5t = "data-v-e4ea6fb2"; + const __vue_scope_id__$5t = "data-v-85f1a418"; /* module identifier */ const __vue_module_identifier__$5t = undefined; /* functional template */ @@ -76742,7 +76743,7 @@ __vue_render__$5s._withStripped = true; /* style */ const __vue_inject_styles__$5s = undefined; /* scoped */ - const __vue_scope_id__$5s = "data-v-526ec536"; + const __vue_scope_id__$5s = "data-v-811fdafa"; /* module identifier */ const __vue_module_identifier__$5s = undefined; /* functional template */ @@ -76959,7 +76960,7 @@ __vue_render__$5r._withStripped = true; /* style */ const __vue_inject_styles__$5r = undefined; /* scoped */ - const __vue_scope_id__$5r = "data-v-55238730"; + const __vue_scope_id__$5r = "data-v-3ae85d83"; /* module identifier */ const __vue_module_identifier__$5r = undefined; /* functional template */ @@ -77172,7 +77173,7 @@ __vue_render__$5q._withStripped = true; /* style */ const __vue_inject_styles__$5q = undefined; /* scoped */ - const __vue_scope_id__$5q = "data-v-6e5a4c33"; + const __vue_scope_id__$5q = "data-v-1d318b80"; /* module identifier */ const __vue_module_identifier__$5q = undefined; /* functional template */ @@ -77364,7 +77365,7 @@ __vue_render__$5p._withStripped = true; /* style */ const __vue_inject_styles__$5p = undefined; /* scoped */ - const __vue_scope_id__$5p = "data-v-a1571b3e"; + const __vue_scope_id__$5p = "data-v-a5540524"; /* module identifier */ const __vue_module_identifier__$5p = undefined; /* functional template */ @@ -77680,7 +77681,7 @@ __vue_render__$5o._withStripped = true; /* style */ const __vue_inject_styles__$5o = undefined; /* scoped */ - const __vue_scope_id__$5o = "data-v-6089cb1e"; + const __vue_scope_id__$5o = "data-v-f4399a04"; /* module identifier */ const __vue_module_identifier__$5o = undefined; /* functional template */ @@ -77801,6 +77802,7 @@ var script$5n = { this.$message.error('请选择答案'); return; } + // console.log('this.standardAnswer', this.standardAnswer,this.selectData); let answerIsTrue = false; this.selectData.map(item => { answerIsTrue = this.standardAnswer.indexOf(item) != -1 && this.standardAnswer.split(',')?.length == this.selectData.length; @@ -77989,7 +77991,7 @@ __vue_render__$5n._withStripped = true; /* style */ const __vue_inject_styles__$5n = undefined; /* scoped */ - const __vue_scope_id__$5n = "data-v-5461cc1c"; + const __vue_scope_id__$5n = "data-v-08c189f8"; /* module identifier */ const __vue_module_identifier__$5n = undefined; /* functional template */ @@ -78715,7 +78717,7 @@ __vue_render__$5m._withStripped = true; /* style */ const __vue_inject_styles__$5m = undefined; /* scoped */ - const __vue_scope_id__$5m = "data-v-6cfcbe82"; + const __vue_scope_id__$5m = "data-v-498fb768"; /* module identifier */ const __vue_module_identifier__$5m = undefined; /* functional template */ @@ -78835,7 +78837,7 @@ var script$5l = { this.$emit('setanalysis', item); }, submitAnswer(val) { - // console.log('this.currentRulethis.currentRule',val,this.currentRule); + console.log('this.currentRule', val, this.currentRule); if (val.question.questionType === '10') { let standardAnswer = val.question.standardAnswer; let userAnswer = val.pass.userAnswer; @@ -78859,7 +78861,9 @@ var script$5l = { ...val, chapterId: this.currentRule.chapterId, xmlCompRef: val.question.xmlCompRef, - pass: val.pass.answerIsTrue != undefined ? val.pass.answerIsTrue : true + pass: val.pass.answerIsTrue ? val.pass.answerIsTrue != undefined ? val.pass.answerIsTrue : true : val.pass + + // pass: val.pass.answerIsTrue != undefined ? val.pass.answerIsTrue : false }); // } }, @@ -78988,7 +78992,7 @@ __vue_render__$5l._withStripped = true; /* style */ const __vue_inject_styles__$5l = undefined; /* scoped */ - const __vue_scope_id__$5l = "data-v-0ed42cdb"; + const __vue_scope_id__$5l = "data-v-36d74f49"; /* module identifier */ const __vue_module_identifier__$5l = undefined; /* functional template */ @@ -80362,7 +80366,7 @@ __vue_render__$5k._withStripped = true; /* style */ const __vue_inject_styles__$5k = undefined; /* scoped */ - const __vue_scope_id__$5k = "data-v-274f0021"; + const __vue_scope_id__$5k = "data-v-494311a4"; /* module identifier */ const __vue_module_identifier__$5k = undefined; /* functional template */ @@ -81172,7 +81176,7 @@ __vue_render__$5i._withStripped = true; /* style */ const __vue_inject_styles__$5i = undefined; /* scoped */ - const __vue_scope_id__$5i = "data-v-8b95769e"; + const __vue_scope_id__$5i = "data-v-26ce6d84"; /* module identifier */ const __vue_module_identifier__$5i = undefined; /* functional template */ @@ -82932,7 +82936,7 @@ __vue_render__$5e._withStripped = true; /* style */ const __vue_inject_styles__$5e = undefined; /* scoped */ - const __vue_scope_id__$5e = "data-v-3e3a54d4"; + const __vue_scope_id__$5e = "data-v-77561f29"; /* module identifier */ const __vue_module_identifier__$5e = undefined; /* functional template */ @@ -83143,7 +83147,7 @@ __vue_render__$5d._withStripped = true; /* style */ const __vue_inject_styles__$5d = undefined; /* scoped */ - const __vue_scope_id__$5d = "data-v-ddc0a17e"; + const __vue_scope_id__$5d = "data-v-50185794"; /* module identifier */ const __vue_module_identifier__$5d = undefined; /* functional template */ @@ -83466,7 +83470,7 @@ __vue_render__$5c._withStripped = true; /* style */ const __vue_inject_styles__$5c = undefined; /* scoped */ - const __vue_scope_id__$5c = "data-v-b66d68f2"; + const __vue_scope_id__$5c = "data-v-47d3a9d4"; /* module identifier */ const __vue_module_identifier__$5c = undefined; /* functional template */ @@ -95071,7 +95075,7 @@ __vue_render__$52._withStripped = true; /* style */ const __vue_inject_styles__$52 = undefined; /* scoped */ - const __vue_scope_id__$52 = "data-v-c72e29fa"; + const __vue_scope_id__$52 = "data-v-0a7ea796"; /* module identifier */ const __vue_module_identifier__$52 = undefined; /* functional template */ @@ -95291,7 +95295,7 @@ __vue_render__$51._withStripped = true; /* style */ const __vue_inject_styles__$51 = undefined; /* scoped */ - const __vue_scope_id__$51 = "data-v-2f4f8875"; + const __vue_scope_id__$51 = "data-v-2594c982"; /* module identifier */ const __vue_module_identifier__$51 = undefined; /* functional template */ @@ -95511,7 +95515,7 @@ __vue_render__$50._withStripped = true; /* style */ const __vue_inject_styles__$50 = undefined; /* scoped */ - const __vue_scope_id__$50 = "data-v-200f0a6c"; + const __vue_scope_id__$50 = "data-v-0df483ff"; /* module identifier */ const __vue_module_identifier__$50 = undefined; /* functional template */ @@ -95748,7 +95752,7 @@ __vue_render__$4$._withStripped = true; /* style */ const __vue_inject_styles__$4$ = undefined; /* scoped */ - const __vue_scope_id__$4$ = "data-v-6d912739"; + const __vue_scope_id__$4$ = "data-v-0140d086"; /* module identifier */ const __vue_module_identifier__$4$ = undefined; /* functional template */ @@ -95968,7 +95972,7 @@ __vue_render__$4_._withStripped = true; /* style */ const __vue_inject_styles__$4_ = undefined; /* scoped */ - const __vue_scope_id__$4_ = "data-v-246904d2"; + const __vue_scope_id__$4_ = "data-v-f67877b6"; /* module identifier */ const __vue_module_identifier__$4_ = undefined; /* functional template */ @@ -96184,7 +96188,7 @@ __vue_render__$4Z._withStripped = true; /* style */ const __vue_inject_styles__$4Z = undefined; /* scoped */ - const __vue_scope_id__$4Z = "data-v-53596af9"; + const __vue_scope_id__$4Z = "data-v-3da9070c"; /* module identifier */ const __vue_module_identifier__$4Z = undefined; /* functional template */ @@ -96404,7 +96408,7 @@ __vue_render__$4Y._withStripped = true; /* style */ const __vue_inject_styles__$4Y = undefined; /* scoped */ - const __vue_scope_id__$4Y = "data-v-22e0a44c"; + const __vue_scope_id__$4Y = "data-v-033f4019"; /* module identifier */ const __vue_module_identifier__$4Y = undefined; /* functional template */ @@ -96673,7 +96677,7 @@ __vue_render__$4X._withStripped = true; /* style */ const __vue_inject_styles__$4X = undefined; /* scoped */ - const __vue_scope_id__$4X = "data-v-1c813275"; + const __vue_scope_id__$4X = "data-v-43bbc782"; /* module identifier */ const __vue_module_identifier__$4X = undefined; /* functional template */ @@ -96893,7 +96897,7 @@ __vue_render__$4W._withStripped = true; /* style */ const __vue_inject_styles__$4W = undefined; /* scoped */ - const __vue_scope_id__$4W = "data-v-711e3b6a"; + const __vue_scope_id__$4W = "data-v-af2decd0"; /* module identifier */ const __vue_module_identifier__$4W = undefined; /* functional template */ @@ -97162,7 +97166,7 @@ __vue_render__$4V._withStripped = true; /* style */ const __vue_inject_styles__$4V = undefined; /* scoped */ - const __vue_scope_id__$4V = "data-v-517a00ed"; + const __vue_scope_id__$4V = "data-v-59931f40"; /* module identifier */ const __vue_module_identifier__$4V = undefined; /* functional template */ @@ -97382,7 +97386,7 @@ __vue_render__$4U._withStripped = true; /* style */ const __vue_inject_styles__$4U = undefined; /* scoped */ - const __vue_scope_id__$4U = "data-v-756a4316"; + const __vue_scope_id__$4U = "data-v-8eae06ba"; /* module identifier */ const __vue_module_identifier__$4U = undefined; /* functional template */ @@ -97651,7 +97655,7 @@ __vue_render__$4T._withStripped = true; /* style */ const __vue_inject_styles__$4T = undefined; /* scoped */ - const __vue_scope_id__$4T = "data-v-5596bd64"; + const __vue_scope_id__$4T = "data-v-48869177"; /* module identifier */ const __vue_module_identifier__$4T = undefined; /* functional template */ @@ -97901,7 +97905,7 @@ __vue_render__$4S._withStripped = true; /* style */ const __vue_inject_styles__$4S = undefined; /* scoped */ - const __vue_scope_id__$4S = "data-v-0fee8474"; + const __vue_scope_id__$4S = "data-v-4afbce13"; /* module identifier */ const __vue_module_identifier__$4S = undefined; /* functional template */ @@ -98119,7 +98123,7 @@ __vue_render__$4R._withStripped = true; /* style */ const __vue_inject_styles__$4R = undefined; /* scoped */ - const __vue_scope_id__$4R = "data-v-50a40e1f"; + const __vue_scope_id__$4R = "data-v-1f6dc6ec"; /* module identifier */ const __vue_module_identifier__$4R = undefined; /* functional template */ @@ -98365,7 +98369,7 @@ __vue_render__$4Q._withStripped = true; /* style */ const __vue_inject_styles__$4Q = undefined; /* scoped */ - const __vue_scope_id__$4Q = "data-v-8455c432"; + const __vue_scope_id__$4Q = "data-v-6be0018c"; /* module identifier */ const __vue_module_identifier__$4Q = undefined; /* functional template */ @@ -98586,7 +98590,7 @@ __vue_render__$4P._withStripped = true; /* style */ const __vue_inject_styles__$4P = undefined; /* scoped */ - const __vue_scope_id__$4P = "data-v-6c339bee"; + const __vue_scope_id__$4P = "data-v-309cefd6"; /* module identifier */ const __vue_module_identifier__$4P = undefined; /* functional template */ @@ -98838,7 +98842,7 @@ __vue_render__$4O._withStripped = true; /* style */ const __vue_inject_styles__$4O = undefined; /* scoped */ - const __vue_scope_id__$4O = "data-v-05c9c724"; + const __vue_scope_id__$4O = "data-v-7970237b"; /* module identifier */ const __vue_module_identifier__$4O = undefined; /* functional template */ @@ -99063,7 +99067,7 @@ __vue_render__$4N._withStripped = true; /* style */ const __vue_inject_styles__$4N = undefined; /* scoped */ - const __vue_scope_id__$4N = "data-v-7f1a17f1"; + const __vue_scope_id__$4N = "data-v-69287804"; /* module identifier */ const __vue_module_identifier__$4N = undefined; /* functional template */ @@ -99288,7 +99292,7 @@ __vue_render__$4M._withStripped = true; /* style */ const __vue_inject_styles__$4M = undefined; /* scoped */ - const __vue_scope_id__$4M = "data-v-e8908c46"; + const __vue_scope_id__$4M = "data-v-391547ac"; /* module identifier */ const __vue_module_identifier__$4M = undefined; /* functional template */ @@ -99506,7 +99510,7 @@ __vue_render__$4L._withStripped = true; /* style */ const __vue_inject_styles__$4L = undefined; /* scoped */ - const __vue_scope_id__$4L = "data-v-27720d42"; + const __vue_scope_id__$4L = "data-v-59902ad6"; /* module identifier */ const __vue_module_identifier__$4L = undefined; /* functional template */ @@ -99757,7 +99761,7 @@ __vue_render__$4K._withStripped = true; /* style */ const __vue_inject_styles__$4K = undefined; /* scoped */ - const __vue_scope_id__$4K = "data-v-0ea20b3a"; + const __vue_scope_id__$4K = "data-v-01e1e70d"; /* module identifier */ const __vue_module_identifier__$4K = undefined; /* functional template */ @@ -100018,7 +100022,7 @@ __vue_render__$4J._withStripped = true; /* style */ const __vue_inject_styles__$4J = undefined; /* scoped */ - const __vue_scope_id__$4J = "data-v-2ee5791b"; + const __vue_scope_id__$4J = "data-v-353008e8"; /* module identifier */ const __vue_module_identifier__$4J = undefined; /* functional template */ @@ -100239,7 +100243,7 @@ __vue_render__$4I._withStripped = true; /* style */ const __vue_inject_styles__$4I = undefined; /* scoped */ - const __vue_scope_id__$4I = "data-v-b8a51d9c"; + const __vue_scope_id__$4I = "data-v-573107bf"; /* module identifier */ const __vue_module_identifier__$4I = undefined; /* functional template */ @@ -100462,7 +100466,7 @@ __vue_render__$4H._withStripped = true; /* style */ const __vue_inject_styles__$4H = undefined; /* scoped */ - const __vue_scope_id__$4H = "data-v-24241506"; + const __vue_scope_id__$4H = "data-v-631143ec"; /* module identifier */ const __vue_module_identifier__$4H = undefined; /* functional template */ @@ -100682,7 +100686,7 @@ __vue_render__$4G._withStripped = true; /* style */ const __vue_inject_styles__$4G = undefined; /* scoped */ - const __vue_scope_id__$4G = "data-v-795468a2"; + const __vue_scope_id__$4G = "data-v-ee972596"; /* module identifier */ const __vue_module_identifier__$4G = undefined; /* functional template */ @@ -100914,7 +100918,7 @@ __vue_render__$4F._withStripped = true; /* style */ const __vue_inject_styles__$4F = undefined; /* scoped */ - const __vue_scope_id__$4F = "data-v-5f52a7d6"; + const __vue_scope_id__$4F = "data-v-00fa5528"; /* module identifier */ const __vue_module_identifier__$4F = undefined; /* functional template */ @@ -101172,7 +101176,7 @@ __vue_render__$4E._withStripped = true; /* style */ const __vue_inject_styles__$4E = undefined; /* scoped */ - const __vue_scope_id__$4E = "data-v-1b56a687"; + const __vue_scope_id__$4E = "data-v-48dd2f14"; /* module identifier */ const __vue_module_identifier__$4E = undefined; /* functional template */ @@ -101393,7 +101397,7 @@ __vue_render__$4D._withStripped = true; /* style */ const __vue_inject_styles__$4D = undefined; /* scoped */ - const __vue_scope_id__$4D = "data-v-8b18aae6"; + const __vue_scope_id__$4D = "data-v-0f15805a"; /* module identifier */ const __vue_module_identifier__$4D = undefined; /* functional template */ @@ -101614,7 +101618,7 @@ __vue_render__$4C._withStripped = true; /* style */ const __vue_inject_styles__$4C = undefined; /* scoped */ - const __vue_scope_id__$4C = "data-v-30a951ee"; + const __vue_scope_id__$4C = "data-v-f569b08a"; /* module identifier */ const __vue_module_identifier__$4C = undefined; /* functional template */ @@ -101833,7 +101837,7 @@ __vue_render__$4B._withStripped = true; /* style */ const __vue_inject_styles__$4B = undefined; /* scoped */ - const __vue_scope_id__$4B = "data-v-7ba0f59e"; + const __vue_scope_id__$4B = "data-v-219ef804"; /* module identifier */ const __vue_module_identifier__$4B = undefined; /* functional template */ @@ -102056,7 +102060,7 @@ __vue_render__$4A._withStripped = true; /* style */ const __vue_inject_styles__$4A = undefined; /* scoped */ - const __vue_scope_id__$4A = "data-v-bf35acda"; + const __vue_scope_id__$4A = "data-v-37c53da0"; /* module identifier */ const __vue_module_identifier__$4A = undefined; /* functional template */ @@ -102279,7 +102283,7 @@ __vue_render__$4z._withStripped = true; /* style */ const __vue_inject_styles__$4z = undefined; /* scoped */ - const __vue_scope_id__$4z = "data-v-53e2dc2a"; + const __vue_scope_id__$4z = "data-v-09a030fd"; /* module identifier */ const __vue_module_identifier__$4z = undefined; /* functional template */ @@ -102538,7 +102542,7 @@ __vue_render__$4y._withStripped = true; /* style */ const __vue_inject_styles__$4y = undefined; /* scoped */ - const __vue_scope_id__$4y = "data-v-1adb71fa"; + const __vue_scope_id__$4y = "data-v-71a4a810"; /* module identifier */ const __vue_module_identifier__$4y = undefined; /* functional template */ @@ -102755,7 +102759,7 @@ __vue_render__$4x._withStripped = true; /* style */ const __vue_inject_styles__$4x = undefined; /* scoped */ - const __vue_scope_id__$4x = "data-v-d63c9db4"; + const __vue_scope_id__$4x = "data-v-40a78e79"; /* module identifier */ const __vue_module_identifier__$4x = undefined; /* functional template */ @@ -102972,7 +102976,7 @@ __vue_render__$4w._withStripped = true; /* style */ const __vue_inject_styles__$4w = undefined; /* scoped */ - const __vue_scope_id__$4w = "data-v-7c3f22ad"; + const __vue_scope_id__$4w = "data-v-166ecefa"; /* module identifier */ const __vue_module_identifier__$4w = undefined; /* functional template */ @@ -103188,7 +103192,7 @@ __vue_render__$4v._withStripped = true; /* style */ const __vue_inject_styles__$4v = undefined; /* scoped */ - const __vue_scope_id__$4v = "data-v-5d56f292"; + const __vue_scope_id__$4v = "data-v-3e1baa1f"; /* module identifier */ const __vue_module_identifier__$4v = undefined; /* functional template */ @@ -103410,7 +103414,7 @@ __vue_render__$4u._withStripped = true; /* style */ const __vue_inject_styles__$4u = undefined; /* scoped */ - const __vue_scope_id__$4u = "data-v-bbd480f2"; + const __vue_scope_id__$4u = "data-v-2e7d219a"; /* module identifier */ const __vue_module_identifier__$4u = undefined; /* functional template */ @@ -103638,7 +103642,7 @@ __vue_render__$4t._withStripped = true; /* style */ const __vue_inject_styles__$4t = undefined; /* scoped */ - const __vue_scope_id__$4t = "data-v-76b78ae0"; + const __vue_scope_id__$4t = "data-v-e20336a6"; /* module identifier */ const __vue_module_identifier__$4t = undefined; /* functional template */ @@ -103870,7 +103874,7 @@ __vue_render__$4s._withStripped = true; /* style */ const __vue_inject_styles__$4s = undefined; /* scoped */ - const __vue_scope_id__$4s = "data-v-200823d3"; + const __vue_scope_id__$4s = "data-v-2d3389b4"; /* module identifier */ const __vue_module_identifier__$4s = undefined; /* functional template */ @@ -104102,7 +104106,7 @@ __vue_render__$4r._withStripped = true; /* style */ const __vue_inject_styles__$4r = undefined; /* scoped */ - const __vue_scope_id__$4r = "data-v-515437e6"; + const __vue_scope_id__$4r = "data-v-1bab760e"; /* module identifier */ const __vue_module_identifier__$4r = undefined; /* functional template */ @@ -104336,7 +104340,7 @@ __vue_render__$4q._withStripped = true; /* style */ const __vue_inject_styles__$4q = undefined; /* scoped */ - const __vue_scope_id__$4q = "data-v-207069aa"; + const __vue_scope_id__$4q = "data-v-ef2b4086"; /* module identifier */ const __vue_module_identifier__$4q = undefined; /* functional template */ @@ -104574,7 +104578,7 @@ __vue_render__$4p._withStripped = true; /* style */ const __vue_inject_styles__$4p = undefined; /* scoped */ - const __vue_scope_id__$4p = "data-v-1bdba206"; + const __vue_scope_id__$4p = "data-v-627b620a"; /* module identifier */ const __vue_module_identifier__$4p = undefined; /* functional template */ @@ -104785,7 +104789,7 @@ __vue_render__$4o._withStripped = true; /* style */ const __vue_inject_styles__$4o = undefined; /* scoped */ - const __vue_scope_id__$4o = "data-v-1742a731"; + const __vue_scope_id__$4o = "data-v-6b65fe84"; /* module identifier */ const __vue_module_identifier__$4o = undefined; /* functional template */ @@ -105077,7 +105081,7 @@ __vue_render__$4n._withStripped = true; /* style */ const __vue_inject_styles__$4n = undefined; /* scoped */ - const __vue_scope_id__$4n = "data-v-fd878fde"; + const __vue_scope_id__$4n = "data-v-ff0943c4"; /* module identifier */ const __vue_module_identifier__$4n = undefined; /* functional template */ @@ -105367,7 +105371,7 @@ __vue_render__$4m._withStripped = true; /* style */ const __vue_inject_styles__$4m = undefined; /* scoped */ - const __vue_scope_id__$4m = "data-v-7380a383"; + const __vue_scope_id__$4m = "data-v-665241d0"; /* module identifier */ const __vue_module_identifier__$4m = undefined; /* functional template */ @@ -105707,7 +105711,7 @@ __vue_render__$4l._withStripped = true; /* style */ const __vue_inject_styles__$4l = undefined; /* scoped */ - const __vue_scope_id__$4l = "data-v-6e1a7416"; + const __vue_scope_id__$4l = "data-v-0e180829"; /* module identifier */ const __vue_module_identifier__$4l = undefined; /* functional template */ @@ -106002,7 +106006,7 @@ __vue_render__$4k._withStripped = true; /* style */ const __vue_inject_styles__$4k = undefined; /* scoped */ - const __vue_scope_id__$4k = "data-v-133d79dc"; + const __vue_scope_id__$4k = "data-v-3c17555f"; /* module identifier */ const __vue_module_identifier__$4k = undefined; /* functional template */ @@ -106265,7 +106269,7 @@ __vue_render__$4j._withStripped = true; /* style */ const __vue_inject_styles__$4j = undefined; /* scoped */ - const __vue_scope_id__$4j = "data-v-4d26982c"; + const __vue_scope_id__$4j = "data-v-0344337d"; /* module identifier */ const __vue_module_identifier__$4j = undefined; /* functional template */ @@ -106570,7 +106574,7 @@ __vue_render__$4i._withStripped = true; /* style */ const __vue_inject_styles__$4i = undefined; /* scoped */ - const __vue_scope_id__$4i = "data-v-5dc3bc40"; + const __vue_scope_id__$4i = "data-v-484e8cf3"; /* module identifier */ const __vue_module_identifier__$4i = undefined; /* functional template */ @@ -106869,7 +106873,7 @@ __vue_render__$4h._withStripped = true; /* style */ const __vue_inject_styles__$4h = undefined; /* scoped */ - const __vue_scope_id__$4h = "data-v-797bba99"; + const __vue_scope_id__$4h = "data-v-7b3bf728"; /* module identifier */ const __vue_module_identifier__$4h = undefined; /* functional template */ @@ -107144,7 +107148,7 @@ __vue_render__$4g._withStripped = true; /* style */ const __vue_inject_styles__$4g = undefined; /* scoped */ - const __vue_scope_id__$4g = "data-v-26a57a42"; + const __vue_scope_id__$4g = "data-v-15a3b6a8"; /* module identifier */ const __vue_module_identifier__$4g = undefined; /* functional template */ @@ -107403,7 +107407,7 @@ __vue_render__$4f._withStripped = true; /* style */ const __vue_inject_styles__$4f = undefined; /* scoped */ - const __vue_scope_id__$4f = "data-v-df9f7b2c"; + const __vue_scope_id__$4f = "data-v-4c3c533d"; /* module identifier */ const __vue_module_identifier__$4f = undefined; /* functional template */ @@ -107632,7 +107636,7 @@ __vue_render__$4e._withStripped = true; /* style */ const __vue_inject_styles__$4e = undefined; /* scoped */ - const __vue_scope_id__$4e = "data-v-4db4a500"; + const __vue_scope_id__$4e = "data-v-2347838d"; /* module identifier */ const __vue_module_identifier__$4e = undefined; /* functional template */ @@ -107898,7 +107902,7 @@ __vue_render__$4d._withStripped = true; /* style */ const __vue_inject_styles__$4d = undefined; /* scoped */ - const __vue_scope_id__$4d = "data-v-27b9a097"; + const __vue_scope_id__$4d = "data-v-306832a4"; /* module identifier */ const __vue_module_identifier__$4d = undefined; /* functional template */ @@ -108135,7 +108139,7 @@ __vue_render__$4c._withStripped = true; /* style */ const __vue_inject_styles__$4c = undefined; /* scoped */ - const __vue_scope_id__$4c = "data-v-f45a6e02"; + const __vue_scope_id__$4c = "data-v-897320dc"; /* module identifier */ const __vue_module_identifier__$4c = undefined; /* functional template */ @@ -108414,7 +108418,7 @@ __vue_render__$4b._withStripped = true; /* style */ const __vue_inject_styles__$4b = undefined; /* scoped */ - const __vue_scope_id__$4b = "data-v-7b2d4c1c"; + const __vue_scope_id__$4b = "data-v-54cac2bf"; /* module identifier */ const __vue_module_identifier__$4b = undefined; /* functional template */ @@ -108847,7 +108851,7 @@ __vue_render__$4a._withStripped = true; /* style */ const __vue_inject_styles__$4a = undefined; /* scoped */ - const __vue_scope_id__$4a = "data-v-a4866b18"; + const __vue_scope_id__$4a = "data-v-0f1c1bc1"; /* module identifier */ const __vue_module_identifier__$4a = undefined; /* functional template */ @@ -109196,7 +109200,7 @@ __vue_render__$49._withStripped = true; /* style */ const __vue_inject_styles__$49 = undefined; /* scoped */ - const __vue_scope_id__$49 = "data-v-44c40c05"; + const __vue_scope_id__$49 = "data-v-e540b550"; /* module identifier */ const __vue_module_identifier__$49 = undefined; /* functional template */ @@ -109417,7 +109421,7 @@ __vue_render__$48._withStripped = true; /* style */ const __vue_inject_styles__$48 = undefined; /* scoped */ - const __vue_scope_id__$48 = "data-v-768fbf15"; + const __vue_scope_id__$48 = "data-v-28773022"; /* module identifier */ const __vue_module_identifier__$48 = undefined; /* functional template */ @@ -109854,7 +109858,7 @@ __vue_render__$47._withStripped = true; /* style */ const __vue_inject_styles__$47 = undefined; /* scoped */ - const __vue_scope_id__$47 = "data-v-310c6d9a"; + const __vue_scope_id__$47 = "data-v-9059cb26"; /* module identifier */ const __vue_module_identifier__$47 = undefined; /* functional template */ @@ -110096,7 +110100,7 @@ __vue_render__$46._withStripped = true; /* style */ const __vue_inject_styles__$46 = undefined; /* scoped */ - const __vue_scope_id__$46 = "data-v-3c98e49a"; + const __vue_scope_id__$46 = "data-v-6b7eaba6"; /* module identifier */ const __vue_module_identifier__$46 = undefined; /* functional template */ @@ -110351,7 +110355,7 @@ __vue_render__$45._withStripped = true; /* style */ const __vue_inject_styles__$45 = undefined; /* scoped */ - const __vue_scope_id__$45 = "data-v-05a72604"; + const __vue_scope_id__$45 = "data-v-196d9c5e"; /* module identifier */ const __vue_module_identifier__$45 = undefined; /* functional template */ @@ -110575,7 +110579,7 @@ __vue_render__$44._withStripped = true; /* style */ const __vue_inject_styles__$44 = undefined; /* scoped */ - const __vue_scope_id__$44 = "data-v-63d1434a"; + const __vue_scope_id__$44 = "data-v-3c2d1aee"; /* module identifier */ const __vue_module_identifier__$44 = undefined; /* functional template */ @@ -110793,7 +110797,7 @@ __vue_render__$43._withStripped = true; /* style */ const __vue_inject_styles__$43 = undefined; /* scoped */ - const __vue_scope_id__$43 = "data-v-169537fc"; + const __vue_scope_id__$43 = "data-v-1337d30f"; /* module identifier */ const __vue_module_identifier__$43 = undefined; /* functional template */ @@ -111017,7 +111021,7 @@ __vue_render__$42._withStripped = true; /* style */ const __vue_inject_styles__$42 = undefined; /* scoped */ - const __vue_scope_id__$42 = "data-v-6c0d6f72"; + const __vue_scope_id__$42 = "data-v-eb2e8ad8"; /* module identifier */ const __vue_module_identifier__$42 = undefined; /* functional template */ @@ -111241,7 +111245,7 @@ __vue_render__$41._withStripped = true; /* style */ const __vue_inject_styles__$41 = undefined; /* scoped */ - const __vue_scope_id__$41 = "data-v-631add9c"; + const __vue_scope_id__$41 = "data-v-12b6b422"; /* module identifier */ const __vue_module_identifier__$41 = undefined; /* functional template */ @@ -111459,7 +111463,7 @@ __vue_render__$40._withStripped = true; /* style */ const __vue_inject_styles__$40 = undefined; /* scoped */ - const __vue_scope_id__$40 = "data-v-1409a151"; + const __vue_scope_id__$40 = "data-v-312a641e"; /* module identifier */ const __vue_module_identifier__$40 = undefined; /* functional template */ @@ -111679,7 +111683,7 @@ __vue_render__$3$._withStripped = true; /* style */ const __vue_inject_styles__$3$ = undefined; /* scoped */ - const __vue_scope_id__$3$ = "data-v-5683e122"; + const __vue_scope_id__$3$ = "data-v-2c753722"; /* module identifier */ const __vue_module_identifier__$3$ = undefined; /* functional template */ @@ -111907,7 +111911,7 @@ __vue_render__$3_._withStripped = true; /* style */ const __vue_inject_styles__$3_ = undefined; /* scoped */ - const __vue_scope_id__$3_ = "data-v-4020e744"; + const __vue_scope_id__$3_ = "data-v-78e68e5e"; /* module identifier */ const __vue_module_identifier__$3_ = undefined; /* functional template */ @@ -112145,7 +112149,7 @@ __vue_render__$3Z._withStripped = true; /* style */ const __vue_inject_styles__$3Z = undefined; /* scoped */ - const __vue_scope_id__$3Z = "data-v-5db7d8d1"; + const __vue_scope_id__$3Z = "data-v-07fad99e"; /* module identifier */ const __vue_module_identifier__$3Z = undefined; /* functional template */ @@ -112371,7 +112375,7 @@ __vue_render__$3Y._withStripped = true; /* style */ const __vue_inject_styles__$3Y = undefined; /* scoped */ - const __vue_scope_id__$3Y = "data-v-0004934e"; + const __vue_scope_id__$3Y = "data-v-56c83bbe"; /* module identifier */ const __vue_module_identifier__$3Y = undefined; /* functional template */ @@ -112591,7 +112595,7 @@ __vue_render__$3X._withStripped = true; /* style */ const __vue_inject_styles__$3X = undefined; /* scoped */ - const __vue_scope_id__$3X = "data-v-ef928ef6"; + const __vue_scope_id__$3X = "data-v-7e80bb50"; /* module identifier */ const __vue_module_identifier__$3X = undefined; /* functional template */ @@ -112817,7 +112821,7 @@ __vue_render__$3W._withStripped = true; /* style */ const __vue_inject_styles__$3W = undefined; /* scoped */ - const __vue_scope_id__$3W = "data-v-7b8d3f68"; + const __vue_scope_id__$3W = "data-v-d25ea1c2"; /* module identifier */ const __vue_module_identifier__$3W = undefined; /* functional template */ @@ -113039,7 +113043,7 @@ __vue_render__$3V._withStripped = true; /* style */ const __vue_inject_styles__$3V = undefined; /* scoped */ - const __vue_scope_id__$3V = "data-v-0d2d7ea4"; + const __vue_scope_id__$3V = "data-v-51cefa8a"; /* module identifier */ const __vue_module_identifier__$3V = undefined; /* functional template */ @@ -113256,7 +113260,7 @@ __vue_render__$3U._withStripped = true; /* style */ const __vue_inject_styles__$3U = undefined; /* scoped */ - const __vue_scope_id__$3U = "data-v-7bc140cc"; + const __vue_scope_id__$3U = "data-v-720c07ad"; /* module identifier */ const __vue_module_identifier__$3U = undefined; /* functional template */ @@ -113477,7 +113481,7 @@ __vue_render__$3T._withStripped = true; /* style */ const __vue_inject_styles__$3T = undefined; /* scoped */ - const __vue_scope_id__$3T = "data-v-372dc1c0"; + const __vue_scope_id__$3T = "data-v-72e806ad"; /* module identifier */ const __vue_module_identifier__$3T = undefined; /* functional template */ @@ -113698,7 +113702,7 @@ __vue_render__$3S._withStripped = true; /* style */ const __vue_inject_styles__$3S = undefined; /* scoped */ - const __vue_scope_id__$3S = "data-v-295d95c0"; + const __vue_scope_id__$3S = "data-v-90470566"; /* module identifier */ const __vue_module_identifier__$3S = undefined; /* functional template */ @@ -113956,7 +113960,7 @@ __vue_render__$3R._withStripped = true; /* style */ const __vue_inject_styles__$3R = undefined; /* scoped */ - const __vue_scope_id__$3R = "data-v-d8c29f56"; + const __vue_scope_id__$3R = "data-v-a51536b0"; /* module identifier */ const __vue_module_identifier__$3R = undefined; /* functional template */ @@ -114173,7 +114177,7 @@ __vue_render__$3Q._withStripped = true; /* style */ const __vue_inject_styles__$3Q = undefined; /* scoped */ - const __vue_scope_id__$3Q = "data-v-21e7a37b"; + const __vue_scope_id__$3Q = "data-v-ed6ada64"; /* module identifier */ const __vue_module_identifier__$3Q = undefined; /* functional template */ @@ -114390,7 +114394,7 @@ __vue_render__$3P._withStripped = true; /* style */ const __vue_inject_styles__$3P = undefined; /* scoped */ - const __vue_scope_id__$3P = "data-v-c65b57d6"; + const __vue_scope_id__$3P = "data-v-4cbefc28"; /* module identifier */ const __vue_module_identifier__$3P = undefined; /* functional template */ @@ -114655,7 +114659,7 @@ __vue_render__$3O._withStripped = true; /* style */ const __vue_inject_styles__$3O = undefined; /* scoped */ - const __vue_scope_id__$3O = "data-v-faad8914"; + const __vue_scope_id__$3O = "data-v-68941383"; /* module identifier */ const __vue_module_identifier__$3O = undefined; /* functional template */ @@ -114949,7 +114953,7 @@ __vue_render__$3N._withStripped = true; /* style */ const __vue_inject_styles__$3N = undefined; /* scoped */ - const __vue_scope_id__$3N = "data-v-35fd03d5"; + const __vue_scope_id__$3N = "data-v-274f9e22"; /* module identifier */ const __vue_module_identifier__$3N = undefined; /* functional template */ @@ -115232,7 +115236,7 @@ __vue_render__$3M._withStripped = true; /* style */ const __vue_inject_styles__$3M = undefined; /* scoped */ - const __vue_scope_id__$3M = "data-v-8d6e0578"; + const __vue_scope_id__$3M = "data-v-43a07ed1"; /* module identifier */ const __vue_module_identifier__$3M = undefined; /* functional template */ @@ -115464,7 +115468,7 @@ __vue_render__$3L._withStripped = true; /* style */ const __vue_inject_styles__$3L = undefined; /* scoped */ - const __vue_scope_id__$3L = "data-v-0f2aadfc"; + const __vue_scope_id__$3L = "data-v-614cae62"; /* module identifier */ const __vue_module_identifier__$3L = undefined; /* functional template */ @@ -115710,7 +115714,7 @@ __vue_render__$3K._withStripped = true; /* style */ const __vue_inject_styles__$3K = undefined; /* scoped */ - const __vue_scope_id__$3K = "data-v-2205d32d"; + const __vue_scope_id__$3K = "data-v-850c830c"; /* module identifier */ const __vue_module_identifier__$3K = undefined; /* functional template */ @@ -115956,7 +115960,7 @@ __vue_render__$3J._withStripped = true; /* style */ const __vue_inject_styles__$3J = undefined; /* scoped */ - const __vue_scope_id__$3J = "data-v-11882c9d"; + const __vue_scope_id__$3J = "data-v-79dbcc70"; /* module identifier */ const __vue_module_identifier__$3J = undefined; /* functional template */ @@ -116259,7 +116263,7 @@ __vue_render__$3I._withStripped = true; /* style */ const __vue_inject_styles__$3I = undefined; /* scoped */ - const __vue_scope_id__$3I = "data-v-1085c07e"; + const __vue_scope_id__$3I = "data-v-3e112c4b"; /* module identifier */ const __vue_module_identifier__$3I = undefined; /* functional template */ @@ -116562,7 +116566,7 @@ __vue_render__$3H._withStripped = true; /* style */ const __vue_inject_styles__$3H = undefined; /* scoped */ - const __vue_scope_id__$3H = "data-v-12900bb5"; + const __vue_scope_id__$3H = "data-v-0aefb842"; /* module identifier */ const __vue_module_identifier__$3H = undefined; /* functional template */ @@ -116865,7 +116869,7 @@ __vue_render__$3G._withStripped = true; /* style */ const __vue_inject_styles__$3G = undefined; /* scoped */ - const __vue_scope_id__$3G = "data-v-2ac2c478"; + const __vue_scope_id__$3G = "data-v-23227105"; /* module identifier */ const __vue_module_identifier__$3G = undefined; /* functional template */ @@ -117163,7 +117167,7 @@ __vue_render__$3F._withStripped = true; /* style */ const __vue_inject_styles__$3F = undefined; /* scoped */ - const __vue_scope_id__$3F = "data-v-4ef8f4e6"; + const __vue_scope_id__$3F = "data-v-729fd89a"; /* module identifier */ const __vue_module_identifier__$3F = undefined; /* functional template */ @@ -117383,7 +117387,7 @@ __vue_render__$3E._withStripped = true; /* style */ const __vue_inject_styles__$3E = undefined; /* scoped */ - const __vue_scope_id__$3E = "data-v-3f9d2708"; + const __vue_scope_id__$3E = "data-v-3403300f"; /* module identifier */ const __vue_module_identifier__$3E = undefined; /* functional template */ @@ -117581,7 +117585,7 @@ __vue_render__$3D._withStripped = true; /* style */ const __vue_inject_styles__$3D = undefined; /* scoped */ - const __vue_scope_id__$3D = "data-v-05907ac2"; + const __vue_scope_id__$3D = "data-v-e3629262"; /* module identifier */ const __vue_module_identifier__$3D = undefined; /* functional template */ @@ -117776,7 +117780,7 @@ __vue_render__$3C._withStripped = true; /* style */ const __vue_inject_styles__$3C = undefined; /* scoped */ - const __vue_scope_id__$3C = "data-v-76f2d232"; + const __vue_scope_id__$3C = "data-v-c59de198"; /* module identifier */ const __vue_module_identifier__$3C = undefined; /* functional template */ @@ -117967,7 +117971,7 @@ __vue_render__$3B._withStripped = true; /* style */ const __vue_inject_styles__$3B = undefined; /* scoped */ - const __vue_scope_id__$3B = "data-v-cb2b525e"; + const __vue_scope_id__$3B = "data-v-563ea8de"; /* module identifier */ const __vue_module_identifier__$3B = undefined; /* functional template */ @@ -118164,7 +118168,7 @@ __vue_render__$3A._withStripped = true; /* style */ const __vue_inject_styles__$3A = undefined; /* scoped */ - const __vue_scope_id__$3A = "data-v-75e4b7d2"; + const __vue_scope_id__$3A = "data-v-3f4238aa"; /* module identifier */ const __vue_module_identifier__$3A = undefined; /* functional template */ @@ -118361,7 +118365,7 @@ __vue_render__$3z._withStripped = true; /* style */ const __vue_inject_styles__$3z = undefined; /* scoped */ - const __vue_scope_id__$3z = "data-v-20b730e5"; + const __vue_scope_id__$3z = "data-v-5d5bc238"; /* module identifier */ const __vue_module_identifier__$3z = undefined; /* functional template */ @@ -118562,7 +118566,7 @@ __vue_render__$3y._withStripped = true; /* style */ const __vue_inject_styles__$3y = undefined; /* scoped */ - const __vue_scope_id__$3y = "data-v-3b5ff95c"; + const __vue_scope_id__$3y = "data-v-806db2ae"; /* module identifier */ const __vue_module_identifier__$3y = undefined; /* functional template */ @@ -118783,7 +118787,7 @@ __vue_render__$3x._withStripped = true; /* style */ const __vue_inject_styles__$3x = undefined; /* scoped */ - const __vue_scope_id__$3x = "data-v-19425bee"; + const __vue_scope_id__$3x = "data-v-abfaca0a"; /* module identifier */ const __vue_module_identifier__$3x = undefined; /* functional template */ @@ -118980,7 +118984,7 @@ __vue_render__$3w._withStripped = true; /* style */ const __vue_inject_styles__$3w = undefined; /* scoped */ - const __vue_scope_id__$3w = "data-v-0e3efd9c"; + const __vue_scope_id__$3w = "data-v-26560c2f"; /* module identifier */ const __vue_module_identifier__$3w = undefined; /* functional template */ @@ -119177,7 +119181,7 @@ __vue_render__$3v._withStripped = true; /* style */ const __vue_inject_styles__$3v = undefined; /* scoped */ - const __vue_scope_id__$3v = "data-v-0313fc54"; + const __vue_scope_id__$3v = "data-v-00159929"; /* module identifier */ const __vue_module_identifier__$3v = undefined; /* functional template */ @@ -119374,7 +119378,7 @@ __vue_render__$3u._withStripped = true; /* style */ const __vue_inject_styles__$3u = undefined; /* scoped */ - const __vue_scope_id__$3u = "data-v-2b9c59ea"; + const __vue_scope_id__$3u = "data-v-6502f73d"; /* module identifier */ const __vue_module_identifier__$3u = undefined; /* functional template */ @@ -119573,7 +119577,7 @@ __vue_render__$3t._withStripped = true; /* style */ const __vue_inject_styles__$3t = undefined; /* scoped */ - const __vue_scope_id__$3t = "data-v-2c1d753a"; + const __vue_scope_id__$3t = "data-v-53efb387"; /* module identifier */ const __vue_module_identifier__$3t = undefined; /* functional template */ @@ -119784,7 +119788,7 @@ __vue_render__$3s._withStripped = true; /* style */ const __vue_inject_styles__$3s = undefined; /* scoped */ - const __vue_scope_id__$3s = "data-v-5768283a"; + const __vue_scope_id__$3s = "data-v-0272e976"; /* module identifier */ const __vue_module_identifier__$3s = undefined; /* functional template */ @@ -119995,7 +119999,7 @@ __vue_render__$3r._withStripped = true; /* style */ const __vue_inject_styles__$3r = undefined; /* scoped */ - const __vue_scope_id__$3r = "data-v-8ac67d7c"; + const __vue_scope_id__$3r = "data-v-b907f0d6"; /* module identifier */ const __vue_module_identifier__$3r = undefined; /* functional template */ @@ -120206,7 +120210,7 @@ __vue_render__$3q._withStripped = true; /* style */ const __vue_inject_styles__$3q = undefined; /* scoped */ - const __vue_scope_id__$3q = "data-v-7a2acb5b"; + const __vue_scope_id__$3q = "data-v-af5c6e24"; /* module identifier */ const __vue_module_identifier__$3q = undefined; /* functional template */ @@ -120417,7 +120421,7 @@ __vue_render__$3p._withStripped = true; /* style */ const __vue_inject_styles__$3p = undefined; /* scoped */ - const __vue_scope_id__$3p = "data-v-4d1a3b17"; + const __vue_scope_id__$3p = "data-v-7b4138aa"; /* module identifier */ const __vue_module_identifier__$3p = undefined; /* functional template */ @@ -120628,7 +120632,7 @@ __vue_render__$3o._withStripped = true; /* style */ const __vue_inject_styles__$3o = undefined; /* scoped */ - const __vue_scope_id__$3o = "data-v-2009aad3"; + const __vue_scope_id__$3o = "data-v-4e30a866"; /* module identifier */ const __vue_module_identifier__$3o = undefined; /* functional template */ @@ -120839,7 +120843,7 @@ __vue_render__$3n._withStripped = true; /* style */ const __vue_inject_styles__$3n = undefined; /* scoped */ - const __vue_scope_id__$3n = "data-v-1a0dcae2"; + const __vue_scope_id__$3n = "data-v-21201822"; /* module identifier */ const __vue_module_identifier__$3n = undefined; /* functional template */ @@ -121030,7 +121034,7 @@ __vue_render__$3m._withStripped = true; /* style */ const __vue_inject_styles__$3m = undefined; /* scoped */ - const __vue_scope_id__$3m = "data-v-0ea79f30"; + const __vue_scope_id__$3m = "data-v-53e9987b"; /* module identifier */ const __vue_module_identifier__$3m = undefined; /* functional template */ @@ -121221,7 +121225,7 @@ __vue_render__$3l._withStripped = true; /* style */ const __vue_inject_styles__$3l = undefined; /* scoped */ - const __vue_scope_id__$3l = "data-v-b2ec2df6"; + const __vue_scope_id__$3l = "data-v-01c75118"; /* module identifier */ const __vue_module_identifier__$3l = undefined; /* functional template */ @@ -121412,7 +121416,7 @@ __vue_render__$3k._withStripped = true; /* style */ const __vue_inject_styles__$3k = undefined; /* scoped */ - const __vue_scope_id__$3k = "data-v-5467a1a2"; + const __vue_scope_id__$3k = "data-v-a0b5ec96"; /* module identifier */ const __vue_module_identifier__$3k = undefined; /* functional template */ @@ -121603,7 +121607,7 @@ __vue_render__$3j._withStripped = true; /* style */ const __vue_inject_styles__$3j = undefined; /* scoped */ - const __vue_scope_id__$3j = "data-v-02455a3f"; + const __vue_scope_id__$3j = "data-v-5d82c252"; /* module identifier */ const __vue_module_identifier__$3j = undefined; /* functional template */ @@ -121794,7 +121798,7 @@ __vue_render__$3i._withStripped = true; /* style */ const __vue_inject_styles__$3i = undefined; /* scoped */ - const __vue_scope_id__$3i = "data-v-01246942"; + const __vue_scope_id__$3i = "data-v-9c031c28"; /* module identifier */ const __vue_module_identifier__$3i = undefined; /* functional template */ @@ -121985,7 +121989,7 @@ __vue_render__$3h._withStripped = true; /* style */ const __vue_inject_styles__$3h = undefined; /* scoped */ - const __vue_scope_id__$3h = "data-v-c36bf844"; + const __vue_scope_id__$3h = "data-v-50daaa6b"; /* module identifier */ const __vue_module_identifier__$3h = undefined; /* functional template */ @@ -122176,7 +122180,7 @@ __vue_render__$3g._withStripped = true; /* style */ const __vue_inject_styles__$3g = undefined; /* scoped */ - const __vue_scope_id__$3g = "data-v-3d263c5d"; + const __vue_scope_id__$3g = "data-v-20923a2c"; /* module identifier */ const __vue_module_identifier__$3g = undefined; /* functional template */ @@ -122367,7 +122371,7 @@ __vue_render__$3f._withStripped = true; /* style */ const __vue_inject_styles__$3f = undefined; /* scoped */ - const __vue_scope_id__$3f = "data-v-47fb1648"; + const __vue_scope_id__$3f = "data-v-e2d9c92e"; /* module identifier */ const __vue_module_identifier__$3f = undefined; /* functional template */ @@ -122558,7 +122562,7 @@ __vue_render__$3e._withStripped = true; /* style */ const __vue_inject_styles__$3e = undefined; /* scoped */ - const __vue_scope_id__$3e = "data-v-387041a6"; + const __vue_scope_id__$3e = "data-v-50dab00c"; /* module identifier */ const __vue_module_identifier__$3e = undefined; /* functional template */ @@ -122749,7 +122753,7 @@ __vue_render__$3d._withStripped = true; /* style */ const __vue_inject_styles__$3d = undefined; /* scoped */ - const __vue_scope_id__$3d = "data-v-715513ec"; + const __vue_scope_id__$3d = "data-v-651fdcb9"; /* module identifier */ const __vue_module_identifier__$3d = undefined; /* functional template */ @@ -122940,7 +122944,7 @@ __vue_render__$3c._withStripped = true; /* style */ const __vue_inject_styles__$3c = undefined; /* scoped */ - const __vue_scope_id__$3c = "data-v-ebe2beb0"; + const __vue_scope_id__$3c = "data-v-c0c18e96"; /* module identifier */ const __vue_module_identifier__$3c = undefined; /* functional template */ @@ -123131,7 +123135,7 @@ __vue_render__$3b._withStripped = true; /* style */ const __vue_inject_styles__$3b = undefined; /* scoped */ - const __vue_scope_id__$3b = "data-v-e721052c"; + const __vue_scope_id__$3b = "data-v-ff8b7392"; /* module identifier */ const __vue_module_identifier__$3b = undefined; /* functional template */ @@ -123322,7 +123326,7 @@ __vue_render__$3a._withStripped = true; /* style */ const __vue_inject_styles__$3a = undefined; /* scoped */ - const __vue_scope_id__$3a = "data-v-e5e24b14"; + const __vue_scope_id__$3a = "data-v-5c348cc9"; /* module identifier */ const __vue_module_identifier__$3a = undefined; /* functional template */ @@ -123513,7 +123517,7 @@ __vue_render__$39._withStripped = true; /* style */ const __vue_inject_styles__$39 = undefined; /* scoped */ - const __vue_scope_id__$39 = "data-v-0709f35a"; + const __vue_scope_id__$39 = "data-v-68be8eb4"; /* module identifier */ const __vue_module_identifier__$39 = undefined; /* functional template */ @@ -123704,7 +123708,7 @@ __vue_render__$38._withStripped = true; /* style */ const __vue_inject_styles__$38 = undefined; /* scoped */ - const __vue_scope_id__$38 = "data-v-6be73230"; + const __vue_scope_id__$38 = "data-v-3b0ce483"; /* module identifier */ const __vue_module_identifier__$38 = undefined; /* functional template */ @@ -123895,7 +123899,7 @@ __vue_render__$37._withStripped = true; /* style */ const __vue_inject_styles__$37 = undefined; /* scoped */ - const __vue_scope_id__$37 = "data-v-495943e6"; + const __vue_scope_id__$37 = "data-v-ab0ddf40"; /* module identifier */ const __vue_module_identifier__$37 = undefined; /* functional template */ @@ -124286,7 +124290,7 @@ __vue_render__$35._withStripped = true; /* style */ const __vue_inject_styles__$35 = undefined; /* scoped */ - const __vue_scope_id__$35 = "data-v-99cac87e"; + const __vue_scope_id__$35 = "data-v-79879c4e"; /* module identifier */ const __vue_module_identifier__$35 = undefined; /* functional template */ @@ -124493,7 +124497,7 @@ __vue_render__$34._withStripped = true; /* style */ const __vue_inject_styles__$34 = undefined; /* scoped */ - const __vue_scope_id__$34 = "data-v-376d31da"; + const __vue_scope_id__$34 = "data-v-db1ef5b2"; /* module identifier */ const __vue_module_identifier__$34 = undefined; /* functional template */ @@ -124699,7 +124703,7 @@ __vue_render__$33._withStripped = true; /* style */ const __vue_inject_styles__$33 = undefined; /* scoped */ - const __vue_scope_id__$33 = "data-v-78c78d2e"; + const __vue_scope_id__$33 = "data-v-2ab7fd94"; /* module identifier */ const __vue_module_identifier__$33 = undefined; /* functional template */ @@ -124889,7 +124893,7 @@ __vue_render__$32._withStripped = true; /* style */ const __vue_inject_styles__$32 = undefined; /* scoped */ - const __vue_scope_id__$32 = "data-v-8c1ab368"; + const __vue_scope_id__$32 = "data-v-01606e1f"; /* module identifier */ const __vue_module_identifier__$32 = undefined; /* functional template */ @@ -125111,7 +125115,7 @@ __vue_render__$31._withStripped = true; /* style */ const __vue_inject_styles__$31 = undefined; /* scoped */ - const __vue_scope_id__$31 = "data-v-7a8321b8"; + const __vue_scope_id__$31 = "data-v-970e3a6a"; /* module identifier */ const __vue_module_identifier__$31 = undefined; /* functional template */ @@ -125341,7 +125345,7 @@ __vue_render__$30._withStripped = true; /* style */ const __vue_inject_styles__$30 = undefined; /* scoped */ - const __vue_scope_id__$30 = "data-v-040a249a"; + const __vue_scope_id__$30 = "data-v-516426e7"; /* module identifier */ const __vue_module_identifier__$30 = undefined; /* functional template */ @@ -125555,7 +125559,7 @@ __vue_render__$2$._withStripped = true; /* style */ const __vue_inject_styles__$2$ = undefined; /* scoped */ - const __vue_scope_id__$2$ = "data-v-3ec41660"; + const __vue_scope_id__$2$ = "data-v-37b34ced"; /* module identifier */ const __vue_module_identifier__$2$ = undefined; /* functional template */ @@ -125793,7 +125797,7 @@ __vue_render__$2_._withStripped = true; /* style */ const __vue_inject_styles__$2_ = undefined; /* scoped */ - const __vue_scope_id__$2_ = "data-v-62ef7824"; + const __vue_scope_id__$2_ = "data-v-5ae5cf71"; /* module identifier */ const __vue_module_identifier__$2_ = undefined; /* functional template */ @@ -125995,7 +125999,7 @@ __vue_render__$2Z._withStripped = true; /* style */ const __vue_inject_styles__$2Z = undefined; /* scoped */ - const __vue_scope_id__$2Z = "data-v-4a005fa0"; + const __vue_scope_id__$2Z = "data-v-09b9c62d"; /* module identifier */ const __vue_module_identifier__$2Z = undefined; /* functional template */ @@ -127043,7 +127047,7 @@ __vue_render__$2U._withStripped = true; /* style */ const __vue_inject_styles__$2U = undefined; /* scoped */ - const __vue_scope_id__$2U = "data-v-796ebe5a"; + const __vue_scope_id__$2U = "data-v-a41070b2"; /* module identifier */ const __vue_module_identifier__$2U = undefined; /* functional template */ @@ -128749,7 +128753,7 @@ __vue_render__$2S._withStripped = true; /* style */ const __vue_inject_styles__$2S = undefined; /* scoped */ - const __vue_scope_id__$2S = "data-v-c29ae9f4"; + const __vue_scope_id__$2S = "data-v-0f484153"; /* module identifier */ const __vue_module_identifier__$2S = undefined; /* functional template */ @@ -129275,7 +129279,7 @@ __vue_render__$2Q._withStripped = true; /* style */ const __vue_inject_styles__$2Q = undefined; /* scoped */ - const __vue_scope_id__$2Q = "data-v-fd998db0"; + const __vue_scope_id__$2Q = "data-v-38bdeefb"; /* module identifier */ const __vue_module_identifier__$2Q = undefined; /* functional template */ @@ -130271,7 +130275,9 @@ var script$2N = { isPlay: '', currentResources: '', endTime: 0, - learningTools: this.sysEnv.learningTools + learningTools: this.sysEnv.learningTools, + videoTemp: {}, + audioTemp: {} }; }, mounted() { @@ -130418,6 +130424,8 @@ var script$2N = { }, // 视频预览 videoPreview(item, items) { + this.videoTemp = items; + // console.log('items', items,item); if (!items.isTrialExternal) { this.videoData.src = this.getFileUrl(items.uploadFileUrl); this.videoData.show = true; @@ -130433,6 +130441,8 @@ var script$2N = { }, // 音频预览 audioPreview(item, items) { + console.log(this.audioTemp, '预览音频'); + this.audioTemp = items; this.audioData.src = this.getFileUrl(items.uploadFileUrl); this.audioData.show = true; this.audioData.title = items.resourcesName; @@ -130545,24 +130555,32 @@ var script$2N = { timeVideoUpdate({ event, time - }, data) { - // console.log({event, time, data}); + }) { + // console.log({event, time},'侧边栏视频'); this.$EventBus.$emit('videoTimeUpdate', { event, time, - data, + data: { + ...this.videoTemp, + duration: event.cache_.duration, + time + }, info: this.videoData.info }); }, timeAudioUpdate({ event, time - }, data) { - // console.log({event, time, data},this.audioData.info); + }) { + // console.log({event, time},this.audioData,'侧边音频'); this.$EventBus.$emit('audioTimeUpdate', { event, time, - data, + data: { + ...this.audioTemp, + time, + duration: '' + }, info: this.audioData.info }); } @@ -142213,7 +142231,7 @@ __vue_render__$2J._withStripped = true; /* style */ const __vue_inject_styles__$2J = undefined; /* scoped */ - const __vue_scope_id__$2J = "data-v-652066a5"; + const __vue_scope_id__$2J = "data-v-169f8672"; /* module identifier */ const __vue_module_identifier__$2J = undefined; /* functional template */ @@ -143570,7 +143588,7 @@ __vue_render__$2I._withStripped = true; /* style */ const __vue_inject_styles__$2I = undefined; /* scoped */ - const __vue_scope_id__$2I = "data-v-f251a4ee"; + const __vue_scope_id__$2I = "data-v-008fff1c"; /* module identifier */ const __vue_module_identifier__$2I = undefined; /* functional template */ @@ -145636,7 +145654,7 @@ __vue_render__$2F._withStripped = true; /* style */ const __vue_inject_styles__$2F = undefined; /* scoped */ - const __vue_scope_id__$2F = "data-v-5de8ee16"; + const __vue_scope_id__$2F = "data-v-2ca9482e"; /* module identifier */ const __vue_module_identifier__$2F = undefined; /* functional template */ @@ -148156,24 +148174,29 @@ var __vue_render__$2C = function () { ) : _vm._e(), _vm._v(" "), - _c("div", { staticClass: "xml-text-book-name" }, [ - !_vm.sysEnv.isNoteHighlight - ? _c( - "div", - { - staticClass: "text-book-name", - class: _vm.userType == "teacher" ? "textbookNameTeacer" : "", - }, - [ - _c("span", [ - _vm._v( - _vm._s(_vm.textBookName ? _vm.textBookName : "未选择教材") - ), - ]), - ] - ) - : _vm._e(), - ]), + !_vm.sysEnv.isNoteHighlight + ? _c("div", { staticClass: "xml-text-book-name" }, [ + !_vm.sysEnv.isNoteHighlight + ? _c( + "div", + { + staticClass: "text-book-name", + class: + _vm.userType == "teacher" ? "textbookNameTeacer" : "", + }, + [ + _c("span", [ + _vm._v( + _vm._s( + _vm.textBookName ? _vm.textBookName : "未选择教材" + ) + ), + ]), + ] + ) + : _vm._e(), + ]) + : _vm._e(), _vm._v(" "), _c( "div", @@ -152377,7 +152400,7 @@ __vue_render__$2w._withStripped = true; /* style */ const __vue_inject_styles__$2w = undefined; /* scoped */ - const __vue_scope_id__$2w = "data-v-1e54efb4"; + const __vue_scope_id__$2w = "data-v-00a5c6f9"; /* module identifier */ const __vue_module_identifier__$2w = undefined; /* functional template */ @@ -153075,7 +153098,7 @@ __vue_render__$2u._withStripped = true; /* style */ const __vue_inject_styles__$2u = undefined; /* scoped */ - const __vue_scope_id__$2u = "data-v-59a02ac5"; + const __vue_scope_id__$2u = "data-v-2f429cd8"; /* module identifier */ const __vue_module_identifier__$2u = undefined; /* functional template */ @@ -154863,6 +154886,7 @@ var script$2t = { window.addEventListener('beforeunload', this.resetBookGraph); }, mounted() { + console.log(this.basisPath, 'this.basisPath'); this.$nextTick(() => { document.body.style.overflow = 'hidden'; //禁用ios浏览器橡皮筋效果 this.xmlReaderWidth = this.$refs.xmlPreviewDom?.offsetWidth; @@ -154895,7 +154919,7 @@ var script$2t = { type: 'video', // 多少视频的参数 ...info, - xmlCompRef: options.info.xmlCompRef + xmlCompRef: options.data.xmlCompRef }); })); this.$EventBus.$on('audioTimeUpdate', throttle$3(this.updateFREQUENCY, function (options) { @@ -154904,7 +154928,7 @@ var script$2t = { _this.$emit('learningStatistics', { type: 'audio', ...info, - xmlCompRef: options.info.xmlCompRef + xmlCompRef: options.data.xmlCompRef }); })); this.$EventBus.$on('resetTimeUpdate', function (data) { @@ -154975,13 +154999,23 @@ var script$2t = { _this.hotTargetViewerVisible = true; }); this.$EventBus.$on('hotzoneClick', function (set) { - const { + console.log('热区点击', set, _this.basisPath); + let { type = '', value, label, desc = '', cover = '' } = set || {}; + // console.log('热区点击', value,cover) + if (value.indexOf('./') !== -1) { + value = _this.basisPath + value.split('./')[1]; + } + if (cover.indexOf('./') !== -1) { + cover = _this.basisPath + cover.split('./')[1]; + } + // console.log('热区点击后', value,cover) + _this.hotzoneTarget = { type, value, @@ -155760,7 +155794,7 @@ var script$2t = { }, updateReadLocation(pageNum) { // observationChapter - this.chapterSchedule = 0; + // this.chapterSchedule = 0 let isUpdate = false; const observer = className => { let rootElem = document.querySelector('#xmlPreviewDom'); @@ -155777,9 +155811,11 @@ var script$2t = { } }); if (elems) { + let startIndex = this.chapterData[className].startIndex; let endIndex = this.chapterData[className].endIndex; // console.log("targetId:",targetId,endIndex); - this.chapterSchedule = targetId / endIndex * 100; + // this.chapterSchedule = (targetId / endIndex) * 100 + this.chapterSchedule = (targetId - startIndex) / (endIndex - startIndex) * 100; // console.log("chapterSchedule:",this.chapterSchedule); // console.log('this.observationChapterList',this.observationChapterList.length ,elems.length,this.chapterSchedule,this.learningChapter.includes(className),this.learningChapter ) if (this.chapterSchedule > 70 && !this.learningChapter.includes(className)) { @@ -155816,10 +155852,10 @@ var script$2t = { observer(this.currentGroupInfo.firstLevelId); } let num = (index + 1) / this.componentTotal * 100; - console.log('this.componentList', this.learningChapter); + // console.log('this.componentList', this.learningChapter) const updateProgress = () => { let learningTime = parseInt(new Date().getTime() / 1000) - this.learningTime; - this.schedule = pageNum > this.componentList.length - 10 && this.chapterSchedule > 90 ? '100' : num.toFixed(1); + this.schedule = pageNum > this.componentList.length - 10 && this.chapterSchedule > 80 ? '100' : num.toFixed(1); this.locationData = { location: location, //当前阅读位置 @@ -156377,7 +156413,7 @@ var script$2t = { } }, submitAnswer(e) { - // console.log('submitAnswer', e,this.currentGroupInfo) + console.log('submitAnswer', e, this.currentGroupInfo); this.$emit('learningStatistics', { type: 'question', ...this.currentGroupInfo, @@ -161354,7 +161390,7 @@ __vue_render__$2s._withStripped = true; /* style */ const __vue_inject_styles__$2s = undefined; /* scoped */ - const __vue_scope_id__$2s = "data-v-386bf4fa"; + const __vue_scope_id__$2s = "data-v-0ef3d58d"; /* module identifier */ const __vue_module_identifier__$2s = undefined; /* functional template */ @@ -162865,7 +162901,7 @@ __vue_render__$2q._withStripped = true; /* style */ const __vue_inject_styles__$2q = undefined; /* scoped */ - const __vue_scope_id__$2q = "data-v-7e9799ea"; + const __vue_scope_id__$2q = "data-v-ec811486"; /* module identifier */ const __vue_module_identifier__$2q = undefined; /* functional template */ @@ -163142,7 +163178,7 @@ __vue_render__$2p._withStripped = true; /* style */ const __vue_inject_styles__$2p = undefined; /* scoped */ - const __vue_scope_id__$2p = "data-v-0f5ecf09"; + const __vue_scope_id__$2p = "data-v-6117e448"; /* module identifier */ const __vue_module_identifier__$2p = undefined; /* functional template */ @@ -163364,7 +163400,7 @@ __vue_render__$2o._withStripped = true; /* style */ const __vue_inject_styles__$2o = undefined; /* scoped */ - const __vue_scope_id__$2o = "data-v-7fe9e7ba"; + const __vue_scope_id__$2o = "data-v-fc51a572"; /* module identifier */ const __vue_module_identifier__$2o = undefined; /* functional template */ @@ -163634,7 +163670,7 @@ __vue_render__$2n._withStripped = true; /* style */ const __vue_inject_styles__$2n = undefined; /* scoped */ - const __vue_scope_id__$2n = "data-v-591325a9"; + const __vue_scope_id__$2n = "data-v-541dd1b6"; /* module identifier */ const __vue_module_identifier__$2n = undefined; /* functional template */ @@ -163855,7 +163891,7 @@ __vue_render__$2m._withStripped = true; /* style */ const __vue_inject_styles__$2m = undefined; /* scoped */ - const __vue_scope_id__$2m = "data-v-2e94cd97"; + const __vue_scope_id__$2m = "data-v-c37db9ac"; /* module identifier */ const __vue_module_identifier__$2m = undefined; /* functional template */ @@ -164076,7 +164112,7 @@ __vue_render__$2l._withStripped = true; /* style */ const __vue_inject_styles__$2l = undefined; /* scoped */ - const __vue_scope_id__$2l = "data-v-49c0965e"; + const __vue_scope_id__$2l = "data-v-90535a1e"; /* module identifier */ const __vue_module_identifier__$2l = undefined; /* functional template */ @@ -164335,7 +164371,7 @@ __vue_render__$2k._withStripped = true; /* style */ const __vue_inject_styles__$2k = undefined; /* scoped */ - const __vue_scope_id__$2k = "data-v-291d7e28"; + const __vue_scope_id__$2k = "data-v-4e6deabb"; /* module identifier */ const __vue_module_identifier__$2k = undefined; /* functional template */ @@ -164557,7 +164593,7 @@ __vue_render__$2j._withStripped = true; /* style */ const __vue_inject_styles__$2j = undefined; /* scoped */ - const __vue_scope_id__$2j = "data-v-07a8e25c"; + const __vue_scope_id__$2j = "data-v-17636a65"; /* module identifier */ const __vue_module_identifier__$2j = undefined; /* functional template */ @@ -164777,7 +164813,7 @@ __vue_render__$2i._withStripped = true; /* style */ const __vue_inject_styles__$2i = undefined; /* scoped */ - const __vue_scope_id__$2i = "data-v-131c0b62"; + const __vue_scope_id__$2i = "data-v-6010332f"; /* module identifier */ const __vue_module_identifier__$2i = undefined; /* functional template */ @@ -165001,7 +165037,7 @@ __vue_render__$2h._withStripped = true; /* style */ const __vue_inject_styles__$2h = undefined; /* scoped */ - const __vue_scope_id__$2h = "data-v-310dc872"; + const __vue_scope_id__$2h = "data-v-6a175dc5"; /* module identifier */ const __vue_module_identifier__$2h = undefined; /* functional template */ @@ -165225,7 +165261,7 @@ __vue_render__$2g._withStripped = true; /* style */ const __vue_inject_styles__$2g = undefined; /* scoped */ - const __vue_scope_id__$2g = "data-v-2f555e9c"; + const __vue_scope_id__$2g = "data-v-7f6517ef"; /* module identifier */ const __vue_module_identifier__$2g = undefined; /* functional template */ @@ -165472,7 +165508,7 @@ __vue_render__$2f._withStripped = true; /* style */ const __vue_inject_styles__$2f = undefined; /* scoped */ - const __vue_scope_id__$2f = "data-v-a4debfc0"; + const __vue_scope_id__$2f = "data-v-1889a66d"; /* module identifier */ const __vue_module_identifier__$2f = undefined; /* functional template */ @@ -165723,7 +165759,7 @@ __vue_render__$2e._withStripped = true; /* style */ const __vue_inject_styles__$2e = undefined; /* scoped */ - const __vue_scope_id__$2e = "data-v-cd002f0a"; + const __vue_scope_id__$2e = "data-v-0400b98e"; /* module identifier */ const __vue_module_identifier__$2e = undefined; /* functional template */ @@ -165993,7 +166029,7 @@ __vue_render__$2d._withStripped = true; /* style */ const __vue_inject_styles__$2d = undefined; /* scoped */ - const __vue_scope_id__$2d = "data-v-27d75047"; + const __vue_scope_id__$2d = "data-v-0bbbaed4"; /* module identifier */ const __vue_module_identifier__$2d = undefined; /* functional template */ @@ -166250,7 +166286,7 @@ __vue_render__$2c._withStripped = true; /* style */ const __vue_inject_styles__$2c = undefined; /* scoped */ - const __vue_scope_id__$2c = "data-v-651eedf2"; + const __vue_scope_id__$2c = "data-v-78b47358"; /* module identifier */ const __vue_module_identifier__$2c = undefined; /* functional template */ @@ -166517,7 +166553,7 @@ __vue_render__$2b._withStripped = true; /* style */ const __vue_inject_styles__$2b = undefined; /* scoped */ - const __vue_scope_id__$2b = "data-v-1780e365"; + const __vue_scope_id__$2b = "data-v-2417ddb8"; /* module identifier */ const __vue_module_identifier__$2b = undefined; /* functional template */ @@ -166739,7 +166775,7 @@ __vue_render__$2a._withStripped = true; /* style */ const __vue_inject_styles__$2a = undefined; /* scoped */ - const __vue_scope_id__$2a = "data-v-c1fe3f7e"; + const __vue_scope_id__$2a = "data-v-689fb9d8"; /* module identifier */ const __vue_module_identifier__$2a = undefined; /* functional template */ @@ -166963,7 +166999,7 @@ __vue_render__$29._withStripped = true; /* style */ const __vue_inject_styles__$29 = undefined; /* scoped */ - const __vue_scope_id__$29 = "data-v-b5247e98"; + const __vue_scope_id__$29 = "data-v-303af187"; /* module identifier */ const __vue_module_identifier__$29 = undefined; /* functional template */ @@ -167196,7 +167232,7 @@ __vue_render__$28._withStripped = true; /* style */ const __vue_inject_styles__$28 = undefined; /* scoped */ - const __vue_scope_id__$28 = "data-v-400a9bf6"; + const __vue_scope_id__$28 = "data-v-62bf1d58"; /* module identifier */ const __vue_module_identifier__$28 = undefined; /* functional template */ @@ -167415,7 +167451,7 @@ __vue_render__$27._withStripped = true; /* style */ const __vue_inject_styles__$27 = undefined; /* scoped */ - const __vue_scope_id__$27 = "data-v-7123516d"; + const __vue_scope_id__$27 = "data-v-f3f5828c"; /* module identifier */ const __vue_module_identifier__$27 = undefined; /* functional template */ @@ -167636,7 +167672,7 @@ __vue_render__$26._withStripped = true; /* style */ const __vue_inject_styles__$26 = undefined; /* scoped */ - const __vue_scope_id__$26 = "data-v-acf920c2"; + const __vue_scope_id__$26 = "data-v-1a1bf8ac"; /* module identifier */ const __vue_module_identifier__$26 = undefined; /* functional template */ @@ -167855,7 +167891,7 @@ __vue_render__$25._withStripped = true; /* style */ const __vue_inject_styles__$25 = undefined; /* scoped */ - const __vue_scope_id__$25 = "data-v-1564d768"; + const __vue_scope_id__$25 = "data-v-d073a642"; /* module identifier */ const __vue_module_identifier__$25 = undefined; /* functional template */ @@ -168108,7 +168144,7 @@ __vue_render__$24._withStripped = true; /* style */ const __vue_inject_styles__$24 = undefined; /* scoped */ - const __vue_scope_id__$24 = "data-v-55c789fe"; + const __vue_scope_id__$24 = "data-v-620872de"; /* module identifier */ const __vue_module_identifier__$24 = undefined; /* functional template */ @@ -168330,7 +168366,7 @@ __vue_render__$23._withStripped = true; /* style */ const __vue_inject_styles__$23 = undefined; /* scoped */ - const __vue_scope_id__$23 = "data-v-ebf3b068"; + const __vue_scope_id__$23 = "data-v-ad37c942"; /* module identifier */ const __vue_module_identifier__$23 = undefined; /* functional template */ @@ -168590,7 +168626,7 @@ __vue_render__$22._withStripped = true; /* style */ const __vue_inject_styles__$22 = undefined; /* scoped */ - const __vue_scope_id__$22 = "data-v-ad65f85c"; + const __vue_scope_id__$22 = "data-v-6845ac25"; /* module identifier */ const __vue_module_identifier__$22 = undefined; /* functional template */ @@ -168815,7 +168851,7 @@ __vue_render__$21._withStripped = true; /* style */ const __vue_inject_styles__$21 = undefined; /* scoped */ - const __vue_scope_id__$21 = "data-v-0fcd105c"; + const __vue_scope_id__$21 = "data-v-e7dc6aae"; /* module identifier */ const __vue_module_identifier__$21 = undefined; /* functional template */ @@ -169036,7 +169072,7 @@ __vue_render__$20._withStripped = true; /* style */ const __vue_inject_styles__$20 = undefined; /* scoped */ - const __vue_scope_id__$20 = "data-v-e3f7923e"; + const __vue_scope_id__$20 = "data-v-74b8f6b4"; /* module identifier */ const __vue_module_identifier__$20 = undefined; /* functional template */ @@ -169255,7 +169291,7 @@ __vue_render__$1$._withStripped = true; /* style */ const __vue_inject_styles__$1$ = undefined; /* scoped */ - const __vue_scope_id__$1$ = "data-v-e2d77c06"; + const __vue_scope_id__$1$ = "data-v-67c56c90"; /* module identifier */ const __vue_module_identifier__$1$ = undefined; /* functional template */ @@ -169472,7 +169508,7 @@ __vue_render__$1_._withStripped = true; /* style */ const __vue_inject_styles__$1_ = undefined; /* scoped */ - const __vue_scope_id__$1_ = "data-v-7d57ebb7"; + const __vue_scope_id__$1_ = "data-v-f07566ec"; /* module identifier */ const __vue_module_identifier__$1_ = undefined; /* functional template */ @@ -169730,7 +169766,7 @@ __vue_render__$1Z._withStripped = true; /* style */ const __vue_inject_styles__$1Z = undefined; /* scoped */ - const __vue_scope_id__$1Z = "data-v-61ae3d8d"; + const __vue_scope_id__$1Z = "data-v-421def60"; /* module identifier */ const __vue_module_identifier__$1Z = undefined; /* functional template */ @@ -169952,7 +169988,7 @@ __vue_render__$1Y._withStripped = true; /* style */ const __vue_inject_styles__$1Y = undefined; /* scoped */ - const __vue_scope_id__$1Y = "data-v-5c4b98ec"; + const __vue_scope_id__$1Y = "data-v-4ea27446"; /* module identifier */ const __vue_module_identifier__$1Y = undefined; /* functional template */ @@ -170173,7 +170209,7 @@ __vue_render__$1X._withStripped = true; /* style */ const __vue_inject_styles__$1X = undefined; /* scoped */ - const __vue_scope_id__$1X = "data-v-ede83240"; + const __vue_scope_id__$1X = "data-v-58f87cb3"; /* module identifier */ const __vue_module_identifier__$1X = undefined; /* functional template */ @@ -170394,7 +170430,7 @@ __vue_render__$1W._withStripped = true; /* style */ const __vue_inject_styles__$1W = undefined; /* scoped */ - const __vue_scope_id__$1W = "data-v-7575d10c"; + const __vue_scope_id__$1W = "data-v-d59ca566"; /* module identifier */ const __vue_module_identifier__$1W = undefined; /* functional template */ @@ -170619,7 +170655,7 @@ __vue_render__$1V._withStripped = true; /* style */ const __vue_inject_styles__$1V = undefined; /* scoped */ - const __vue_scope_id__$1V = "data-v-e53e4200"; + const __vue_scope_id__$1V = "data-v-24e07c5a"; /* module identifier */ const __vue_module_identifier__$1V = undefined; /* functional template */ @@ -170840,7 +170876,7 @@ __vue_render__$1U._withStripped = true; /* style */ const __vue_inject_styles__$1U = undefined; /* scoped */ - const __vue_scope_id__$1U = "data-v-2630a53e"; + const __vue_scope_id__$1U = "data-v-fa404aea"; /* module identifier */ const __vue_module_identifier__$1U = undefined; /* functional template */ @@ -171106,7 +171142,7 @@ __vue_render__$1T._withStripped = true; /* style */ const __vue_inject_styles__$1T = undefined; /* scoped */ - const __vue_scope_id__$1T = "data-v-e52b10bc"; + const __vue_scope_id__$1T = "data-v-9ddcfd16"; /* module identifier */ const __vue_module_identifier__$1T = undefined; /* functional template */ @@ -171331,7 +171367,7 @@ __vue_render__$1S._withStripped = true; /* style */ const __vue_inject_styles__$1S = undefined; /* scoped */ - const __vue_scope_id__$1S = "data-v-4a49340b"; + const __vue_scope_id__$1S = "data-v-0517aa58"; /* module identifier */ const __vue_module_identifier__$1S = undefined; /* functional template */ @@ -171556,7 +171592,7 @@ __vue_render__$1R._withStripped = true; /* style */ const __vue_inject_styles__$1R = undefined; /* scoped */ - const __vue_scope_id__$1R = "data-v-c5e5f268"; + const __vue_scope_id__$1R = "data-v-e42a614e"; /* module identifier */ const __vue_module_identifier__$1R = undefined; /* functional template */ @@ -171777,7 +171813,7 @@ __vue_render__$1Q._withStripped = true; /* style */ const __vue_inject_styles__$1Q = undefined; /* scoped */ - const __vue_scope_id__$1Q = "data-v-42071e77"; + const __vue_scope_id__$1Q = "data-v-0b32ca0a"; /* module identifier */ const __vue_module_identifier__$1Q = undefined; /* functional template */ @@ -172047,7 +172083,7 @@ __vue_render__$1P._withStripped = true; /* style */ const __vue_inject_styles__$1P = undefined; /* scoped */ - const __vue_scope_id__$1P = "data-v-d83ad4cc"; + const __vue_scope_id__$1P = "data-v-da50c8a6"; /* module identifier */ const __vue_module_identifier__$1P = undefined; /* functional template */ @@ -172370,7 +172406,7 @@ __vue_render__$1O._withStripped = true; /* style */ const __vue_inject_styles__$1O = undefined; /* scoped */ - const __vue_scope_id__$1O = "data-v-ae500af2"; + const __vue_scope_id__$1O = "data-v-cb03c258"; /* module identifier */ const __vue_module_identifier__$1O = undefined; /* functional template */ @@ -172648,7 +172684,7 @@ __vue_render__$1N._withStripped = true; /* style */ const __vue_inject_styles__$1N = undefined; /* scoped */ - const __vue_scope_id__$1N = "data-v-1d084664"; + const __vue_scope_id__$1N = "data-v-efe436ca"; /* module identifier */ const __vue_module_identifier__$1N = undefined; /* functional template */ @@ -172889,7 +172925,7 @@ __vue_render__$1M._withStripped = true; /* style */ const __vue_inject_styles__$1M = undefined; /* scoped */ - const __vue_scope_id__$1M = "data-v-54eb06f6"; + const __vue_scope_id__$1M = "data-v-78768e5c"; /* module identifier */ const __vue_module_identifier__$1M = undefined; /* functional template */ @@ -173138,7 +173174,7 @@ __vue_render__$1L._withStripped = true; /* style */ const __vue_inject_styles__$1L = undefined; /* scoped */ - const __vue_scope_id__$1L = "data-v-1202e51f"; + const __vue_scope_id__$1L = "data-v-94b82e9c"; /* module identifier */ const __vue_module_identifier__$1L = undefined; /* functional template */ @@ -173387,7 +173423,7 @@ __vue_render__$1K._withStripped = true; /* style */ const __vue_inject_styles__$1K = undefined; /* scoped */ - const __vue_scope_id__$1K = "data-v-68c01fed"; + const __vue_scope_id__$1K = "data-v-2801c97a"; /* module identifier */ const __vue_module_identifier__$1K = undefined; /* functional template */ @@ -173636,7 +173672,7 @@ __vue_render__$1J._withStripped = true; /* style */ const __vue_inject_styles__$1J = undefined; /* scoped */ - const __vue_scope_id__$1J = "data-v-40ca47b2"; + const __vue_scope_id__$1J = "data-v-088e643a"; /* module identifier */ const __vue_module_identifier__$1J = undefined; /* functional template */ @@ -173885,7 +173921,7 @@ __vue_render__$1I._withStripped = true; /* style */ const __vue_inject_styles__$1I = undefined; /* scoped */ - const __vue_scope_id__$1I = "data-v-43b406fb"; + const __vue_scope_id__$1I = "data-v-3155eae4"; /* module identifier */ const __vue_module_identifier__$1I = undefined; /* functional template */ @@ -174134,7 +174170,7 @@ __vue_render__$1H._withStripped = true; /* style */ const __vue_inject_styles__$1H = undefined; /* scoped */ - const __vue_scope_id__$1H = "data-v-08a4d5e3"; + const __vue_scope_id__$1H = "data-v-70330120"; /* module identifier */ const __vue_module_identifier__$1H = undefined; /* functional template */ @@ -174404,7 +174440,7 @@ __vue_render__$1G._withStripped = true; /* style */ const __vue_inject_styles__$1G = undefined; /* scoped */ - const __vue_scope_id__$1G = "data-v-27fc6cfd"; + const __vue_scope_id__$1G = "data-v-bcca686c"; /* module identifier */ const __vue_module_identifier__$1G = undefined; /* functional template */ @@ -174698,7 +174734,7 @@ __vue_render__$1F._withStripped = true; /* style */ const __vue_inject_styles__$1F = undefined; /* scoped */ - const __vue_scope_id__$1F = "data-v-352880ce"; + const __vue_scope_id__$1F = "data-v-4f8c672c"; /* module identifier */ const __vue_module_identifier__$1F = undefined; /* functional template */ @@ -175001,7 +175037,7 @@ __vue_render__$1E._withStripped = true; /* style */ const __vue_inject_styles__$1E = undefined; /* scoped */ - const __vue_scope_id__$1E = "data-v-272b4db5"; + const __vue_scope_id__$1E = "data-v-6afa1a82"; /* module identifier */ const __vue_module_identifier__$1E = undefined; /* functional template */ @@ -175287,7 +175323,7 @@ __vue_render__$1D._withStripped = true; /* style */ const __vue_inject_styles__$1D = undefined; /* scoped */ - const __vue_scope_id__$1D = "data-v-0acc5d7e"; + const __vue_scope_id__$1D = "data-v-7345570b"; /* module identifier */ const __vue_module_identifier__$1D = undefined; /* functional template */ @@ -175603,7 +175639,7 @@ __vue_render__$1C._withStripped = true; /* style */ const __vue_inject_styles__$1C = undefined; /* scoped */ - const __vue_scope_id__$1C = "data-v-768560a8"; + const __vue_scope_id__$1C = "data-v-f0bac616"; /* module identifier */ const __vue_module_identifier__$1C = undefined; /* functional template */ @@ -175858,7 +175894,7 @@ __vue_render__$1B._withStripped = true; /* style */ const __vue_inject_styles__$1B = undefined; /* scoped */ - const __vue_scope_id__$1B = "data-v-ce93fd0e"; + const __vue_scope_id__$1B = "data-v-496564c6"; /* module identifier */ const __vue_module_identifier__$1B = undefined; /* functional template */ @@ -176109,7 +176145,7 @@ __vue_render__$1A._withStripped = true; /* style */ const __vue_inject_styles__$1A = undefined; /* scoped */ - const __vue_scope_id__$1A = "data-v-4ed7c8fe"; + const __vue_scope_id__$1A = "data-v-53553f0e"; /* module identifier */ const __vue_module_identifier__$1A = undefined; /* functional template */ @@ -176379,7 +176415,7 @@ __vue_render__$1z._withStripped = true; /* style */ const __vue_inject_styles__$1z = undefined; /* scoped */ - const __vue_scope_id__$1z = "data-v-28054f99"; + const __vue_scope_id__$1z = "data-v-251cb36c"; /* module identifier */ const __vue_module_identifier__$1z = undefined; /* functional template */ @@ -176651,7 +176687,7 @@ __vue_render__$1y._withStripped = true; /* style */ const __vue_inject_styles__$1y = undefined; /* scoped */ - const __vue_scope_id__$1y = "data-v-c8508960"; + const __vue_scope_id__$1y = "data-v-7bce215d"; /* module identifier */ const __vue_module_identifier__$1y = undefined; /* functional template */ @@ -176880,7 +176916,7 @@ __vue_render__$1x._withStripped = true; /* style */ const __vue_inject_styles__$1x = undefined; /* scoped */ - const __vue_scope_id__$1x = "data-v-246fa162"; + const __vue_scope_id__$1x = "data-v-13aebb48"; /* module identifier */ const __vue_module_identifier__$1x = undefined; /* functional template */ @@ -177122,7 +177158,7 @@ __vue_render__$1w._withStripped = true; /* style */ const __vue_inject_styles__$1w = undefined; /* scoped */ - const __vue_scope_id__$1w = "data-v-16705c2c"; + const __vue_scope_id__$1w = "data-v-acc74302"; /* module identifier */ const __vue_module_identifier__$1w = undefined; /* functional template */ @@ -177356,7 +177392,7 @@ __vue_render__$1v._withStripped = true; /* style */ const __vue_inject_styles__$1v = undefined; /* scoped */ - const __vue_scope_id__$1v = "data-v-19e8d61e"; + const __vue_scope_id__$1v = "data-v-0b41ffbe"; /* module identifier */ const __vue_module_identifier__$1v = undefined; /* functional template */ @@ -177627,7 +177663,7 @@ __vue_render__$1u._withStripped = true; /* style */ const __vue_inject_styles__$1u = undefined; /* scoped */ - const __vue_scope_id__$1u = "data-v-42531e6f"; + const __vue_scope_id__$1u = "data-v-bd332c7c"; /* module identifier */ const __vue_module_identifier__$1u = undefined; /* functional template */ @@ -177901,7 +177937,7 @@ __vue_render__$1t._withStripped = true; /* style */ const __vue_inject_styles__$1t = undefined; /* scoped */ - const __vue_scope_id__$1t = "data-v-0f1a6d1c"; + const __vue_scope_id__$1t = "data-v-7b99eb29"; /* module identifier */ const __vue_module_identifier__$1t = undefined; /* functional template */ @@ -178255,7 +178291,7 @@ __vue_render__$1s._withStripped = true; /* style */ const __vue_inject_styles__$1s = undefined; /* scoped */ - const __vue_scope_id__$1s = "data-v-48a23dcc"; + const __vue_scope_id__$1s = "data-v-bbb973a6"; /* module identifier */ const __vue_module_identifier__$1s = undefined; /* functional template */ @@ -178525,7 +178561,7 @@ __vue_render__$1r._withStripped = true; /* style */ const __vue_inject_styles__$1r = undefined; /* scoped */ - const __vue_scope_id__$1r = "data-v-a613cc34"; + const __vue_scope_id__$1r = "data-v-6ece7ef3"; /* module identifier */ const __vue_module_identifier__$1r = undefined; /* functional template */ @@ -178963,7 +178999,7 @@ __vue_render__$1q._withStripped = true; /* style */ const __vue_inject_styles__$1q = undefined; /* scoped */ - const __vue_scope_id__$1q = "data-v-5071c379"; + const __vue_scope_id__$1q = "data-v-78351106"; /* module identifier */ const __vue_module_identifier__$1q = undefined; /* functional template */ @@ -179210,7 +179246,7 @@ __vue_render__$1p._withStripped = true; /* style */ const __vue_inject_styles__$1p = undefined; /* scoped */ - const __vue_scope_id__$1p = "data-v-79270f33"; + const __vue_scope_id__$1p = "data-v-f53c1ef4"; /* module identifier */ const __vue_module_identifier__$1p = undefined; /* functional template */ @@ -179439,7 +179475,7 @@ __vue_render__$1o._withStripped = true; /* style */ const __vue_inject_styles__$1o = undefined; /* scoped */ - const __vue_scope_id__$1o = "data-v-0df5c892"; + const __vue_scope_id__$1o = "data-v-13e760e5"; /* module identifier */ const __vue_module_identifier__$1o = undefined; /* functional template */ @@ -179662,7 +179698,7 @@ __vue_render__$1n._withStripped = true; /* style */ const __vue_inject_styles__$1n = undefined; /* scoped */ - const __vue_scope_id__$1n = "data-v-92f82c0a"; + const __vue_scope_id__$1n = "data-v-1ec48548"; /* module identifier */ const __vue_module_identifier__$1n = undefined; /* functional template */ @@ -179891,7 +179927,7 @@ __vue_render__$1m._withStripped = true; /* style */ const __vue_inject_styles__$1m = undefined; /* scoped */ - const __vue_scope_id__$1m = "data-v-8f5688b2"; + const __vue_scope_id__$1m = "data-v-27e60fba"; /* module identifier */ const __vue_module_identifier__$1m = undefined; /* functional template */ @@ -180114,7 +180150,7 @@ __vue_render__$1l._withStripped = true; /* style */ const __vue_inject_styles__$1l = undefined; /* scoped */ - const __vue_scope_id__$1l = "data-v-766b46e4"; + const __vue_scope_id__$1l = "data-v-1e0efb9b"; /* module identifier */ const __vue_module_identifier__$1l = undefined; /* functional template */ @@ -180339,7 +180375,7 @@ __vue_render__$1k._withStripped = true; /* style */ const __vue_inject_styles__$1k = undefined; /* scoped */ - const __vue_scope_id__$1k = "data-v-4203a6be"; + const __vue_scope_id__$1k = "data-v-153a2c2e"; /* module identifier */ const __vue_module_identifier__$1k = undefined; /* functional template */ @@ -180572,7 +180608,7 @@ __vue_render__$1j._withStripped = true; /* style */ const __vue_inject_styles__$1j = undefined; /* scoped */ - const __vue_scope_id__$1j = "data-v-6324cc43"; + const __vue_scope_id__$1j = "data-v-2507ea10"; /* module identifier */ const __vue_module_identifier__$1j = undefined; /* functional template */ @@ -180815,7 +180851,7 @@ __vue_render__$1i._withStripped = true; /* style */ const __vue_inject_styles__$1i = undefined; /* scoped */ - const __vue_scope_id__$1i = "data-v-2c99787c"; + const __vue_scope_id__$1i = "data-v-7535d589"; /* module identifier */ const __vue_module_identifier__$1i = undefined; /* functional template */ @@ -181046,7 +181082,7 @@ __vue_render__$1h._withStripped = true; /* style */ const __vue_inject_styles__$1h = undefined; /* scoped */ - const __vue_scope_id__$1h = "data-v-951b9102"; + const __vue_scope_id__$1h = "data-v-ceb19bdc"; /* module identifier */ const __vue_module_identifier__$1h = undefined; /* functional template */ @@ -181271,7 +181307,7 @@ __vue_render__$1g._withStripped = true; /* style */ const __vue_inject_styles__$1g = undefined; /* scoped */ - const __vue_scope_id__$1g = "data-v-3e1d6830"; + const __vue_scope_id__$1g = "data-v-509da17b"; /* module identifier */ const __vue_module_identifier__$1g = undefined; /* functional template */ @@ -181502,7 +181538,7 @@ __vue_render__$1f._withStripped = true; /* style */ const __vue_inject_styles__$1f = undefined; /* scoped */ - const __vue_scope_id__$1f = "data-v-3ebdbbc1"; + const __vue_scope_id__$1f = "data-v-21f2b654"; /* module identifier */ const __vue_module_identifier__$1f = undefined; /* functional template */ @@ -181729,7 +181765,7 @@ __vue_render__$1e._withStripped = true; /* style */ const __vue_inject_styles__$1e = undefined; /* scoped */ - const __vue_scope_id__$1e = "data-v-ff5e94e2"; + const __vue_scope_id__$1e = "data-v-02e9e3dc"; /* module identifier */ const __vue_module_identifier__$1e = undefined; /* functional template */ @@ -181951,7 +181987,7 @@ __vue_render__$1d._withStripped = true; /* style */ const __vue_inject_styles__$1d = undefined; /* scoped */ - const __vue_scope_id__$1d = "data-v-507a6619"; + const __vue_scope_id__$1d = "data-v-dfd96c28"; /* module identifier */ const __vue_module_identifier__$1d = undefined; /* functional template */ @@ -182177,7 +182213,7 @@ __vue_render__$1c._withStripped = true; /* style */ const __vue_inject_styles__$1c = undefined; /* scoped */ - const __vue_scope_id__$1c = "data-v-3226c782"; + const __vue_scope_id__$1c = "data-v-0746500c"; /* module identifier */ const __vue_module_identifier__$1c = undefined; /* functional template */ @@ -182403,7 +182439,7 @@ __vue_render__$1b._withStripped = true; /* style */ const __vue_inject_styles__$1b = undefined; /* scoped */ - const __vue_scope_id__$1b = "data-v-b5aea8c2"; + const __vue_scope_id__$1b = "data-v-74fb4128"; /* module identifier */ const __vue_module_identifier__$1b = undefined; /* functional template */ @@ -182674,7 +182710,7 @@ __vue_render__$1a._withStripped = true; /* style */ const __vue_inject_styles__$1a = undefined; /* scoped */ - const __vue_scope_id__$1a = "data-v-d9837bac"; + const __vue_scope_id__$1a = "data-v-3b4d93fd"; /* module identifier */ const __vue_module_identifier__$1a = undefined; /* functional template */ @@ -182896,7 +182932,7 @@ __vue_render__$19._withStripped = true; /* style */ const __vue_inject_styles__$19 = undefined; /* scoped */ - const __vue_scope_id__$19 = "data-v-43999a36"; + const __vue_scope_id__$19 = "data-v-1c3ff538"; /* module identifier */ const __vue_module_identifier__$19 = undefined; /* functional template */ @@ -183167,7 +183203,7 @@ __vue_render__$18._withStripped = true; /* style */ const __vue_inject_styles__$18 = undefined; /* scoped */ - const __vue_scope_id__$18 = "data-v-b8c34bb0"; + const __vue_scope_id__$18 = "data-v-4badabfb"; /* module identifier */ const __vue_module_identifier__$18 = undefined; /* functional template */ @@ -183438,7 +183474,7 @@ __vue_render__$17._withStripped = true; /* style */ const __vue_inject_styles__$17 = undefined; /* scoped */ - const __vue_scope_id__$17 = "data-v-2bce6627"; + const __vue_scope_id__$17 = "data-v-5844900c"; /* module identifier */ const __vue_module_identifier__$17 = undefined; /* functional template */ @@ -183692,7 +183728,7 @@ __vue_render__$16._withStripped = true; /* style */ const __vue_inject_styles__$16 = undefined; /* scoped */ - const __vue_scope_id__$16 = "data-v-85cf5140"; + const __vue_scope_id__$16 = "data-v-0c330bf3"; /* module identifier */ const __vue_module_identifier__$16 = undefined; /* functional template */ @@ -183988,7 +184024,7 @@ __vue_render__$15._withStripped = true; /* style */ const __vue_inject_styles__$15 = undefined; /* scoped */ - const __vue_scope_id__$15 = "data-v-229a925d"; + const __vue_scope_id__$15 = "data-v-4b71c02a"; /* module identifier */ const __vue_module_identifier__$15 = undefined; /* functional template */ @@ -184292,7 +184328,7 @@ __vue_render__$14._withStripped = true; /* style */ const __vue_inject_styles__$14 = undefined; /* scoped */ - const __vue_scope_id__$14 = "data-v-4f08175f"; + const __vue_scope_id__$14 = "data-v-79c0141c"; /* module identifier */ const __vue_module_identifier__$14 = undefined; /* functional template */ @@ -184893,7 +184929,7 @@ __vue_render__$13._withStripped = true; /* style */ const __vue_inject_styles__$13 = undefined; /* scoped */ - const __vue_scope_id__$13 = "data-v-738a08a9"; + const __vue_scope_id__$13 = "data-v-f0f68d88"; /* module identifier */ const __vue_module_identifier__$13 = undefined; /* functional template */ @@ -185544,7 +185580,7 @@ __vue_render__$12._withStripped = true; /* style */ const __vue_inject_styles__$12 = undefined; /* scoped */ - const __vue_scope_id__$12 = "data-v-db807790"; + const __vue_scope_id__$12 = "data-v-5a9eda0b"; /* module identifier */ const __vue_module_identifier__$12 = undefined; /* functional template */ @@ -185980,7 +186016,7 @@ __vue_render__$11._withStripped = true; /* style */ const __vue_inject_styles__$11 = undefined; /* scoped */ - const __vue_scope_id__$11 = "data-v-1211264a"; + const __vue_scope_id__$11 = "data-v-65bbbea8"; /* module identifier */ const __vue_module_identifier__$11 = undefined; /* functional template */ @@ -186363,7 +186399,7 @@ __vue_render__$10._withStripped = true; /* style */ const __vue_inject_styles__$10 = undefined; /* scoped */ - const __vue_scope_id__$10 = "data-v-3018f86c"; + const __vue_scope_id__$10 = "data-v-479dfd1d"; /* module identifier */ const __vue_module_identifier__$10 = undefined; /* functional template */ @@ -186616,7 +186652,7 @@ __vue_render__$$._withStripped = true; /* style */ const __vue_inject_styles__$$ = undefined; /* scoped */ - const __vue_scope_id__$$ = "data-v-2bee8e96"; + const __vue_scope_id__$$ = "data-v-49bde008"; /* module identifier */ const __vue_module_identifier__$$ = undefined; /* functional template */ @@ -186891,7 +186927,7 @@ __vue_render__$_._withStripped = true; /* style */ const __vue_inject_styles__$_ = undefined; /* scoped */ - const __vue_scope_id__$_ = "data-v-160ccecc"; + const __vue_scope_id__$_ = "data-v-2f4c2cb2"; /* module identifier */ const __vue_module_identifier__$_ = undefined; /* functional template */ @@ -187188,7 +187224,7 @@ __vue_render__$Z._withStripped = true; /* style */ const __vue_inject_styles__$Z = undefined; /* scoped */ - const __vue_scope_id__$Z = "data-v-2ed07184"; + const __vue_scope_id__$Z = "data-v-5d41aacb"; /* module identifier */ const __vue_module_identifier__$Z = undefined; /* functional template */ @@ -187481,7 +187517,7 @@ __vue_render__$Y._withStripped = true; /* style */ const __vue_inject_styles__$Y = undefined; /* scoped */ - const __vue_scope_id__$Y = "data-v-6753b63f"; + const __vue_scope_id__$Y = "data-v-03f3ad4c"; /* module identifier */ const __vue_module_identifier__$Y = undefined; /* functional template */ @@ -187864,7 +187900,7 @@ __vue_render__$X._withStripped = true; /* style */ const __vue_inject_styles__$X = undefined; /* scoped */ - const __vue_scope_id__$X = "data-v-2fbe6f3e"; + const __vue_scope_id__$X = "data-v-306c5a34"; /* module identifier */ const __vue_module_identifier__$X = undefined; /* functional template */ @@ -188296,7 +188332,7 @@ __vue_render__$W._withStripped = true; /* style */ const __vue_inject_styles__$W = undefined; /* scoped */ - const __vue_scope_id__$W = "data-v-32004135"; + const __vue_scope_id__$W = "data-v-d913127c"; /* module identifier */ const __vue_module_identifier__$W = undefined; /* functional template */ @@ -188527,7 +188563,7 @@ __vue_render__$V._withStripped = true; /* style */ const __vue_inject_styles__$V = undefined; /* scoped */ - const __vue_scope_id__$V = "data-v-e8c96b6e"; + const __vue_scope_id__$V = "data-v-60170c16"; /* module identifier */ const __vue_module_identifier__$V = undefined; /* functional template */ @@ -188752,7 +188788,7 @@ __vue_render__$U._withStripped = true; /* style */ const __vue_inject_styles__$U = undefined; /* scoped */ - const __vue_scope_id__$U = "data-v-09ff88bf"; + const __vue_scope_id__$U = "data-v-5175c652"; /* module identifier */ const __vue_module_identifier__$U = undefined; /* functional template */ @@ -189002,7 +189038,7 @@ __vue_render__$T._withStripped = true; /* style */ const __vue_inject_styles__$T = undefined; /* scoped */ - const __vue_scope_id__$T = "data-v-a44a66ea"; + const __vue_scope_id__$T = "data-v-6de51798"; /* module identifier */ const __vue_module_identifier__$T = undefined; /* functional template */ @@ -189288,7 +189324,7 @@ __vue_render__$S._withStripped = true; /* style */ const __vue_inject_styles__$S = undefined; /* scoped */ - const __vue_scope_id__$S = "data-v-0d8d6e10"; + const __vue_scope_id__$S = "data-v-4b16624b"; /* module identifier */ const __vue_module_identifier__$S = undefined; /* functional template */ @@ -189549,7 +189585,7 @@ __vue_render__$R._withStripped = true; /* style */ const __vue_inject_styles__$R = undefined; /* scoped */ - const __vue_scope_id__$R = "data-v-3ef4cf78"; + const __vue_scope_id__$R = "data-v-31327af6"; /* module identifier */ const __vue_module_identifier__$R = undefined; /* functional template */ @@ -189786,7 +189822,7 @@ __vue_render__$Q._withStripped = true; /* style */ const __vue_inject_styles__$Q = undefined; /* scoped */ - const __vue_scope_id__$Q = "data-v-07f14bc4"; + const __vue_scope_id__$Q = "data-v-45273bf1"; /* module identifier */ const __vue_module_identifier__$Q = undefined; /* functional template */ @@ -190025,7 +190061,7 @@ __vue_render__$P._withStripped = true; /* style */ const __vue_inject_styles__$P = undefined; /* scoped */ - const __vue_scope_id__$P = "data-v-026291a6"; + const __vue_scope_id__$P = "data-v-0db1f739"; /* module identifier */ const __vue_module_identifier__$P = undefined; /* functional template */ @@ -190291,7 +190327,7 @@ __vue_render__$O._withStripped = true; /* style */ const __vue_inject_styles__$O = undefined; /* scoped */ - const __vue_scope_id__$O = "data-v-5af0b7ee"; + const __vue_scope_id__$O = "data-v-79815ffe"; /* module identifier */ const __vue_module_identifier__$O = undefined; /* functional template */ @@ -190592,7 +190628,7 @@ __vue_render__$N._withStripped = true; /* style */ const __vue_inject_styles__$N = undefined; /* scoped */ - const __vue_scope_id__$N = "data-v-3c6bee60"; + const __vue_scope_id__$N = "data-v-06d7295d"; /* module identifier */ const __vue_module_identifier__$N = undefined; /* functional template */ @@ -190892,7 +190928,7 @@ __vue_render__$M._withStripped = true; /* style */ const __vue_inject_styles__$M = undefined; /* scoped */ - const __vue_scope_id__$M = "data-v-f54e7ade"; + const __vue_scope_id__$M = "data-v-ae9fddc4"; /* module identifier */ const __vue_module_identifier__$M = undefined; /* functional template */ @@ -191210,7 +191246,7 @@ __vue_render__$L._withStripped = true; /* style */ const __vue_inject_styles__$L = undefined; /* scoped */ - const __vue_scope_id__$L = "data-v-3c30b830"; + const __vue_scope_id__$L = "data-v-b9f1fd06"; /* module identifier */ const __vue_module_identifier__$L = undefined; /* functional template */ @@ -191555,7 +191591,7 @@ __vue_render__$K._withStripped = true; /* style */ const __vue_inject_styles__$K = undefined; /* scoped */ - const __vue_scope_id__$K = "data-v-aa355476"; + const __vue_scope_id__$K = "data-v-9073b4d0"; /* module identifier */ const __vue_module_identifier__$K = undefined; /* functional template */ @@ -191854,7 +191890,7 @@ __vue_render__$J._withStripped = true; /* style */ const __vue_inject_styles__$J = undefined; /* scoped */ - const __vue_scope_id__$J = "data-v-623f88ea"; + const __vue_scope_id__$J = "data-v-8395f512"; /* module identifier */ const __vue_module_identifier__$J = undefined; /* functional template */ @@ -192164,7 +192200,7 @@ __vue_render__$I._withStripped = true; /* style */ const __vue_inject_styles__$I = undefined; /* scoped */ - const __vue_scope_id__$I = "data-v-1fa85596"; + const __vue_scope_id__$I = "data-v-26203c08"; /* module identifier */ const __vue_module_identifier__$I = undefined; /* functional template */ @@ -192432,7 +192468,7 @@ __vue_render__$H._withStripped = true; /* style */ const __vue_inject_styles__$H = undefined; /* scoped */ - const __vue_scope_id__$H = "data-v-6c9f7b52"; + const __vue_scope_id__$H = "data-v-800944ac"; /* module identifier */ const __vue_module_identifier__$H = undefined; /* functional template */ @@ -192632,7 +192668,7 @@ __vue_render__$G._withStripped = true; /* style */ const __vue_inject_styles__$G = undefined; /* scoped */ - const __vue_scope_id__$G = "data-v-d81724da"; + const __vue_scope_id__$G = "data-v-64e5d440"; /* module identifier */ const __vue_module_identifier__$G = undefined; /* functional template */ @@ -192829,7 +192865,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-5f1afeca"; + const __vue_scope_id__$F = "data-v-c3a39952"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -193040,7 +193076,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-789d0cfc"; + const __vue_scope_id__$E = "data-v-4980ec56"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -193239,7 +193275,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-b4d9f49c"; + const __vue_scope_id__$D = "data-v-48e662c5"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -193442,7 +193478,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-6f90e53f"; + const __vue_scope_id__$C = "data-v-1e010ecc"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -193665,7 +193701,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-078caaa6"; + const __vue_scope_id__$B = "data-v-35bc15fa"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -193864,7 +193900,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-53a19021"; + const __vue_scope_id__$A = "data-v-16da0b18"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -194063,7 +194099,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-f9a193b6"; + const __vue_scope_id__$z = "data-v-23639f38"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -194264,7 +194300,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-9a911952"; + const __vue_scope_id__$y = "data-v-5a71ede4"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -194463,7 +194499,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-2a7906e1"; + const __vue_scope_id__$x = "data-v-e9522c18"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -194729,7 +194765,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-59ff6b08"; + const __vue_scope_id__$w = "data-v-ad48c656"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -194959,7 +194995,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-6980aa0e"; + const __vue_scope_id__$v = "data-v-3107d4cc"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -195189,7 +195225,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-db283ba4"; + const __vue_scope_id__$u = "data-v-3a876c8a"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -195419,7 +195455,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-5de227a6"; + const __vue_scope_id__$t = "data-v-3a97c039"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -195636,7 +195672,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-25b9759f"; + const __vue_scope_id__$s = "data-v-a5475528"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -196055,7 +196091,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-21cb602b"; + const __vue_scope_id__$r = "data-v-5d64c084"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -196266,7 +196302,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-0ed3347f"; + const __vue_scope_id__$q = "data-v-1b6971d2"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -196548,7 +196584,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-50813701"; + const __vue_scope_id__$p = "data-v-275cc1ce"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -196785,7 +196821,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-2d17c427"; + const __vue_scope_id__$o = "data-v-165c1d98"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -197084,7 +197120,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-352632ec"; + const __vue_scope_id__$n = "data-v-34804c3f"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -197293,7 +197329,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-446f1b49"; + const __vue_scope_id__$m = "data-v-5e494596"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -197500,7 +197536,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-0ea8099c"; + const __vue_scope_id__$l = "data-v-5d11cc29"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -197693,7 +197729,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-199718a4"; + const __vue_scope_id__$k = "data-v-50abcab7"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -197886,7 +197922,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-e50d3da4"; + const __vue_scope_id__$j = "data-v-27d6f901"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -198079,7 +198115,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-09a2c13e"; + const __vue_scope_id__$i = "data-v-aad7a8de"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -198308,7 +198344,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-38ee9a0e"; + const __vue_scope_id__$h = "data-v-6064c99b"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -198507,7 +198543,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-259b41aa"; + const __vue_scope_id__$g = "data-v-340e9378"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -198730,7 +198766,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-628a5697"; + const __vue_scope_id__$f = "data-v-55a03838"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -198941,7 +198977,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-4fc44716"; + const __vue_scope_id__$e = "data-v-fc269a3a"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -291570,7 +291606,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-5622c9ad"; + const __vue_scope_id__$d = "data-v-0fb48b3a"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -291909,7 +291945,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-6a72ab89"; + const __vue_scope_id__$c = "data-v-6bb05a48"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -292054,7 +292090,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-3de977c4"; + const __vue_scope_id__$b = "data-v-31f07e52"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -292175,7 +292211,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-77d63514"; + const __vue_scope_id__$a = "data-v-2e5323a1"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -325348,7 +325384,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-0e8358bb"; + const __vue_scope_id__$4 = "data-v-49da5d08"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -325584,7 +325620,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-7cb8e410"; + const __vue_scope_id__$3 = "data-v-7182d83a"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -325767,7 +325803,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-aab8310e"; + const __vue_scope_id__$2 = "data-v-0cec7bcc"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/index.min.css b/src/plugin/xml-digital-teaching/lib/index.min.css index 0f12b8b..2054dd7 100644 --- a/src/plugin/xml-digital-teaching/lib/index.min.css +++ b/src/plugin/xml-digital-teaching/lib/index.min.css @@ -1 +1 @@ -.read-the-docs[data-v-2159313a]{color:#888}.preview-container-h5[data-v-386bf4fa]{padding-top:15px}.preview-container-pc[data-v-386bf4fa]{padding-top:15px}.preview-container-pad[data-v-386bf4fa]{padding-top:15px}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body{padding:20px 18px;position:relative;background:linear-gradient(-45deg,transparent 11px,#fff 0)}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.preview-container[data-v-386bf4fa] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.xml-image-lun-bo .el-carousel__item{text-align:center}.catalog-node-label[data-v-2adc1e7a]{display:flex;align-items:center}.catalog-node-label img[data-v-2adc1e7a]{margin-right:4px}.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-2adc1e7a] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.xml-show-catalog .el-tree-node__content{display:flex!important}.xml-video-container-pdf[data-v-ddc0a17e]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-ddc0a17e]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-ddc0a17e]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.preview-item-file[data-v-274f0021]:hover,.slip-over-cover[data-v-274f0021]:hover{cursor:pointer}.title-text[data-v-0f5ecf09]{background-color:var(--background-color)!important}.title-left[data-v-0f5ecf09]{border-color:var(--background-color)!important;color:var(--background-color)!important}.xml-skeleton-item{width:100%;height:100%;border-radius:6px;background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:el-skeleton-loading 1.4s ease infinite}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.title-bgimg[data-v-27fc6cfd]{background-image:url(../style/title-text-bgimg.png)}.el-image__inner[data-v-0ec43bef]{width:100%!important}.xml-image-ping-pu-h5[data-v-0ec43bef]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-0ec43bef]{display:flex;flex-direction:column;align-items:center}.object-model-content[data-v-0e8358bb]{height:440px}.object3d-title{height:32px;line-height:32px;padding:0 10px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.object3d-btn{background:#0000001f;display:flex;width:100%;height:400px;align-items:center;justify-content:center;padding:10px 15px;border:1px solid #409eff;background:#409eff;color:#fff;cursor:pointer;font-size:14px}.read-the-docs[data-v-38e7cca0]{color:#888}*{margin:0;padding:0}.el-dialog__title{font-size:20px}.add-teacher-resources-dialog{width:100%;height:100%}.add-teacher-resources-dialog .el-form--label-left{display:flex;flex-direction:column;width:100%;height:30%}.add-teacher-resources-dialog .el-form-item--medium{padding-left:5px}.content-left{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:10px;font-size:16px;font-weight:800}.el-textarea__inner{font-size:16px}.cantUse[data-v-652066a5]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-652066a5] :hover{background-color:inhert}.aplayer-lrc{background:0 0;position:relative;height:30px;text-align:center;overflow:hidden;margin-bottom:7px}.aplayer-lrc:before{position:absolute;top:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%)}.aplayer-lrc:after{position:absolute;bottom:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%)}.aplayer-lrc p{font-size:12px;color:#666;line-height:16px;height:16px;padding:0;margin:0;transition:all .5s ease-out;opacity:.4;overflow:hidden}.aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:initial}.aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;user-select:text;cursor:default}.content[data-v-c6cf9fb4]{width:100%}.content .stem-content[data-v-c6cf9fb4]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-c6cf9fb4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-c6cf9fb4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-8f71cb42]{margin-top:16px}.option-item[data-v-8f71cb42]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-8f71cb42]{padding:8px 0}.option-item.isActive[data-v-8f71cb42]{border-color:#2e9adb}.option-item.isTrue[data-v-8f71cb42]{border:1px solid #70b603}.option-item.isTrue[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-8f71cb42]{border:1px solid #d9001b}.option-item.isFalse[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-8f71cb42]:hover{background:#ddd}.option-item[data-v-8f71cb42] .content{cursor:pointer}.option-item[data-v-8f71cb42] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-a1571b3e]{width:100%}.content .stem-content[data-v-a1571b3e]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-a1571b3e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-a1571b3e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-6089cb1e]{margin-top:16px}.option-item[data-v-6089cb1e]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-6089cb1e]{padding:8px 0}.option-item.isActive[data-v-6089cb1e]{border-color:#2e9adb}.option-item.isTrue[data-v-6089cb1e]{border:1px solid #70b603}.option-item.isTrue[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6089cb1e]{border:1px solid #d9001b}.option-item.isFalse[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6089cb1e]:hover{background:#ddd}.option-item[data-v-6089cb1e] .content{cursor:pointer}.option-item[data-v-6089cb1e] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-5461cc1c]{margin-top:16px}.option-item[data-v-5461cc1c]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-5461cc1c]{border-color:#2e9adb}.option-item .questionSeq[data-v-5461cc1c]{padding:8px 0}.option-item.isTrue[data-v-5461cc1c]{border:1px solid #70b603}.option-item.isTrue[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-5461cc1c]{border:1px solid #d9001b}.option-item.isFalse[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-5461cc1c]:hover{background:#ddd}.option-item[data-v-5461cc1c] .content{cursor:pointer}.option-item[data-v-5461cc1c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-75c63557]{margin-top:16px}.option-item[data-v-75c63557]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-75c63557]{border-color:#2e9adb}.option-item .questionSeq[data-v-75c63557]{padding:8px 0}.option-item.isTrue[data-v-75c63557]{border:1px solid #70b603}.option-item.isTrue[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-75c63557]{border:1px solid #d9001b}.option-item.isFalse[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-75c63557]:hover{background:#ddd}.option-item[data-v-75c63557] .content{cursor:pointer}.option-item[data-v-75c63557] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-55d0cf86]{width:100%;position:relative}.line-content .line-content--item[data-v-55d0cf86]{flex:1}.line-content .line-content--item[data-v-55d0cf86] .stem-content{height:100%}.line-content+.line-content[data-v-55d0cf86]{margin-top:10px}.create-option[data-v-55d0cf86]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-55d0cf86]{flex:1;min-width:0}.option-item+.option-item[data-v-55d0cf86]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-55d0cf86]{margin-left:50px}.option-item[data-v-55d0cf86]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-55d0cf86]{padding:8px 0}.option-item[data-v-55d0cf86] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-fe769324]{width:100%;position:relative}.line-content .line-content--item[data-v-fe769324]{flex:1}.line-content .line-content--item[data-v-fe769324] .stem-content{height:100%}.line-content+.line-content[data-v-fe769324]{margin-top:10px}.create-option[data-v-fe769324]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-fe769324]{flex:1;min-width:0}.option-item+.option-item[data-v-fe769324]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-fe769324]{margin-left:50px}.option-item[data-v-fe769324]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-fe769324]{padding:8px 0}.option-item[data-v-fe769324] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-1c460556]{width:218px;object-fit:scale-down}.video-file[data-v-1c460556]{width:408px}.file-render[data-v-1c460556]{width:100%}.file-info[data-v-1c460556]{flex:1;min-width:0}.file-info.videoHandler[data-v-1c460556]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-1c460556]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-1c460556]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-6e5a4c33]{width:218px;object-fit:scale-down}.video-file[data-v-6e5a4c33]{width:408px}.file-render[data-v-6e5a4c33]{width:100%}.file-info[data-v-6e5a4c33]{flex:1;min-width:0}.file-info.videoHandler[data-v-6e5a4c33]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-6e5a4c33]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-6e5a4c33]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-526ec536]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-526ec536]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-526ec536]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-526ec536],.audio .audio-controls .audio-controls--progress[data-v-526ec536]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-526ec536]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-526ec536]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-526ec536]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-526ec536],.audio .audio-controls .audio-controls--handler .total-time[data-v-526ec536]{font-size:12px;color:#333}.play-handler.mobile[data-v-526ec536]{width:20px;height:20px}.audio-component[data-v-526ec536]{display:none}[data-v-526ec536] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-526ec536] .el-slider__bar{height:4px}[data-v-526ec536] .el-slider__button{width:10px;height:10px}[data-v-526ec536] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-512f1059]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-512f1059]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-512f1059]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-512f1059],.audio .audio-controls .audio-controls--progress[data-v-512f1059]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-512f1059]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-512f1059]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-512f1059]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-512f1059],.audio .audio-controls .audio-controls--handler .total-time[data-v-512f1059]{font-size:12px;color:#333}.play-handler.mobile[data-v-512f1059]{width:20px;height:20px}.audio-component[data-v-512f1059]{display:none}[data-v-512f1059] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-512f1059] .el-slider__bar{height:4px}[data-v-512f1059] .el-slider__button{width:10px;height:10px}[data-v-512f1059] .el-slider__button-wrapper{top:-15px}[data-v-99c9f326] .el-dialog__header{padding:10px}.video-content[data-v-99c9f326]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-99c9f326]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-99c9f326]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-99c9f326]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-99c9f326]{width:100%}[data-v-55238730] .el-dialog__header{padding:10px}.video-content[data-v-55238730]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-55238730]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-55238730]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-55238730]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-55238730]{width:100%} \ No newline at end of file +.preview-container-h5[data-v-0ef3d58d]{padding-top:15px}.preview-container-pc[data-v-0ef3d58d]{padding-top:15px}.preview-container-pad[data-v-0ef3d58d]{padding-top:15px}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body{padding:20px 18px;position:relative;background:linear-gradient(-45deg,transparent 11px,#fff 0)}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.preview-container[data-v-0ef3d58d] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.read-the-docs[data-v-ca652f72]{color:#888}.catalog-node-label[data-v-d8778466]{display:flex;align-items:center}.catalog-node-label img[data-v-d8778466]{margin-right:4px}.xml-show-catalog[data-v-d8778466] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-d8778466] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.xml-show-catalog .el-tree-node__content{display:flex!important}.preview-item-file[data-v-494311a4]:hover,.slip-over-cover[data-v-494311a4]:hover{cursor:pointer}.xml-image-lun-bo .el-carousel__item{text-align:center}.xml-video-container-pdf[data-v-50185794]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-50185794]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-50185794]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.title-text[data-v-6117e448]{background-color:var(--background-color)!important}.title-left[data-v-6117e448]{border-color:var(--background-color)!important;color:var(--background-color)!important}.xml-skeleton-item{width:100%;height:100%;border-radius:6px;background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:el-skeleton-loading 1.4s ease infinite}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.title-bgimg[data-v-bcca686c]{background-image:url(../style/title-text-bgimg.png)}.el-image__inner[data-v-959168fc]{width:100%!important}.xml-image-ping-pu-h5[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-959168fc]{display:flex;flex-direction:column;align-items:center}.object-model-content[data-v-49da5d08]{height:440px}.object3d-title{height:32px;line-height:32px;padding:0 10px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.object3d-btn{background:#0000001f;display:flex;width:100%;height:400px;align-items:center;justify-content:center;padding:10px 15px;border:1px solid #409eff;background:#409eff;color:#fff;cursor:pointer;font-size:14px}.read-the-docs[data-v-4fa302f3]{color:#888}*{margin:0;padding:0}.el-dialog__title{font-size:20px}.add-teacher-resources-dialog{width:100%;height:100%}.add-teacher-resources-dialog .el-form--label-left{display:flex;flex-direction:column;width:100%;height:30%}.add-teacher-resources-dialog .el-form-item--medium{padding-left:5px}.content-left{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:10px;font-size:16px;font-weight:800}.el-textarea__inner{font-size:16px}.cantUse[data-v-169f8672]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-169f8672] :hover{background-color:inhert}.aplayer-lrc{background:0 0;position:relative;height:30px;text-align:center;overflow:hidden;margin-bottom:7px}.aplayer-lrc:before{position:absolute;top:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%)}.aplayer-lrc:after{position:absolute;bottom:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%)}.aplayer-lrc p{font-size:12px;color:#666;line-height:16px;height:16px;padding:0;margin:0;transition:all .5s ease-out;opacity:.4;overflow:hidden}.aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:initial}.aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;user-select:text;cursor:default}.option-item+.option-item[data-v-f4399a04]{margin-top:16px}.option-item[data-v-f4399a04]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-f4399a04]{padding:8px 0}.option-item.isActive[data-v-f4399a04]{border-color:#2e9adb}.option-item.isTrue[data-v-f4399a04]{border:1px solid #70b603}.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-f4399a04]{border:1px solid #d9001b}.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-f4399a04]:hover{background:#ddd}.option-item[data-v-f4399a04] .content{cursor:pointer}.option-item[data-v-f4399a04] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-2cb56c8e]{width:100%}.content .stem-content[data-v-2cb56c8e]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-2cb56c8e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-2cb56c8e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-a5540524]{width:100%}.content .stem-content[data-v-a5540524]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-a5540524]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-a5540524]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-08c189f8]{margin-top:16px}.option-item[data-v-08c189f8]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-08c189f8]{border-color:#2e9adb}.option-item .questionSeq[data-v-08c189f8]{padding:8px 0}.option-item.isTrue[data-v-08c189f8]{border:1px solid #70b603}.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-08c189f8]{border:1px solid #d9001b}.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-08c189f8]:hover{background:#ddd}.option-item[data-v-08c189f8] .content{cursor:pointer}.option-item[data-v-08c189f8] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-96d73128]{margin-top:16px}.option-item[data-v-96d73128]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-96d73128]{padding:8px 0}.option-item.isActive[data-v-96d73128]{border-color:#2e9adb}.option-item.isTrue[data-v-96d73128]{border:1px solid #70b603}.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-96d73128]{border:1px solid #d9001b}.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-96d73128]:hover{background:#ddd}.option-item[data-v-96d73128] .content{cursor:pointer}.option-item[data-v-96d73128] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-362bbaa4]{margin-top:16px}.option-item[data-v-362bbaa4]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-362bbaa4]{border-color:#2e9adb}.option-item .questionSeq[data-v-362bbaa4]{padding:8px 0}.option-item.isTrue[data-v-362bbaa4]{border:1px solid #70b603}.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-362bbaa4]{border:1px solid #d9001b}.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-362bbaa4]:hover{background:#ddd}.option-item[data-v-362bbaa4] .content{cursor:pointer}.option-item[data-v-362bbaa4] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-53521b13]{width:100%;position:relative}.line-content .line-content--item[data-v-53521b13]{flex:1}.line-content .line-content--item[data-v-53521b13] .stem-content{height:100%}.line-content+.line-content[data-v-53521b13]{margin-top:10px}.create-option[data-v-53521b13]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-53521b13]{flex:1;min-width:0}.option-item+.option-item[data-v-53521b13]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-53521b13]{margin-left:50px}.option-item[data-v-53521b13]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-53521b13]{padding:8px 0}.option-item[data-v-53521b13] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-0794e87b]{width:100%;position:relative}.line-content .line-content--item[data-v-0794e87b]{flex:1}.line-content .line-content--item[data-v-0794e87b] .stem-content{height:100%}.line-content+.line-content[data-v-0794e87b]{margin-top:10px}.create-option[data-v-0794e87b]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-0794e87b]{flex:1;min-width:0}.option-item+.option-item[data-v-0794e87b]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-0794e87b]{margin-left:50px}.option-item[data-v-0794e87b]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-0794e87b]{padding:8px 0}.option-item[data-v-0794e87b] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-101e0263]{width:218px;object-fit:scale-down}.video-file[data-v-101e0263]{width:408px}.file-render[data-v-101e0263]{width:100%}.file-info[data-v-101e0263]{flex:1;min-width:0}.file-info.videoHandler[data-v-101e0263]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-101e0263]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-101e0263]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-1d318b80]{width:218px;object-fit:scale-down}.video-file[data-v-1d318b80]{width:408px}.file-render[data-v-1d318b80]{width:100%}.file-info[data-v-1d318b80]{flex:1;min-width:0}.file-info.videoHandler[data-v-1d318b80]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-1d318b80]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-1d318b80]{font-size:14px;color:#666;margin-bottom:19px}[data-v-acf05200] .el-dialog__header{padding:10px}.video-content[data-v-acf05200]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-acf05200]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-acf05200]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-acf05200]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-acf05200]{width:100%}.audio .audio-icon[data-v-811fdafa]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-811fdafa]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-811fdafa]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-811fdafa],.audio .audio-controls .audio-controls--progress[data-v-811fdafa]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-811fdafa]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa],.audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa]{font-size:12px;color:#333}.play-handler.mobile[data-v-811fdafa]{width:20px;height:20px}.audio-component[data-v-811fdafa]{display:none}[data-v-811fdafa] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-811fdafa] .el-slider__bar{height:4px}[data-v-811fdafa] .el-slider__button{width:10px;height:10px}[data-v-811fdafa] .el-slider__button-wrapper{top:-15px}[data-v-3ae85d83] .el-dialog__header{padding:10px}.video-content[data-v-3ae85d83]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-3ae85d83]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-3ae85d83]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-3ae85d83]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-3ae85d83]{width:100%}.audio .audio-icon[data-v-37539b66]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-37539b66]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-37539b66]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-37539b66],.audio .audio-controls .audio-controls--progress[data-v-37539b66]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-37539b66]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-37539b66]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66],.audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66]{font-size:12px;color:#333}.play-handler.mobile[data-v-37539b66]{width:20px;height:20px}.audio-component[data-v-37539b66]{display:none}[data-v-37539b66] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-37539b66] .el-slider__bar{height:4px}[data-v-37539b66] .el-slider__button{width:10px;height:10px}[data-v-37539b66] .el-slider__button-wrapper{top:-15px} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/layout.js b/src/plugin/xml-digital-teaching/lib/layout.js index 137921d..4cf53cb 100644 --- a/src/plugin/xml-digital-teaching/lib/layout.js +++ b/src/plugin/xml-digital-teaching/lib/layout.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import Vue from 'vue'; diff --git a/src/plugin/xml-digital-teaching/lib/music.js b/src/plugin/xml-digital-teaching/lib/music.js index e083756..bef6253 100644 --- a/src/plugin/xml-digital-teaching/lib/music.js +++ b/src/plugin/xml-digital-teaching/lib/music.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var playIcon = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABxBJREFUeF7dW2tsFFUU/s5sCygo7W4JwfggkZAYNNYnqBB31iI2jYnERwyiRuILFcJuwZQEAgYfDbSzii8CYqDlYRQhUQNIS3cFkRbERxXTYMCCgGI7U0ssXbbbOWa2bu1ruzOzM8suN9lfe+53vvPdc2fu4wwhBc1ddjYPjnA+VM4XBMdogHPAyGFoP2onQgsxt6is/g1QI1RuRFZWY9Cb22g3PbLLgcevFLKqFjKRm4AbTPth3gjQtmHZqNox13XWNE6cjpYK4C5TJhOpj4BQCNA4i8kqALZAVVcH5o86ZBW2JQKIkjID4BkAiqwilgBntVVCJCWA6FeKAC4BY3KKAu/lhsGlWWGhtLrE2WrWvykBCt5Uru5ktQRMs806tqofAT8xqDTgc24yg2lYgHvKW0SV1FUAxptxaFsfxocRYdiivd7hfxjxYUgAj7/5cWaqMOIgxbYNTFgc9Lq26PWrWwBRkr9I4UNOL/8B7ZhoUdDrfE0PiC4BREmuAlCgBzBdbJjopaDX+W4iPgkFEP3yWjBmJQJKy/+ZnwwU5w06ZQcVwF3etJRIWJKWwekkRcC0Gp9rVzzzuAJ4pObpDNqq0086m9ULwtB7d88bcWYgkgMK4Fl+5lrOzv4SzNemc2T6uVFlwOd8QrcAbkneSsB0/Q7S35KI59Z4897uy7RfBrjLlZlEXJn+IRlkyDjtECJTqr2jj/Xs2UuAwpU8NBRp+Qbgmw3CZ4r5moDP9WxcATySUsLgNzIlGlM8mYoCxc7tsb7dGVBQqozsHML1AK42BZwhnYiwrsbreqqfAJ5yZTYTv5chcSRDs41JuD523NadAaJf3mv3vn786CxMGJOF+lMdONrUmUwQSfallwM+5woNJCqAWCZPg4CdSaIO2n1J0QjcPX5It82+o2FU1oVw5EzETrfxsA8EfK6J3QLYveTtG3yMVaiDUVnXjs0HQykXgRl3BItdtV0ZICkBgN12sfj8xVwMHxJ/2/Hd7x3YUBvCDyc77KLQD5dApTU+50IqXClfHorA9JlaIsbavF814/JEZtH/Nx5oj06LcIR12Sdp1BDwua4jtyTfR8COJMHids+/MhvSw5fphm/4MxKdFvuP2Z8NHecdTnJLTc8ThPd1MzRoaFSAGPy2H0KorA3h73bVoEcD5qp6K3kk5Q3WjrZtamYF0OicUDqj2bC7IWwLO2I8ogmwmcGP2uIBQDICxDjtPHwey3e1WU6RmUpI9Ct7wWzbxYYVAmiRf3wohFV7zlkqAhGVkSjJPwOYYClyDzCrBNAgZ1W0olG2bgVJhA9I9MunwLgiEwQoq2rD9p/PW0aVgC1aBmh5dYllqH2ArMyA13f8g2prH4jVmgAtAHIyQYAn1rXiZIt1U4BBn5MoKd8DnJ/uAqyvbcf6/e3W0iSqII9f2cbMD1iL/D9aslNAWxRX2BF811b4LfL4ZT8z5qWjANomSQu+/qQ9W2Zm9RVNgKeZsSadBIioXaO+oc7ilO8bpMNRQGJZ0y0QhG/TRYCDx7tG/fBpe0a9R5yhYVnOHOo6Cle0N4Etr8JxoxxYPXNkQn3PRxjag+6j1B2OVAd8rqn/HYjI+wDcmZClSYPPXsjFiKHxD0Rqf+sadW0rnKqmzf9g8ailUVYX6kisLczRwD85lPojMXTypMCCvLquDFjRPBEOqrVT/YEORbXgf/3LuoWNbv6EuoDXNUmz73ksXgtG9KTUrqatCW68KgtfHQlbuqkxyjeW/r0EsHsaGCVppz3DcVvQlxN983VnwDSp1RlGR50NJa52xmIG+9OAz/VQrGOvR7PH3zKHWV1pBjVj+pDwYMCb21350u/dJPpl258FF0osIhys8bpu7+m/f4GEX3mMmDdcKJJ2+mWB7g/Oc2r1jt1twNWJW5K3E7SS94unaYXVQV/ewr4RDSiA6FfuAngXGJdeFBIQ9nBr/T3BpWK/pWbc9alban6JQP2KijJQEAUseALFuT8OxH3QQkmxXF4LytAq0f+iJVW4u2Z+7p54A5ewVNYtNX9HoJsycOTBRDODXufGwbgnFEDrLEpySq5rrRSZGWXBYteCRJi6BNBAMunNQKB3anzOOYmC77UU1mMsSspygBOqqgfLLhsCXq3xuRbrxdedATFAUZK9AJYBGK7XSYrsDH8tYjgDukVY0TyRBVpGhKkpCm5wNya/FzItQIxNdAstCM/Yebc4WOTazQ4ErO67vDUyKIanQF/wKf62MQ713HOpFMKKwGNxJC1ADEgTIhvhh1RWC23aR7SCeBN3CpuC851fGxnlpNcBRp25pdZxAqmFAHuYo+V3Zi9fTwHYycD+LIGqquc5TxjlksjesgwYzJF7RZMbAtyCIFzDTGMBHgtgLAgtYGh3EtqviUCNKtTjADc6OtVfdi8YrRVv29r+BTKBrQtOiFe6AAAAAElFTkSuQmCC"; diff --git a/src/plugin/xml-digital-teaching/lib/paragraph.css b/src/plugin/xml-digital-teaching/lib/paragraph.css index 9646764..8658497 100644 --- a/src/plugin/xml-digital-teaching/lib/paragraph.css +++ b/src/plugin/xml-digital-teaching/lib/paragraph.css @@ -1,75 +1,102 @@ -/*# sourceMappingURL=isosceles.vue.map */ - - /*# sourceMappingURL=ninth.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - /*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=tenth.vue.map */ - - -/*# sourceMappingURL=eighth.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=eleven.vue.map */ - - -/*# sourceMappingURL=Greentheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=wave.vue.map */ - - -/*# sourceMappingURL=quadrangle.vue.map */ - - /*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=isosceles.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=wave.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=twelve.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=quadrangle.vue.map */ + + +/*# sourceMappingURL=eighth.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=thirteen.vue.map */ + + +/*# sourceMappingURL=tenth.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=eleven.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + /*# sourceMappingURL=fifteen.vue.map */ +/*# sourceMappingURL=Yellowtheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Redtheme6.vue.map */ + + /*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=Redtheme2.vue.map */ -/*# sourceMappingURL=Greentheme4.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ -/*# sourceMappingURL=Yellowtheme3.vue.map */ - - -/*# sourceMappingURL=twelve.vue.map */ - - -/*# sourceMappingURL=thirteen.vue.map */ +/*# sourceMappingURL=SanQintheme2.vue.map */ /*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=Greentheme5.vue.map */ +/*# sourceMappingURL=SanQintheme1.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ + + +/*# sourceMappingURL=SanQintheme3.vue.map */ /*# sourceMappingURL=Redtheme5.vue.map */ @@ -78,55 +105,28 @@ /*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=SanQintheme3.vue.map */ - - -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Thirtysix.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=SanQintheme1.vue.map */ - - -/*# sourceMappingURL=SanQintheme2.vue.map */ +/*# sourceMappingURL=Forty.vue.map */ /*# sourceMappingURL=Thirtyseven3.vue.map */ -/*# sourceMappingURL=sixteen.vue.map */ - - -/*# sourceMappingURL=Redtheme6.vue.map */ - - -/*# sourceMappingURL=third.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ +/*# sourceMappingURL=Thirtyeight.vue.map */ /*# sourceMappingURL=Thirtyfive.vue.map */ -/*# sourceMappingURL=Thirtyeight.vue.map */ - - -/*# sourceMappingURL=Forty.vue.map */ +/*# sourceMappingURL=Thirtyseven.vue.map */ /*# sourceMappingURL=Thirtyseven2.vue.map */ -.xml-text-h5[data-v-69788445] { +.xml-text-h5[data-v-169e6e18] { } -.xml-text-pc[data-v-69788445] { +.xml-text-pc[data-v-169e6e18] { } -.xml-text-h5[data-v-69788445] { +.xml-text-h5[data-v-169e6e18] { } .xml-text-h5 .inline-audio-wrap, diff --git a/src/plugin/xml-digital-teaching/lib/paragraph.js b/src/plugin/xml-digital-teaching/lib/paragraph.js index 8d2737e..638d4fc 100644 --- a/src/plugin/xml-digital-teaching/lib/paragraph.js +++ b/src/plugin/xml-digital-teaching/lib/paragraph.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$J._withStripped = true; /* style */ const __vue_inject_styles__$I = undefined; /* scoped */ - const __vue_scope_id__$I = "data-v-62f6421d"; + const __vue_scope_id__$I = "data-v-bd7c342c"; /* module identifier */ const __vue_module_identifier__$I = undefined; /* functional template */ @@ -43762,10 +43762,10 @@ var Sku = createComponent$9({ price: Math.round(this.sku.price * 100), stock_num: this.sku.stock_num }; - } + } // 更新当前规格属性数据 + + this.setCurrentSkuProperties(skuComb ? skuComb.id : null); if (skuComb) { - // 更新当前规格属性数据 - this.setCurrentSkuProperties(skuComb.id); skuComb.properties = getSelectedProperties(this.propList, this.selectedProp); skuComb.property_price = this.selectedPropValues.reduce(function (acc, cur) { return acc + (cur.price || 0); @@ -51587,7 +51587,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-69788445"; + const __vue_scope_id__$F = "data-v-169e6e18"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -51936,7 +51936,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-26a57a42"; + const __vue_scope_id__$E = "data-v-15a3b6a8"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -52195,7 +52195,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-df9f7b2c"; + const __vue_scope_id__$D = "data-v-4c3c533d"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -52424,7 +52424,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-4db4a500"; + const __vue_scope_id__$C = "data-v-2347838d"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -52690,7 +52690,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-27b9a097"; + const __vue_scope_id__$B = "data-v-306832a4"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -52927,7 +52927,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-f45a6e02"; + const __vue_scope_id__$A = "data-v-897320dc"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -53206,7 +53206,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-7b2d4c1c"; + const __vue_scope_id__$z = "data-v-54cac2bf"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -53639,7 +53639,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-a4866b18"; + const __vue_scope_id__$y = "data-v-0f1c1bc1"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -53988,7 +53988,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-44c40c05"; + const __vue_scope_id__$x = "data-v-e540b550"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -54209,7 +54209,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-768fbf15"; + const __vue_scope_id__$w = "data-v-28773022"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -54646,7 +54646,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-310c6d9a"; + const __vue_scope_id__$v = "data-v-9059cb26"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -54888,7 +54888,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-3c98e49a"; + const __vue_scope_id__$u = "data-v-6b7eaba6"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -55143,7 +55143,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-05a72604"; + const __vue_scope_id__$t = "data-v-196d9c5e"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -55367,7 +55367,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-63d1434a"; + const __vue_scope_id__$s = "data-v-3c2d1aee"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -55585,7 +55585,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-169537fc"; + const __vue_scope_id__$r = "data-v-1337d30f"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -55809,7 +55809,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-6c0d6f72"; + const __vue_scope_id__$q = "data-v-eb2e8ad8"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -56033,7 +56033,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-631add9c"; + const __vue_scope_id__$p = "data-v-12b6b422"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -56251,7 +56251,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-1409a151"; + const __vue_scope_id__$o = "data-v-312a641e"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -56471,7 +56471,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-5683e122"; + const __vue_scope_id__$n = "data-v-2c753722"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -56699,7 +56699,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-4020e744"; + const __vue_scope_id__$m = "data-v-78e68e5e"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -56937,7 +56937,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-5db7d8d1"; + const __vue_scope_id__$l = "data-v-07fad99e"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -57163,7 +57163,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-0004934e"; + const __vue_scope_id__$k = "data-v-56c83bbe"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -57383,7 +57383,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-ef928ef6"; + const __vue_scope_id__$j = "data-v-7e80bb50"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -57609,7 +57609,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-7b8d3f68"; + const __vue_scope_id__$i = "data-v-d25ea1c2"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -57831,7 +57831,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-0d2d7ea4"; + const __vue_scope_id__$h = "data-v-51cefa8a"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -58048,7 +58048,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-7bc140cc"; + const __vue_scope_id__$g = "data-v-720c07ad"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -58269,7 +58269,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-372dc1c0"; + const __vue_scope_id__$f = "data-v-72e806ad"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -58490,7 +58490,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-295d95c0"; + const __vue_scope_id__$e = "data-v-90470566"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -58748,7 +58748,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-d8c29f56"; + const __vue_scope_id__$d = "data-v-a51536b0"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -58965,7 +58965,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-21e7a37b"; + const __vue_scope_id__$c = "data-v-ed6ada64"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -59182,7 +59182,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-c65b57d6"; + const __vue_scope_id__$b = "data-v-4cbefc28"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -59447,7 +59447,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-faad8914"; + const __vue_scope_id__$a = "data-v-68941383"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -59741,7 +59741,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-35fd03d5"; + const __vue_scope_id__$9 = "data-v-274f9e22"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -60024,7 +60024,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-8d6e0578"; + const __vue_scope_id__$8 = "data-v-43a07ed1"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -60256,7 +60256,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-0f2aadfc"; + const __vue_scope_id__$7 = "data-v-614cae62"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -60502,7 +60502,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-2205d32d"; + const __vue_scope_id__$6 = "data-v-850c830c"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -60748,7 +60748,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-11882c9d"; + const __vue_scope_id__$5 = "data-v-79dbcc70"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -61051,7 +61051,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-1085c07e"; + const __vue_scope_id__$4 = "data-v-3e112c4b"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -61354,7 +61354,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-12900bb5"; + const __vue_scope_id__$3 = "data-v-0aefb842"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -61657,7 +61657,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-2ac2c478"; + const __vue_scope_id__$2 = "data-v-23227105"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -61955,7 +61955,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-4ef8f4e6"; + const __vue_scope_id__$1 = "data-v-729fd89a"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -62175,7 +62175,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-3f9d2708"; + const __vue_scope_id__ = "data-v-3403300f"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/question.css b/src/plugin/xml-digital-teaching/lib/question.css index 79b5925..7cd8a20 100644 --- a/src/plugin/xml-digital-teaching/lib/question.css +++ b/src/plugin/xml-digital-teaching/lib/question.css @@ -1,9 +1,9 @@ -.xml-question-container-h5[data-v-0ed42cdb] { +.xml-question-container-h5[data-v-36d74f49] { } -.xml-question-container-pc[data-v-0ed42cdb] { +.xml-question-container-pc[data-v-36d74f49] { } -.xml-question-container-pad[data-v-0ed42cdb] { +.xml-question-container-pad[data-v-36d74f49] { } @@ -12,142 +12,10 @@ /*# sourceMappingURL=QuestionItem.vue.map */ -.option-item + .option-item[data-v-6089cb1e] { - margin-top: 16px; -} -.option-item[data-v-6089cb1e] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item .questionSeq[data-v-6089cb1e] { - padding: 8px 0; -} -.option-item.isActive[data-v-6089cb1e] { - border-color: #2e9adb; -} -.option-item.isTrue[data-v-6089cb1e] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-6089cb1e] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-6089cb1e]:hover { - background: #ddd; -} -.option-item[data-v-6089cb1e] .content { - cursor: pointer; -} -.option-item[data-v-6089cb1e] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=radio.vue.map */ -.option-item + .option-item[data-v-5461cc1c] { - margin-top: 16px; -} -.option-item[data-v-5461cc1c] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item.isActive[data-v-5461cc1c] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-5461cc1c] { - padding: 8px 0; -} -.option-item.isTrue[data-v-5461cc1c] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-5461cc1c] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-5461cc1c]:hover { - background: #ddd; -} -.option-item[data-v-5461cc1c] .content { - cursor: pointer; -} -.option-item[data-v-5461cc1c] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=checkbox.vue.map */ -.option-item + .option-item[data-v-8f71cb42] { - margin-top: 16px; -} -.option-item[data-v-8f71cb42] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item .questionSeq[data-v-8f71cb42] { - padding: 8px 0; -} -.option-item.isActive[data-v-8f71cb42] { - border-color: #2e9adb; -} -.option-item.isTrue[data-v-8f71cb42] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-8f71cb42] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-8f71cb42]:hover { - background: #ddd; -} -.option-item[data-v-8f71cb42] .content { - cursor: pointer; -} -.option-item[data-v-8f71cb42] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=radio.vue.map */ -.content[data-v-c6cf9fb4] { +.content[data-v-2cb56c8e] { width: 100%; } -.content .stem-content[data-v-c6cf9fb4] { +.content .stem-content[data-v-2cb56c8e] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -156,12 +24,12 @@ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-c6cf9fb4] { +.content .stem-content.no-border[data-v-2cb56c8e] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-c6cf9fb4] { +.content .stem-content .placeholder[data-v-2cb56c8e] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -169,54 +37,10 @@ } /*# sourceMappingURL=common.vue.map */ -.option-item + .option-item[data-v-75c63557] { - margin-top: 16px; -} -.option-item[data-v-75c63557] { - display: flex; - background: #fbfbfb; - border-radius: 6px; - padding-left: 16px; - cursor: pointer; - transition: all ease 0.3s; - border: 1px solid #fbfbfb; -} -.option-item.isActive[data-v-75c63557] { - border-color: #2e9adb; -} -.option-item .questionSeq[data-v-75c63557] { - padding: 8px 0; -} -.option-item.isTrue[data-v-75c63557] { - border: 1px solid #70b603; -} -.option-item.isTrue[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #70b603; - background: #70b603; -} -.option-item.isFalse[data-v-75c63557] { - border: 1px solid #d9001b; -} -.option-item.isFalse[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner { - border-color: #d9001b; - background: #d9001b; -} -.option-item[data-v-75c63557]:hover { - background: #ddd; -} -.option-item[data-v-75c63557] .content { - cursor: pointer; -} -.option-item[data-v-75c63557] .stem-content.no-border { - padding: 8px 14px !important; - cursor: pointer; -} - -/*# sourceMappingURL=checkbox.vue.map */ -.content[data-v-a1571b3e] { +.content[data-v-a5540524] { width: 100%; } -.content .stem-content[data-v-a1571b3e] { +.content .stem-content[data-v-a5540524] { width: 100%; box-sizing: border-box; padding: 5px 14px; @@ -225,12 +49,12 @@ border-radius: 6px; cursor: pointer; } -.content .stem-content.no-border[data-v-a1571b3e] { +.content .stem-content.no-border[data-v-a5540524] { padding: 0; border: none; cursor: default; } -.content .stem-content .placeholder[data-v-a1571b3e] { +.content .stem-content .placeholder[data-v-a5540524] { color: #c0c4cc; font-size: 14px; cursor: pointer; @@ -238,289 +62,347 @@ } /*# sourceMappingURL=common.vue.map */ -.line-content[data-v-fe769324] { +.option-item + .option-item[data-v-362bbaa4] { + margin-top: 16px; +} +.option-item[data-v-362bbaa4] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item.isActive[data-v-362bbaa4] { + border-color: #2e9adb; +} +.option-item .questionSeq[data-v-362bbaa4] { + padding: 8px 0; +} +.option-item.isTrue[data-v-362bbaa4] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-362bbaa4] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-362bbaa4]:hover { + background: #ddd; +} +.option-item[data-v-362bbaa4] .content { + cursor: pointer; +} +.option-item[data-v-362bbaa4] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=checkbox.vue.map */ +.option-item + .option-item[data-v-f4399a04] { + margin-top: 16px; +} +.option-item[data-v-f4399a04] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item .questionSeq[data-v-f4399a04] { + padding: 8px 0; +} +.option-item.isActive[data-v-f4399a04] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-f4399a04] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-f4399a04] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-f4399a04]:hover { + background: #ddd; +} +.option-item[data-v-f4399a04] .content { + cursor: pointer; +} +.option-item[data-v-f4399a04] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=radio.vue.map */ +.option-item + .option-item[data-v-96d73128] { + margin-top: 16px; +} +.option-item[data-v-96d73128] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item .questionSeq[data-v-96d73128] { + padding: 8px 0; +} +.option-item.isActive[data-v-96d73128] { + border-color: #2e9adb; +} +.option-item.isTrue[data-v-96d73128] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-96d73128] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-96d73128]:hover { + background: #ddd; +} +.option-item[data-v-96d73128] .content { + cursor: pointer; +} +.option-item[data-v-96d73128] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=radio.vue.map */ +.option-item + .option-item[data-v-08c189f8] { + margin-top: 16px; +} +.option-item[data-v-08c189f8] { + display: flex; + background: #fbfbfb; + border-radius: 6px; + padding-left: 16px; + cursor: pointer; + transition: all ease 0.3s; + border: 1px solid #fbfbfb; +} +.option-item.isActive[data-v-08c189f8] { + border-color: #2e9adb; +} +.option-item .questionSeq[data-v-08c189f8] { + padding: 8px 0; +} +.option-item.isTrue[data-v-08c189f8] { + border: 1px solid #70b603; +} +.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #70b603; + background: #70b603; +} +.option-item.isFalse[data-v-08c189f8] { + border: 1px solid #d9001b; +} +.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner { + border-color: #d9001b; + background: #d9001b; +} +.option-item[data-v-08c189f8]:hover { + background: #ddd; +} +.option-item[data-v-08c189f8] .content { + cursor: pointer; +} +.option-item[data-v-08c189f8] .stem-content.no-border { + padding: 8px 14px !important; + cursor: pointer; +} + +/*# sourceMappingURL=checkbox.vue.map */ +.line-content[data-v-0794e87b] { width: 100%; position: relative; } -.line-content .line-content--item[data-v-fe769324] { +.line-content .line-content--item[data-v-0794e87b] { flex: 1; } -.line-content .line-content--item[data-v-fe769324] .stem-content { +.line-content .line-content--item[data-v-0794e87b] .stem-content { height: 100%; } -.line-content + .line-content[data-v-fe769324] { +.line-content + .line-content[data-v-0794e87b] { margin-top: 10px; } -.create-option[data-v-fe769324] { +.create-option[data-v-0794e87b] { width: 100%; margin-top: 10px; border-style: dashed !important; } -.option-item[data-v-fe769324] { +.option-item[data-v-0794e87b] { flex: 1; min-width: 0; } -.option-item + .option-item[data-v-fe769324] { +.option-item + .option-item[data-v-0794e87b] { margin-left: 100px; } -.option-item.isMobile + .option-item.isMobile[data-v-fe769324] { +.option-item.isMobile + .option-item.isMobile[data-v-0794e87b] { margin-left: 50px; } -.option-item[data-v-fe769324] { +.option-item[data-v-0794e87b] { margin-bottom: 10px; background: #fbfbfb; border-radius: 6px; padding-left: 16px; } -.option-item .questionSeq[data-v-fe769324] { +.option-item .questionSeq[data-v-0794e87b] { padding: 8px 0; } -.option-item[data-v-fe769324] .stem-content.no-border { +.option-item[data-v-0794e87b] .stem-content.no-border { padding: 8px 14px !important; } /*# sourceMappingURL=view-line.vue.map */ -.line-content[data-v-55d0cf86] { +.line-content[data-v-53521b13] { width: 100%; position: relative; } -.line-content .line-content--item[data-v-55d0cf86] { +.line-content .line-content--item[data-v-53521b13] { flex: 1; } -.line-content .line-content--item[data-v-55d0cf86] .stem-content { +.line-content .line-content--item[data-v-53521b13] .stem-content { height: 100%; } -.line-content + .line-content[data-v-55d0cf86] { +.line-content + .line-content[data-v-53521b13] { margin-top: 10px; } -.create-option[data-v-55d0cf86] { +.create-option[data-v-53521b13] { width: 100%; margin-top: 10px; border-style: dashed !important; } -.option-item[data-v-55d0cf86] { +.option-item[data-v-53521b13] { flex: 1; min-width: 0; } -.option-item + .option-item[data-v-55d0cf86] { +.option-item + .option-item[data-v-53521b13] { margin-left: 100px; } -.option-item.isMobile + .option-item.isMobile[data-v-55d0cf86] { +.option-item.isMobile + .option-item.isMobile[data-v-53521b13] { margin-left: 50px; } -.option-item[data-v-55d0cf86] { +.option-item[data-v-53521b13] { margin-bottom: 10px; background: #FBFBFB; border-radius: 6px; padding-left: 16px; border: 1px solid #fbfbfb; } -.option-item .questionSeq[data-v-55d0cf86] { +.option-item .questionSeq[data-v-53521b13] { padding: 8px 0; } -.option-item[data-v-55d0cf86] .stem-content.no-border { +.option-item[data-v-53521b13] .stem-content.no-border { padding: 8px 14px !important; } /*# sourceMappingURL=view-line-answer.vue.map */ -.image-file[data-v-1c460556] { +.image-file[data-v-101e0263] { width: 218px; object-fit: scale-down; } -.video-file[data-v-1c460556] { +.video-file[data-v-101e0263] { width: 408px; } -.file-render[data-v-1c460556] { +.file-render[data-v-101e0263] { width: 100%; } -.file-info[data-v-1c460556] { +.file-info[data-v-101e0263] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-1c460556] { +.file-info.videoHandler[data-v-101e0263] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-1c460556] { +.file-info.videoHandler .fileName[data-v-101e0263] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-1c460556] { +.file-info.videoHandler .fileInfo[data-v-101e0263] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -.image-file[data-v-6e5a4c33] { +.image-file[data-v-1d318b80] { width: 218px; object-fit: scale-down; } -.video-file[data-v-6e5a4c33] { +.video-file[data-v-1d318b80] { width: 408px; } -.file-render[data-v-6e5a4c33] { +.file-render[data-v-1d318b80] { width: 100%; } -.file-info[data-v-6e5a4c33] { +.file-info[data-v-1d318b80] { flex: 1; min-width: 0; } -.file-info.videoHandler[data-v-6e5a4c33] { +.file-info.videoHandler[data-v-1d318b80] { display: flex; flex-direction: column; justify-content: center; } -.file-info.videoHandler .fileName[data-v-6e5a4c33] { +.file-info.videoHandler .fileName[data-v-1d318b80] { font-size: 18px; color: #333333; margin-bottom: 19px; } -.file-info.videoHandler .fileInfo[data-v-6e5a4c33] { +.file-info.videoHandler .fileInfo[data-v-1d318b80] { font-size: 14px; color: #666666; margin-bottom: 19px; } /*# sourceMappingURL=index.vue.map */ -.audio .audio-icon[data-v-526ec536] { - width: 36px; - height: 36px; - margin-right: 20px; -} -.audio .audio-icon img[data-v-526ec536] { - width: 100%; - height: 100%; - display: block; -} -.audio .audio-controls[data-v-526ec536] { - width: 100%; - max-width: 200px; - flex: 1; - height: 36px; -} -.audio .audio-controls .audio-controls--progress[data-v-526ec536], .audio .audio-controls .audio-controls--handler[data-v-526ec536] { - width: 100%; -} -.audio .audio-controls .audio-controls--handler[data-v-526ec536] { - line-height: 1; -} -.audio .audio-controls .audio-controls--handler .play[data-v-526ec536] { - font-size: 24px; -} -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-526ec536] { - width: 22px; - height: 22px; - display: block; - cursor: pointer; -} -.audio .audio-controls .audio-controls--handler .current-time[data-v-526ec536], .audio .audio-controls .audio-controls--handler .total-time[data-v-526ec536] { - font-size: 12px; - color: #333; -} -.play-handler.mobile[data-v-526ec536] { - width: 20px; - height: 20px; -} -.audio-component[data-v-526ec536] { - display: none; -} -[data-v-526ec536] .el-slider__runway { - margin: 0 0 4px 0; - background: #e3e3e3; - height: 4px; -} -[data-v-526ec536] .el-slider__bar { - height: 4px; -} -[data-v-526ec536] .el-slider__button { - width: 10px; - height: 10px; -} -[data-v-526ec536] .el-slider__button-wrapper { - top: -15px; -} - -/*# sourceMappingURL=audio-play-new.vue.map */ -.audio .audio-icon[data-v-512f1059] { - width: 36px; - height: 36px; - margin-right: 20px; -} -.audio .audio-icon img[data-v-512f1059] { - width: 100%; - height: 100%; - display: block; -} -.audio .audio-controls[data-v-512f1059] { - width: 100%; - max-width: 200px; - flex: 1; - height: 36px; -} -.audio .audio-controls .audio-controls--progress[data-v-512f1059], .audio .audio-controls .audio-controls--handler[data-v-512f1059] { - width: 100%; -} -.audio .audio-controls .audio-controls--handler[data-v-512f1059] { - line-height: 1; -} -.audio .audio-controls .audio-controls--handler .play[data-v-512f1059] { - font-size: 24px; -} -.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-512f1059] { - width: 22px; - height: 22px; - display: block; - cursor: pointer; -} -.audio .audio-controls .audio-controls--handler .current-time[data-v-512f1059], .audio .audio-controls .audio-controls--handler .total-time[data-v-512f1059] { - font-size: 12px; - color: #333; -} -.play-handler.mobile[data-v-512f1059] { - width: 20px; - height: 20px; -} -.audio-component[data-v-512f1059] { - display: none; -} -[data-v-512f1059] .el-slider__runway { - margin: 0 0 4px 0; - background: #e3e3e3; - height: 4px; -} -[data-v-512f1059] .el-slider__bar { - height: 4px; -} -[data-v-512f1059] .el-slider__button { - width: 10px; - height: 10px; -} -[data-v-512f1059] .el-slider__button-wrapper { - top: -15px; -} - -/*# sourceMappingURL=audio-play-new.vue.map */ -[data-v-55238730] .el-dialog__header { +[data-v-acf05200] .el-dialog__header { padding: 10px; } -.video-content[data-v-55238730] { +.video-content[data-v-acf05200] { width: 180px; height: 135px; border-radius: 6px; overflow: hidden; position: relative; } -.video-content .play[data-v-55238730] { +.video-content .play[data-v-acf05200] { position: absolute; left: 50%; top: 50%; cursor: pointer; transform: translateX(-50%) translateY(-50%); } -.video-mask[data-v-55238730] { +.video-mask[data-v-acf05200] { position: absolute; left: 0; top: 0; @@ -528,36 +410,36 @@ height: 100%; background: rgba(0, 0, 0, 0.5); } -.video-mask img[data-v-55238730] { +.video-mask img[data-v-acf05200] { position: absolute; left: 50%; top: 50%; transform: translate(-50% -50%); display: block; } -.video-player[data-v-55238730] { +.video-player[data-v-acf05200] { width: 100%; } /*# sourceMappingURL=video-play.vue.map */ -[data-v-99c9f326] .el-dialog__header { +[data-v-3ae85d83] .el-dialog__header { padding: 10px; } -.video-content[data-v-99c9f326] { +.video-content[data-v-3ae85d83] { width: 180px; height: 135px; border-radius: 6px; overflow: hidden; position: relative; } -.video-content .play[data-v-99c9f326] { +.video-content .play[data-v-3ae85d83] { position: absolute; left: 50%; top: 50%; cursor: pointer; transform: translateX(-50%) translateY(-50%); } -.video-mask[data-v-99c9f326] { +.video-mask[data-v-3ae85d83] { position: absolute; left: 0; top: 0; @@ -565,15 +447,133 @@ height: 100%; background: rgba(0, 0, 0, 0.5); } -.video-mask img[data-v-99c9f326] { +.video-mask img[data-v-3ae85d83] { position: absolute; left: 50%; top: 50%; transform: translate(-50% -50%); display: block; } -.video-player[data-v-99c9f326] { +.video-player[data-v-3ae85d83] { width: 100%; } -/*# sourceMappingURL=video-play.vue.map */ \ No newline at end of file +/*# sourceMappingURL=video-play.vue.map */ +.audio .audio-icon[data-v-37539b66] { + width: 36px; + height: 36px; + margin-right: 20px; +} +.audio .audio-icon img[data-v-37539b66] { + width: 100%; + height: 100%; + display: block; +} +.audio .audio-controls[data-v-37539b66] { + width: 100%; + max-width: 200px; + flex: 1; + height: 36px; +} +.audio .audio-controls .audio-controls--progress[data-v-37539b66], .audio .audio-controls .audio-controls--handler[data-v-37539b66] { + width: 100%; +} +.audio .audio-controls .audio-controls--handler[data-v-37539b66] { + line-height: 1; +} +.audio .audio-controls .audio-controls--handler .play[data-v-37539b66] { + font-size: 24px; +} +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66] { + width: 22px; + height: 22px; + display: block; + cursor: pointer; +} +.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66], .audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66] { + font-size: 12px; + color: #333; +} +.play-handler.mobile[data-v-37539b66] { + width: 20px; + height: 20px; +} +.audio-component[data-v-37539b66] { + display: none; +} +[data-v-37539b66] .el-slider__runway { + margin: 0 0 4px 0; + background: #e3e3e3; + height: 4px; +} +[data-v-37539b66] .el-slider__bar { + height: 4px; +} +[data-v-37539b66] .el-slider__button { + width: 10px; + height: 10px; +} +[data-v-37539b66] .el-slider__button-wrapper { + top: -15px; +} + +/*# sourceMappingURL=audio-play-new.vue.map */ +.audio .audio-icon[data-v-811fdafa] { + width: 36px; + height: 36px; + margin-right: 20px; +} +.audio .audio-icon img[data-v-811fdafa] { + width: 100%; + height: 100%; + display: block; +} +.audio .audio-controls[data-v-811fdafa] { + width: 100%; + max-width: 200px; + flex: 1; + height: 36px; +} +.audio .audio-controls .audio-controls--progress[data-v-811fdafa], .audio .audio-controls .audio-controls--handler[data-v-811fdafa] { + width: 100%; +} +.audio .audio-controls .audio-controls--handler[data-v-811fdafa] { + line-height: 1; +} +.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa] { + font-size: 24px; +} +.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa] { + width: 22px; + height: 22px; + display: block; + cursor: pointer; +} +.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa], .audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa] { + font-size: 12px; + color: #333; +} +.play-handler.mobile[data-v-811fdafa] { + width: 20px; + height: 20px; +} +.audio-component[data-v-811fdafa] { + display: none; +} +[data-v-811fdafa] .el-slider__runway { + margin: 0 0 4px 0; + background: #e3e3e3; + height: 4px; +} +[data-v-811fdafa] .el-slider__bar { + height: 4px; +} +[data-v-811fdafa] .el-slider__button { + width: 10px; + height: 10px; +} +[data-v-811fdafa] .el-slider__button-wrapper { + top: -15px; +} + +/*# sourceMappingURL=audio-play-new.vue.map */ \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/question.js b/src/plugin/xml-digital-teaching/lib/question.js index 2f61967..c68432f 100644 --- a/src/plugin/xml-digital-teaching/lib/question.js +++ b/src/plugin/xml-digital-teaching/lib/question.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -385,7 +385,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-512f1059"; + const __vue_scope_id__$g = "data-v-37539b66"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -13575,7 +13575,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-99c9f326"; + const __vue_scope_id__$f = "data-v-acf05200"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -13788,7 +13788,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-1c460556"; + const __vue_scope_id__$e = "data-v-101e0263"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -13980,7 +13980,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-c6cf9fb4"; + const __vue_scope_id__$d = "data-v-2cb56c8e"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -14356,7 +14356,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-8f71cb42"; + const __vue_scope_id__$c = "data-v-96d73128"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -14672,7 +14672,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-75c63557"; + const __vue_scope_id__$b = "data-v-362bbaa4"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -19803,7 +19803,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-55d0cf86"; + const __vue_scope_id__$a = "data-v-53521b13"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -20105,7 +20105,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-fe769324"; + const __vue_scope_id__$9 = "data-v-0794e87b"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -21001,7 +21001,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-e4ea6fb2"; + const __vue_scope_id__$8 = "data-v-85f1a418"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -21335,7 +21335,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-526ec536"; + const __vue_scope_id__$7 = "data-v-811fdafa"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -21552,7 +21552,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-55238730"; + const __vue_scope_id__$6 = "data-v-3ae85d83"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -21765,7 +21765,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-6e5a4c33"; + const __vue_scope_id__$5 = "data-v-1d318b80"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -21957,7 +21957,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-a1571b3e"; + const __vue_scope_id__$4 = "data-v-a5540524"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -22273,7 +22273,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-6089cb1e"; + const __vue_scope_id__$3 = "data-v-f4399a04"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -22394,6 +22394,7 @@ var script$2 = { this.$message.error('请选择答案'); return; } + // console.log('this.standardAnswer', this.standardAnswer,this.selectData); let answerIsTrue = false; this.selectData.map(item => { answerIsTrue = this.standardAnswer.indexOf(item) != -1 && this.standardAnswer.split(',')?.length == this.selectData.length; @@ -22582,7 +22583,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-5461cc1c"; + const __vue_scope_id__$2 = "data-v-08c189f8"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -23308,7 +23309,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-6cfcbe82"; + const __vue_scope_id__$1 = "data-v-498fb768"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -23428,7 +23429,7 @@ var script = { this.$emit('setanalysis', item); }, submitAnswer(val) { - // console.log('this.currentRulethis.currentRule',val,this.currentRule); + console.log('this.currentRule', val, this.currentRule); if (val.question.questionType === '10') { let standardAnswer = val.question.standardAnswer; let userAnswer = val.pass.userAnswer; @@ -23452,7 +23453,9 @@ var script = { ...val, chapterId: this.currentRule.chapterId, xmlCompRef: val.question.xmlCompRef, - pass: val.pass.answerIsTrue != undefined ? val.pass.answerIsTrue : true + pass: val.pass.answerIsTrue ? val.pass.answerIsTrue != undefined ? val.pass.answerIsTrue : true : val.pass + + // pass: val.pass.answerIsTrue != undefined ? val.pass.answerIsTrue : false }); // } }, @@ -23581,7 +23584,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-0ed42cdb"; + const __vue_scope_id__ = "data-v-36d74f49"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/question.min.css b/src/plugin/xml-digital-teaching/lib/question.min.css index fb507ce..8c02b93 100644 --- a/src/plugin/xml-digital-teaching/lib/question.min.css +++ b/src/plugin/xml-digital-teaching/lib/question.min.css @@ -1 +1 @@ -.option-item+.option-item[data-v-6089cb1e]{margin-top:16px}.option-item[data-v-6089cb1e]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-6089cb1e]{padding:8px 0}.option-item.isActive[data-v-6089cb1e]{border-color:#2e9adb}.option-item.isTrue[data-v-6089cb1e]{border:1px solid #70b603}.option-item.isTrue[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6089cb1e]{border:1px solid #d9001b}.option-item.isFalse[data-v-6089cb1e] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6089cb1e]:hover{background:#ddd}.option-item[data-v-6089cb1e] .content{cursor:pointer}.option-item[data-v-6089cb1e] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-5461cc1c]{margin-top:16px}.option-item[data-v-5461cc1c]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-5461cc1c]{border-color:#2e9adb}.option-item .questionSeq[data-v-5461cc1c]{padding:8px 0}.option-item.isTrue[data-v-5461cc1c]{border:1px solid #70b603}.option-item.isTrue[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-5461cc1c]{border:1px solid #d9001b}.option-item.isFalse[data-v-5461cc1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-5461cc1c]:hover{background:#ddd}.option-item[data-v-5461cc1c] .content{cursor:pointer}.option-item[data-v-5461cc1c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-8f71cb42]{margin-top:16px}.option-item[data-v-8f71cb42]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-8f71cb42]{padding:8px 0}.option-item.isActive[data-v-8f71cb42]{border-color:#2e9adb}.option-item.isTrue[data-v-8f71cb42]{border:1px solid #70b603}.option-item.isTrue[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-8f71cb42]{border:1px solid #d9001b}.option-item.isFalse[data-v-8f71cb42] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-8f71cb42]:hover{background:#ddd}.option-item[data-v-8f71cb42] .content{cursor:pointer}.option-item[data-v-8f71cb42] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-c6cf9fb4]{width:100%}.content .stem-content[data-v-c6cf9fb4]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-c6cf9fb4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-c6cf9fb4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-75c63557]{margin-top:16px}.option-item[data-v-75c63557]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-75c63557]{border-color:#2e9adb}.option-item .questionSeq[data-v-75c63557]{padding:8px 0}.option-item.isTrue[data-v-75c63557]{border:1px solid #70b603}.option-item.isTrue[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-75c63557]{border:1px solid #d9001b}.option-item.isFalse[data-v-75c63557] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-75c63557]:hover{background:#ddd}.option-item[data-v-75c63557] .content{cursor:pointer}.option-item[data-v-75c63557] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-a1571b3e]{width:100%}.content .stem-content[data-v-a1571b3e]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-a1571b3e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-a1571b3e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.line-content[data-v-fe769324]{width:100%;position:relative}.line-content .line-content--item[data-v-fe769324]{flex:1}.line-content .line-content--item[data-v-fe769324] .stem-content{height:100%}.line-content+.line-content[data-v-fe769324]{margin-top:10px}.create-option[data-v-fe769324]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-fe769324]{flex:1;min-width:0}.option-item+.option-item[data-v-fe769324]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-fe769324]{margin-left:50px}.option-item[data-v-fe769324]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-fe769324]{padding:8px 0}.option-item[data-v-fe769324] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-55d0cf86]{width:100%;position:relative}.line-content .line-content--item[data-v-55d0cf86]{flex:1}.line-content .line-content--item[data-v-55d0cf86] .stem-content{height:100%}.line-content+.line-content[data-v-55d0cf86]{margin-top:10px}.create-option[data-v-55d0cf86]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-55d0cf86]{flex:1;min-width:0}.option-item+.option-item[data-v-55d0cf86]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-55d0cf86]{margin-left:50px}.option-item[data-v-55d0cf86]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-55d0cf86]{padding:8px 0}.option-item[data-v-55d0cf86] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-1c460556]{width:218px;object-fit:scale-down}.video-file[data-v-1c460556]{width:408px}.file-render[data-v-1c460556]{width:100%}.file-info[data-v-1c460556]{flex:1;min-width:0}.file-info.videoHandler[data-v-1c460556]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-1c460556]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-1c460556]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-6e5a4c33]{width:218px;object-fit:scale-down}.video-file[data-v-6e5a4c33]{width:408px}.file-render[data-v-6e5a4c33]{width:100%}.file-info[data-v-6e5a4c33]{flex:1;min-width:0}.file-info.videoHandler[data-v-6e5a4c33]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-6e5a4c33]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-6e5a4c33]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-526ec536]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-526ec536]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-526ec536]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-526ec536],.audio .audio-controls .audio-controls--progress[data-v-526ec536]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-526ec536]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-526ec536]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-526ec536]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-526ec536],.audio .audio-controls .audio-controls--handler .total-time[data-v-526ec536]{font-size:12px;color:#333}.play-handler.mobile[data-v-526ec536]{width:20px;height:20px}.audio-component[data-v-526ec536]{display:none}[data-v-526ec536] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-526ec536] .el-slider__bar{height:4px}[data-v-526ec536] .el-slider__button{width:10px;height:10px}[data-v-526ec536] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-512f1059]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-512f1059]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-512f1059]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-512f1059],.audio .audio-controls .audio-controls--progress[data-v-512f1059]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-512f1059]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-512f1059]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-512f1059]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-512f1059],.audio .audio-controls .audio-controls--handler .total-time[data-v-512f1059]{font-size:12px;color:#333}.play-handler.mobile[data-v-512f1059]{width:20px;height:20px}.audio-component[data-v-512f1059]{display:none}[data-v-512f1059] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-512f1059] .el-slider__bar{height:4px}[data-v-512f1059] .el-slider__button{width:10px;height:10px}[data-v-512f1059] .el-slider__button-wrapper{top:-15px}[data-v-55238730] .el-dialog__header{padding:10px}.video-content[data-v-55238730]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-55238730]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-55238730]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-55238730]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-55238730]{width:100%}[data-v-99c9f326] .el-dialog__header{padding:10px}.video-content[data-v-99c9f326]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-99c9f326]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-99c9f326]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-99c9f326]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-99c9f326]{width:100%} \ No newline at end of file +.content[data-v-2cb56c8e]{width:100%}.content .stem-content[data-v-2cb56c8e]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-2cb56c8e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-2cb56c8e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-a5540524]{width:100%}.content .stem-content[data-v-a5540524]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-a5540524]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-a5540524]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-362bbaa4]{margin-top:16px}.option-item[data-v-362bbaa4]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-362bbaa4]{border-color:#2e9adb}.option-item .questionSeq[data-v-362bbaa4]{padding:8px 0}.option-item.isTrue[data-v-362bbaa4]{border:1px solid #70b603}.option-item.isTrue[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-362bbaa4]{border:1px solid #d9001b}.option-item.isFalse[data-v-362bbaa4] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-362bbaa4]:hover{background:#ddd}.option-item[data-v-362bbaa4] .content{cursor:pointer}.option-item[data-v-362bbaa4] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-f4399a04]{margin-top:16px}.option-item[data-v-f4399a04]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-f4399a04]{padding:8px 0}.option-item.isActive[data-v-f4399a04]{border-color:#2e9adb}.option-item.isTrue[data-v-f4399a04]{border:1px solid #70b603}.option-item.isTrue[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-f4399a04]{border:1px solid #d9001b}.option-item.isFalse[data-v-f4399a04] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-f4399a04]:hover{background:#ddd}.option-item[data-v-f4399a04] .content{cursor:pointer}.option-item[data-v-f4399a04] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-96d73128]{margin-top:16px}.option-item[data-v-96d73128]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-96d73128]{padding:8px 0}.option-item.isActive[data-v-96d73128]{border-color:#2e9adb}.option-item.isTrue[data-v-96d73128]{border:1px solid #70b603}.option-item.isTrue[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-96d73128]{border:1px solid #d9001b}.option-item.isFalse[data-v-96d73128] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-96d73128]:hover{background:#ddd}.option-item[data-v-96d73128] .content{cursor:pointer}.option-item[data-v-96d73128] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-08c189f8]{margin-top:16px}.option-item[data-v-08c189f8]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-08c189f8]{border-color:#2e9adb}.option-item .questionSeq[data-v-08c189f8]{padding:8px 0}.option-item.isTrue[data-v-08c189f8]{border:1px solid #70b603}.option-item.isTrue[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-08c189f8]{border:1px solid #d9001b}.option-item.isFalse[data-v-08c189f8] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-08c189f8]:hover{background:#ddd}.option-item[data-v-08c189f8] .content{cursor:pointer}.option-item[data-v-08c189f8] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-0794e87b]{width:100%;position:relative}.line-content .line-content--item[data-v-0794e87b]{flex:1}.line-content .line-content--item[data-v-0794e87b] .stem-content{height:100%}.line-content+.line-content[data-v-0794e87b]{margin-top:10px}.create-option[data-v-0794e87b]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-0794e87b]{flex:1;min-width:0}.option-item+.option-item[data-v-0794e87b]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-0794e87b]{margin-left:50px}.option-item[data-v-0794e87b]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-0794e87b]{padding:8px 0}.option-item[data-v-0794e87b] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-53521b13]{width:100%;position:relative}.line-content .line-content--item[data-v-53521b13]{flex:1}.line-content .line-content--item[data-v-53521b13] .stem-content{height:100%}.line-content+.line-content[data-v-53521b13]{margin-top:10px}.create-option[data-v-53521b13]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-53521b13]{flex:1;min-width:0}.option-item+.option-item[data-v-53521b13]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-53521b13]{margin-left:50px}.option-item[data-v-53521b13]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-53521b13]{padding:8px 0}.option-item[data-v-53521b13] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-101e0263]{width:218px;object-fit:scale-down}.video-file[data-v-101e0263]{width:408px}.file-render[data-v-101e0263]{width:100%}.file-info[data-v-101e0263]{flex:1;min-width:0}.file-info.videoHandler[data-v-101e0263]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-101e0263]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-101e0263]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-1d318b80]{width:218px;object-fit:scale-down}.video-file[data-v-1d318b80]{width:408px}.file-render[data-v-1d318b80]{width:100%}.file-info[data-v-1d318b80]{flex:1;min-width:0}.file-info.videoHandler[data-v-1d318b80]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-1d318b80]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-1d318b80]{font-size:14px;color:#666;margin-bottom:19px}[data-v-acf05200] .el-dialog__header{padding:10px}.video-content[data-v-acf05200]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-acf05200]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-acf05200]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-acf05200]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-acf05200]{width:100%}[data-v-3ae85d83] .el-dialog__header{padding:10px}.video-content[data-v-3ae85d83]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-3ae85d83]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-3ae85d83]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-3ae85d83]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-3ae85d83]{width:100%}.audio .audio-icon[data-v-37539b66]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-37539b66]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-37539b66]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-37539b66],.audio .audio-controls .audio-controls--progress[data-v-37539b66]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-37539b66]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-37539b66]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-37539b66]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-37539b66],.audio .audio-controls .audio-controls--handler .total-time[data-v-37539b66]{font-size:12px;color:#333}.play-handler.mobile[data-v-37539b66]{width:20px;height:20px}.audio-component[data-v-37539b66]{display:none}[data-v-37539b66] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-37539b66] .el-slider__bar{height:4px}[data-v-37539b66] .el-slider__button{width:10px;height:10px}[data-v-37539b66] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-811fdafa]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-811fdafa]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-811fdafa]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-811fdafa],.audio .audio-controls .audio-controls--progress[data-v-811fdafa]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-811fdafa]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-811fdafa]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-811fdafa]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-811fdafa],.audio .audio-controls .audio-controls--handler .total-time[data-v-811fdafa]{font-size:12px;color:#333}.play-handler.mobile[data-v-811fdafa]{width:20px;height:20px}.audio-component[data-v-811fdafa]{display:none}[data-v-811fdafa] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-811fdafa] .el-slider__bar{height:4px}[data-v-811fdafa] .el-slider__button{width:10px;height:10px}[data-v-811fdafa] .el-slider__button-wrapper{top:-15px} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/render.css b/src/plugin/xml-digital-teaching/lib/render.css index eeea58b..bab6f4c 100644 --- a/src/plugin/xml-digital-teaching/lib/render.css +++ b/src/plugin/xml-digital-teaching/lib/render.css @@ -1,9 +1,9 @@ -.read-the-docs[data-v-2159313a] { +.read-the-docs[data-v-ca652f72] { color: #888; } -.read-the-docs[data-v-38e7cca0] { +.read-the-docs[data-v-4fa302f3] { color: #888; } diff --git a/src/plugin/xml-digital-teaching/lib/render.js b/src/plugin/xml-digital-teaching/lib/render.js index ab25b4b..388eb4d 100644 --- a/src/plugin/xml-digital-teaching/lib/render.js +++ b/src/plugin/xml-digital-teaching/lib/render.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -112,7 +112,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-38e7cca0"; + const __vue_scope_id__$1 = "data-v-4fa302f3"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -225,7 +225,7 @@ const __vue_script__ = script; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-2159313a"; + const __vue_scope_id__ = "data-v-ca652f72"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/render.min.css b/src/plugin/xml-digital-teaching/lib/render.min.css index 3888d73..8841c1e 100644 --- a/src/plugin/xml-digital-teaching/lib/render.min.css +++ b/src/plugin/xml-digital-teaching/lib/render.min.css @@ -1 +1 @@ -.read-the-docs[data-v-2159313a]{color:#888}.read-the-docs[data-v-38e7cca0]{color:#888} \ No newline at end of file +.read-the-docs[data-v-ca652f72]{color:#888}.read-the-docs[data-v-4fa302f3]{color:#888} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/resource.css b/src/plugin/xml-digital-teaching/lib/resource.css index e2c08e0..8520404 100644 --- a/src/plugin/xml-digital-teaching/lib/resource.css +++ b/src/plugin/xml-digital-teaching/lib/resource.css @@ -1,5 +1,5 @@ -.preview-item-file[data-v-274f0021]:hover, -.slip-over-cover[data-v-274f0021]:hover { +.preview-item-file[data-v-494311a4]:hover, +.slip-over-cover[data-v-494311a4]:hover { cursor: pointer; } diff --git a/src/plugin/xml-digital-teaching/lib/resource.js b/src/plugin/xml-digital-teaching/lib/resource.js index aef00e0..1fe5b76 100644 --- a/src/plugin/xml-digital-teaching/lib/resource.js +++ b/src/plugin/xml-digital-teaching/lib/resource.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var epub = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAMAAAChHKjRAAAAAXNSR0IArs4c6QAAAjdQTFRFAAAAiXb/kG/0inD6inX6jW72jXL2eGLpe2fuinL2i3H3iHf6i3L5dmTvjHH3inP4inH2i3L2d2TuhW7vjHH5d2TqjnH5fWnyd2bskHb5jXX1jHH2i3H3i3H4i3H4d2Xsd2Xqi3H4cmLoi3L4inH3i3L3inL3i3L3jHL3hG3zi3L3jHL4jnT5i3L3i3L3jHH2bFPvbl/nb2DncF/ncVP1cWHncWHocWHpclP2cmLpc2Lpc2Lqc2Ppc2PqdGPpdGPqd1r1d1z0d2TreFv2eFz0eFz1eGDxeGbseVv1eVz1el31el32el71el72e133e1/2e2TxfGD1fGXxfWD3fWH2fmjxf2T2f2rwgGX3gGnygWX2gWb2gWb3gWrzgWzzgmb3gmf2gmzyg23zhGj3hGn2hGr2hGr3hG3zhWr3hWv2hWv3hWz3hW7zhW70hmz3h233h273iG34iG/3iW34iW74iW/3iXD3iXH2inD4inH3inP2i3D4i3H3i3H4i3L3i3L4i3P4jHL3jHL4jHP3jHP4jHT2jHT3jHrxjHryjXP4jXT3jXT5jXX3jXvyjnT5jnX4j3T5j3T6j3b3lYH2l4H4mIL4mYP4movynY/xpJL3pJfzpZL5pZjzqJX5q5n5r576saD6uaz3va/7zMT5zcP7z8X70Mb70sj708n708r71c381c761s382ND72db4393549z+4+H55+b66OL96+b+6+r67+v+8/L99PD/9vT+///9///+////0H5GmAAAADB0Uk5TAA0XMjI6OkZNVVpefX+HjJCRkpSeoausra2vs7W2t7i5v8TN1tbd3t/o6+7v8PH8u0jmrQAAAapJREFUOMtjYGBgYBZQ1sMAOpoKHAwIwF+HDfSlG9nzElADVGRuZScEVcNWiVORvY29KESRZDluRfb2VhJgRSp1OBQlgRTZW8uDFKnjUpRrZgtSZamER1Fji5MhSJG9qTgDgxoORXXd5e5mYGDMjltRXV9nTiIIxAkjKeoq8veFg5DK5rqWvgl9QDBRCklRacG8BfOhYMHs/Bq4hBySIu9Fe5DAXH+4hDRCUaXnqj3b12+EgE3rJidjVeS1ZM9ig4AgMAh1S+3HpWiFX2EJGBRXN9fhUrQyBFt0oylaahIWBQZ5bbgVrW2eMhUMyrLacCqCgx2TUnAr2gUFW1szcCpaHd7RCwLtkVlduB1uEREDAvGFXXWUBcFy5+x8MMgrwh2Yyxyy8sCgKDqtB6sijzV7dm7eAgHbNkxLwKaoznvhbqSkMjMYq6La2BlzZkHBnOmZ9VgVtVX4OLpCgUtgUzNWRXV1zS1w0Ig9CHADaZyZEwnIMGgQViTLoEpYkQiDWBUhNTXcDKwEDdJnZGAQJKCmgQtUQvHhVaPNCSkRWQSVdfWwAi1FHiagAgAPu3js6FbZbgAAAABJRU5ErkJggg=="; @@ -1417,7 +1417,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-274f0021"; + const __vue_scope_id__ = "data-v-494311a4"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/resource.min.css b/src/plugin/xml-digital-teaching/lib/resource.min.css index be4b7d4..6fb9312 100644 --- a/src/plugin/xml-digital-teaching/lib/resource.min.css +++ b/src/plugin/xml-digital-teaching/lib/resource.min.css @@ -1 +1 @@ -.preview-item-file[data-v-274f0021]:hover,.slip-over-cover[data-v-274f0021]:hover{cursor:pointer} \ No newline at end of file +.preview-item-file[data-v-494311a4]:hover,.slip-over-cover[data-v-494311a4]:hover{cursor:pointer} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css index 892ddfc..2e3b255 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.css @@ -1,7 +1,7 @@ -.xml-single-ebook-group-h5[data-v-99cac87e] { +.xml-single-ebook-group-h5[data-v-79879c4e] { } -.xml-single-ebook-group-pc[data-v-99cac87e] { +.xml-single-ebook-group-pc[data-v-79879c4e] { } -.xml-single-ebook-group-pad[data-v-99cac87e] { +.xml-single-ebook-group-pad[data-v-79879c4e] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js index 4ce8791..97ad29e 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -306,7 +306,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-99cac87e"; + const __vue_scope_id__ = "data-v-79879c4e"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-ebook-group.css b/src/plugin/xml-digital-teaching/lib/single-ebook-group.css index 13c8288..dfbc2e1 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ebook-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-ebook-group.css @@ -1,7 +1,7 @@ -.xml-single-ebook-group-h5[data-v-376d31da] { +.xml-single-ebook-group-h5[data-v-db1ef5b2] { } -.xml-single-ebook-group-pc[data-v-376d31da] { +.xml-single-ebook-group-pc[data-v-db1ef5b2] { } -.xml-single-ebook-group-pad[data-v-376d31da] { +.xml-single-ebook-group-pad[data-v-db1ef5b2] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-ebook-group.js b/src/plugin/xml-digital-teaching/lib/single-ebook-group.js index 1bc3cc5..2d219d4 100644 --- a/src/plugin/xml-digital-teaching/lib/single-ebook-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-ebook-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -330,7 +330,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-376d31da"; + const __vue_scope_id__ = "data-v-db1ef5b2"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-html-group.css b/src/plugin/xml-digital-teaching/lib/single-html-group.css index c1417d1..0231a2d 100644 --- a/src/plugin/xml-digital-teaching/lib/single-html-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-html-group.css @@ -1,7 +1,7 @@ -.xml-single-ebook-group-h5[data-v-78c78d2e] { +.xml-single-ebook-group-h5[data-v-2ab7fd94] { } -.xml-single-ebook-group-pc[data-v-78c78d2e] { +.xml-single-ebook-group-pc[data-v-2ab7fd94] { } -.xml-single-ebook-group-pad[data-v-78c78d2e] { +.xml-single-ebook-group-pad[data-v-2ab7fd94] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-html-group.js b/src/plugin/xml-digital-teaching/lib/single-html-group.js index d3794b2..a9ceaff 100644 --- a/src/plugin/xml-digital-teaching/lib/single-html-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-html-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -329,7 +329,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-78c78d2e"; + const __vue_scope_id__ = "data-v-2ab7fd94"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-image-group.js b/src/plugin/xml-digital-teaching/lib/single-image-group.js index 2bab768..f2ab928 100644 --- a/src/plugin/xml-digital-teaching/lib/single-image-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-image-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { diff --git a/src/plugin/xml-digital-teaching/lib/single-music-group.css b/src/plugin/xml-digital-teaching/lib/single-music-group.css index 625caf5..a540215 100644 --- a/src/plugin/xml-digital-teaching/lib/single-music-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-music-group.css @@ -1,7 +1,7 @@ -.xml-single-music-group-h5[data-v-8c1ab368] { +.xml-single-music-group-h5[data-v-01606e1f] { } -.xml-single-music-group-pc[data-v-8c1ab368] { +.xml-single-music-group-pc[data-v-01606e1f] { } -.xml-single-music-group-pad[data-v-8c1ab368] { +.xml-single-music-group-pad[data-v-01606e1f] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-music-group.js b/src/plugin/xml-digital-teaching/lib/single-music-group.js index d61edd7..6c06574 100644 --- a/src/plugin/xml-digital-teaching/lib/single-music-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-music-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -313,7 +313,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-8c1ab368"; + const __vue_scope_id__ = "data-v-01606e1f"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-question-group.css b/src/plugin/xml-digital-teaching/lib/single-question-group.css index ea90688..1026c9c 100644 --- a/src/plugin/xml-digital-teaching/lib/single-question-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-question-group.css @@ -1,7 +1,7 @@ -.xml-single-question-group-h5[data-v-7a8321b8] { +.xml-single-question-group-h5[data-v-970e3a6a] { } -.xml-single-question-group-pc[data-v-7a8321b8] { +.xml-single-question-group-pc[data-v-970e3a6a] { } -.xml-single-question-group-pad[data-v-7a8321b8] { +.xml-single-question-group-pad[data-v-970e3a6a] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-question-group.js b/src/plugin/xml-digital-teaching/lib/single-question-group.js index 048eb49..48b85d8 100644 --- a/src/plugin/xml-digital-teaching/lib/single-question-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-question-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -345,7 +345,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-7a8321b8"; + const __vue_scope_id__ = "data-v-970e3a6a"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-resource-group.css b/src/plugin/xml-digital-teaching/lib/single-resource-group.css index 30be64e..b60defc 100644 --- a/src/plugin/xml-digital-teaching/lib/single-resource-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-resource-group.css @@ -1,7 +1,7 @@ -.xml-single-question-group-h5[data-v-3ec41660] { +.xml-single-question-group-h5[data-v-37b34ced] { } -.xml-single-question-group-pc[data-v-3ec41660] { +.xml-single-question-group-pc[data-v-37b34ced] { } -.xml-single-question-group-pad[data-v-3ec41660] { +.xml-single-question-group-pad[data-v-37b34ced] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-resource-group.js b/src/plugin/xml-digital-teaching/lib/single-resource-group.js index d6fa6fd..f909022 100644 --- a/src/plugin/xml-digital-teaching/lib/single-resource-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-resource-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -337,7 +337,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-3ec41660"; + const __vue_scope_id__ = "data-v-37b34ced"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css index 30be64e..b60defc 100644 --- a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.css @@ -1,7 +1,7 @@ -.xml-single-question-group-h5[data-v-3ec41660] { +.xml-single-question-group-h5[data-v-37b34ced] { } -.xml-single-question-group-pc[data-v-3ec41660] { +.xml-single-question-group-pc[data-v-37b34ced] { } -.xml-single-question-group-pad[data-v-3ec41660] { +.xml-single-question-group-pad[data-v-37b34ced] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js index d6fa6fd..f909022 100644 --- a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -337,7 +337,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-3ec41660"; + const __vue_scope_id__ = "data-v-37b34ced"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-text-group.css b/src/plugin/xml-digital-teaching/lib/single-text-group.css index f8be6d8..a43eaaf 100644 --- a/src/plugin/xml-digital-teaching/lib/single-text-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-text-group.css @@ -1,7 +1,7 @@ -.xml-single-text-group-h5[data-v-62ef7824] { +.xml-single-text-group-h5[data-v-5ae5cf71] { } -.xml-single-text-group-pc[data-v-62ef7824] { +.xml-single-text-group-pc[data-v-5ae5cf71] { } -.xml-single-text-group-pad[data-v-62ef7824] { +.xml-single-text-group-pad[data-v-5ae5cf71] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-text-group.js b/src/plugin/xml-digital-teaching/lib/single-text-group.js index 20272a2..f1886e1 100644 --- a/src/plugin/xml-digital-teaching/lib/single-text-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-text-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -361,7 +361,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-62ef7824"; + const __vue_scope_id__ = "data-v-5ae5cf71"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/single-video-group.css b/src/plugin/xml-digital-teaching/lib/single-video-group.css index 7f120d6..35f5f54 100644 --- a/src/plugin/xml-digital-teaching/lib/single-video-group.css +++ b/src/plugin/xml-digital-teaching/lib/single-video-group.css @@ -1,7 +1,7 @@ -.xml-single-video-group-h5[data-v-4a005fa0] { +.xml-single-video-group-h5[data-v-09b9c62d] { } -.xml-single-video-group-pc[data-v-4a005fa0] { +.xml-single-video-group-pc[data-v-09b9c62d] { } -.xml-single-video-group-pad[data-v-4a005fa0] { +.xml-single-video-group-pad[data-v-09b9c62d] { } diff --git a/src/plugin/xml-digital-teaching/lib/single-video-group.js b/src/plugin/xml-digital-teaching/lib/single-video-group.js index 7129f64..ca79aa0 100644 --- a/src/plugin/xml-digital-teaching/lib/single-video-group.js +++ b/src/plugin/xml-digital-teaching/lib/single-video-group.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ var singleGroupMixin = { @@ -325,7 +325,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-4a005fa0"; + const __vue_scope_id__ = "data-v-09b9c62d"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/splitline.css b/src/plugin/xml-digital-teaching/lib/splitline.css index 71c7d35..7c57385 100644 --- a/src/plugin/xml-digital-teaching/lib/splitline.css +++ b/src/plugin/xml-digital-teaching/lib/splitline.css @@ -1,72 +1,84 @@ -/*# sourceMappingURL=fifth.vue.map */ - - /*# sourceMappingURL=third.vue.map */ /*# sourceMappingURL=fourth.vue.map */ +/*# sourceMappingURL=first.vue.map */ + + /*# sourceMappingURL=sixth.vue.map */ -/*# sourceMappingURL=eleventh.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - /*# sourceMappingURL=tenth.vue.map */ -/*# sourceMappingURL=first.vue.map */ +/*# sourceMappingURL=second.vue.map */ -/*# sourceMappingURL=Greytheme3.vue.map */ +/*# sourceMappingURL=eleventh.vue.map */ /*# sourceMappingURL=Greytheme1.vue.map */ -/*# sourceMappingURL=seventh.vue.map */ - - /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=ninth.vue.map */ - - -/*# sourceMappingURL=Greytheme2.vue.map */ - - -/*# sourceMappingURL=Redtheme1.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=eighth.vue.map */ -/*# sourceMappingURL=Greytheme5.vue.map */ - - -/*# sourceMappingURL=Greytheme4.vue.map */ - - -/*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=Greytheme2.vue.map */ /*# sourceMappingURL=Yellowtheme3.vue.map */ -/*# sourceMappingURL=Redtheme4.vue.map */ +/*# sourceMappingURL=Greytheme3.vue.map */ + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ + + +/*# sourceMappingURL=Greytheme6.vue.map */ + + +/*# sourceMappingURL=seventh.vue.map */ + + +/*# sourceMappingURL=Redtheme2.vue.map */ + + +/*# sourceMappingURL=ninth.vue.map */ + + +/*# sourceMappingURL=Greytheme4.vue.map */ /*# sourceMappingURL=Redtheme3.vue.map */ -/*# sourceMappingURL=Yellowtheme2.vue.map */ +/*# sourceMappingURL=Greytheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ + + +/*# sourceMappingURL=Bluetheme2.vue.map */ + + +/*# sourceMappingURL=Redtheme1.vue.map */ + + +/*# sourceMappingURL=Bluetheme1.vue.map */ + + +/*# sourceMappingURL=Redtheme4.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */ @@ -75,28 +87,16 @@ /*# sourceMappingURL=Greentheme1.vue.map */ -/*# sourceMappingURL=Greytheme6.vue.map */ - - -/*# sourceMappingURL=Bluetheme1.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Bluetheme3.vue.map */ - - /*# sourceMappingURL=Greentheme2.vue.map */ /*# sourceMappingURL=Bluetheme4.vue.map */ -/*# sourceMappingURL=Bluetheme2.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Bluetheme3.vue.map */ .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -168,11 +168,11 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-69788445] { +.xml-text-h5[data-v-169e6e18] { } -.xml-text-pc[data-v-69788445] { +.xml-text-pc[data-v-169e6e18] { } -.xml-text-h5[data-v-69788445] { +.xml-text-h5[data-v-169e6e18] { } diff --git a/src/plugin/xml-digital-teaching/lib/splitline.js b/src/plugin/xml-digital-teaching/lib/splitline.js index 1522650..cbaebfa 100644 --- a/src/plugin/xml-digital-teaching/lib/splitline.js +++ b/src/plugin/xml-digital-teaching/lib/splitline.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-62f6421d"; + const __vue_scope_id__$A = "data-v-bd7c342c"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -43762,10 +43762,10 @@ var Sku = createComponent$9({ price: Math.round(this.sku.price * 100), stock_num: this.sku.stock_num }; - } + } // 更新当前规格属性数据 + + this.setCurrentSkuProperties(skuComb ? skuComb.id : null); if (skuComb) { - // 更新当前规格属性数据 - this.setCurrentSkuProperties(skuComb.id); skuComb.properties = getSelectedProperties(this.propList, this.selectedProp); skuComb.property_price = this.selectedPropValues.reduce(function (acc, cur) { return acc + (cur.price || 0); @@ -51587,7 +51587,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-69788445"; + const __vue_scope_id__$x = "data-v-169e6e18"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -51859,7 +51859,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-05907ac2"; + const __vue_scope_id__$w = "data-v-e3629262"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -52054,7 +52054,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-76f2d232"; + const __vue_scope_id__$v = "data-v-c59de198"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -52245,7 +52245,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-cb2b525e"; + const __vue_scope_id__$u = "data-v-563ea8de"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -52442,7 +52442,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-75e4b7d2"; + const __vue_scope_id__$t = "data-v-3f4238aa"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -52639,7 +52639,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-20b730e5"; + const __vue_scope_id__$s = "data-v-5d5bc238"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -52840,7 +52840,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-3b5ff95c"; + const __vue_scope_id__$r = "data-v-806db2ae"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -53061,7 +53061,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-19425bee"; + const __vue_scope_id__$q = "data-v-abfaca0a"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -53258,7 +53258,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-0e3efd9c"; + const __vue_scope_id__$p = "data-v-26560c2f"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -53455,7 +53455,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-0313fc54"; + const __vue_scope_id__$o = "data-v-00159929"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -53652,7 +53652,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-2b9c59ea"; + const __vue_scope_id__$n = "data-v-6502f73d"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -53851,7 +53851,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-2c1d753a"; + const __vue_scope_id__$m = "data-v-53efb387"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -54062,7 +54062,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-5768283a"; + const __vue_scope_id__$l = "data-v-0272e976"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -54273,7 +54273,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-8ac67d7c"; + const __vue_scope_id__$k = "data-v-b907f0d6"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -54484,7 +54484,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-7a2acb5b"; + const __vue_scope_id__$j = "data-v-af5c6e24"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -54695,7 +54695,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-4d1a3b17"; + const __vue_scope_id__$i = "data-v-7b4138aa"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -54906,7 +54906,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-2009aad3"; + const __vue_scope_id__$h = "data-v-4e30a866"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -55117,7 +55117,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-1a0dcae2"; + const __vue_scope_id__$g = "data-v-21201822"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -55308,7 +55308,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-0ea79f30"; + const __vue_scope_id__$f = "data-v-53e9987b"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -55499,7 +55499,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-b2ec2df6"; + const __vue_scope_id__$e = "data-v-01c75118"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -55690,7 +55690,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-5467a1a2"; + const __vue_scope_id__$d = "data-v-a0b5ec96"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -55881,7 +55881,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-02455a3f"; + const __vue_scope_id__$c = "data-v-5d82c252"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -56072,7 +56072,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-01246942"; + const __vue_scope_id__$b = "data-v-9c031c28"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -56263,7 +56263,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-c36bf844"; + const __vue_scope_id__$a = "data-v-50daaa6b"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -56454,7 +56454,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-3d263c5d"; + const __vue_scope_id__$9 = "data-v-20923a2c"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -56645,7 +56645,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-47fb1648"; + const __vue_scope_id__$8 = "data-v-e2d9c92e"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -56836,7 +56836,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-387041a6"; + const __vue_scope_id__$7 = "data-v-50dab00c"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -57027,7 +57027,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-715513ec"; + const __vue_scope_id__$6 = "data-v-651fdcb9"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -57218,7 +57218,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-ebe2beb0"; + const __vue_scope_id__$5 = "data-v-c0c18e96"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -57409,7 +57409,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-e721052c"; + const __vue_scope_id__$4 = "data-v-ff8b7392"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -57600,7 +57600,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-e5e24b14"; + const __vue_scope_id__$3 = "data-v-5c348cc9"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -57791,7 +57791,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-0709f35a"; + const __vue_scope_id__$2 = "data-v-68be8eb4"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -57982,7 +57982,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-6be73230"; + const __vue_scope_id__$1 = "data-v-3b0ce483"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -58173,7 +58173,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-495943e6"; + const __vue_scope_id__ = "data-v-ab0ddf40"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/testPaper.js b/src/plugin/xml-digital-teaching/lib/testPaper.js index af1e9cd..6545cb3 100644 --- a/src/plugin/xml-digital-teaching/lib/testPaper.js +++ b/src/plugin/xml-digital-teaching/lib/testPaper.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -367,7 +367,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-b66d68f2"; + const __vue_scope_id__ = "data-v-47d3a9d4"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/text.css b/src/plugin/xml-digital-teaching/lib/text.css index dbd8c07..32b2a1a 100644 --- a/src/plugin/xml-digital-teaching/lib/text.css +++ b/src/plugin/xml-digital-teaching/lib/text.css @@ -1,14 +1,14 @@ +.xml-text-h5[data-v-169e6e18] { +} +.xml-text-pc[data-v-169e6e18] { +} +.xml-text-h5[data-v-169e6e18] { +} + + /*# sourceMappingURL=XmlTextDialog.vue.map */ - -.xml-text-h5[data-v-69788445] { -} -.xml-text-pc[data-v-69788445] { -} -.xml-text-h5[data-v-69788445] { -} - .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; diff --git a/src/plugin/xml-digital-teaching/lib/text.js b/src/plugin/xml-digital-teaching/lib/text.js index 9c0b7d9..d3aa4d3 100644 --- a/src/plugin/xml-digital-teaching/lib/text.js +++ b/src/plugin/xml-digital-teaching/lib/text.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-62f6421d"; + const __vue_scope_id__$3 = "data-v-bd7c342c"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -43762,10 +43762,10 @@ var Sku = createComponent$9({ price: Math.round(this.sku.price * 100), stock_num: this.sku.stock_num }; - } + } // 更新当前规格属性数据 + + this.setCurrentSkuProperties(skuComb ? skuComb.id : null); if (skuComb) { - // 更新当前规格属性数据 - this.setCurrentSkuProperties(skuComb.id); skuComb.properties = getSelectedProperties(this.propList, this.selectedProp); skuComb.property_price = this.selectedPropValues.reduce(function (acc, cur) { return acc + (cur.price || 0); @@ -51587,7 +51587,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-69788445"; + const __vue_scope_id__ = "data-v-169e6e18"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/title.css b/src/plugin/xml-digital-teaching/lib/title.css index 96bf455..09cff00 100644 --- a/src/plugin/xml-digital-teaching/lib/title.css +++ b/src/plugin/xml-digital-teaching/lib/title.css @@ -3,10 +3,22 @@ /*# sourceMappingURL=first.vue.map */ -/*# sourceMappingURL=third.vue.map */ +/*# sourceMappingURL=semicircle.vue.map */ -/*# sourceMappingURL=fifteen.vue.map */ +/*# sourceMappingURL=thirteenth.vue.map */ + + +/*# sourceMappingURL=seventeen.vue.map */ + + +/*# sourceMappingURL=triangle.vue.map */ + + +/*# sourceMappingURL=fifth.vue.map */ + + +/*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=rotundity.vue.map */ @@ -15,82 +27,85 @@ /*# sourceMappingURL=hexagon.vue.map */ -/*# sourceMappingURL=thirteenth.vue.map */ - - /*# sourceMappingURL=rectangle.vue.map */ -/*# sourceMappingURL=square.vue.map */ - - -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=second.vue.map */ - - -/*# sourceMappingURL=seventeen.vue.map */ - - -/*# sourceMappingURL=fifth.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ - - -/*# sourceMappingURL=nineteen.vue.map */ - - -/*# sourceMappingURL=eighteen2.vue.map */ - - -/*# sourceMappingURL=eighteen.vue.map */ - - -/*# sourceMappingURL=Greentheme1.vue.map */ - - -/*# sourceMappingURL=triangle.vue.map */ - - -/*# sourceMappingURL=Greentheme6.vue.map */ - - -/*# sourceMappingURL=twelfth.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=SanQintheme3.vue.map */ - - /*# sourceMappingURL=sixteen.vue.map */ -/*# sourceMappingURL=Greentheme5.vue.map */ +/*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=semicircle.vue.map */ +/*# sourceMappingURL=twelfth.vue.map */ + + +/*# sourceMappingURL=fifteen.vue.map */ + + +/*# sourceMappingURL=square.vue.map */ + + +/*# sourceMappingURL=Greentheme2.vue.map */ + + +/*# sourceMappingURL=third.vue.map */ + + +/*# sourceMappingURL=nineteen.vue.map */ + + +/*# sourceMappingURL=Greentheme1.vue.map */ + + +/*# sourceMappingURL=sixth.vue.map */ + + +/*# sourceMappingURL=eighteen.vue.map */ + + +/*# sourceMappingURL=eighteen2.vue.map */ + + +/*# sourceMappingURL=Greentheme4.vue.map */ + + +/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=Yellowtheme3.vue.map */ -/*# sourceMappingURL=SanQintheme2.vue.map */ +/*# sourceMappingURL=Greentheme3.vue.map */ + + +/*# sourceMappingURL=Greentheme5.vue.map */ + + +/*# sourceMappingURL=Greentheme6.vue.map */ /*# sourceMappingURL=SanQintheme1.vue.map */ -/*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=SanQintheme2.vue.map */ + + +/*# sourceMappingURL=Yellowtheme1.vue.map */ + + +/*# sourceMappingURL=Twentyfive.vue.map */ + + +/*# sourceMappingURL=Twentytwo.vue.map */ + + +/*# sourceMappingURL=twenty.vue.map */ + + +/*# sourceMappingURL=Yellowtheme5.vue.map */ + + +/*# sourceMappingURL=Yellowtheme6.vue.map */ /*# sourceMappingURL=Knowledge.vue.map */ @@ -99,31 +114,24 @@ /*# sourceMappingURL=Yellowtheme2.vue.map */ -/*# sourceMappingURL=Yellowtheme5.vue.map */ - - -/*# sourceMappingURL=Twentytwo.vue.map */ - - -/*# sourceMappingURL=Yellowtheme1.vue.map */ - - -/*# sourceMappingURL=Twentyfour.vue.map */ - - -/*# sourceMappingURL=twenty.vue.map */ +/*# sourceMappingURL=Twentyone.vue.map */ /*# sourceMappingURL=Twentythree.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ +/*# sourceMappingURL=SanQintheme3.vue.map */ -/*# sourceMappingURL=Twentyfive.vue.map */ +/*# sourceMappingURL=Twentyfour.vue.map */ - -/*# sourceMappingURL=Twentyone.vue.map */ +.xml-text-h5[data-v-169e6e18] { +} +.xml-text-pc[data-v-169e6e18] { +} +.xml-text-h5[data-v-169e6e18] { +} + .xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-link-wrap { align-items: center; @@ -195,14 +203,6 @@ /*# sourceMappingURL=XmlText.vue.map */ -.xml-text-h5[data-v-69788445] { -} -.xml-text-pc[data-v-69788445] { -} -.xml-text-h5[data-v-69788445] { -} - - /*# sourceMappingURL=XmlTextDialog.vue.map */ diff --git a/src/plugin/xml-digital-teaching/lib/title.js b/src/plugin/xml-digital-teaching/lib/title.js index d649543..41d0734 100644 --- a/src/plugin/xml-digital-teaching/lib/title.js +++ b/src/plugin/xml-digital-teaching/lib/title.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$K._withStripped = true; /* style */ const __vue_inject_styles__$J = undefined; /* scoped */ - const __vue_scope_id__$J = "data-v-62f6421d"; + const __vue_scope_id__$J = "data-v-bd7c342c"; /* module identifier */ const __vue_module_identifier__$J = undefined; /* functional template */ @@ -43762,10 +43762,10 @@ var Sku = createComponent$9({ price: Math.round(this.sku.price * 100), stock_num: this.sku.stock_num }; - } + } // 更新当前规格属性数据 + + this.setCurrentSkuProperties(skuComb ? skuComb.id : null); if (skuComb) { - // 更新当前规格属性数据 - this.setCurrentSkuProperties(skuComb.id); skuComb.properties = getSelectedProperties(this.propList, this.selectedProp); skuComb.property_price = this.selectedPropValues.reduce(function (acc, cur) { return acc + (cur.price || 0); @@ -51587,7 +51587,7 @@ __vue_render__$G._withStripped = true; /* style */ const __vue_inject_styles__$G = undefined; /* scoped */ - const __vue_scope_id__$G = "data-v-69788445"; + const __vue_scope_id__$G = "data-v-169e6e18"; /* module identifier */ const __vue_module_identifier__$G = undefined; /* functional template */ @@ -51887,7 +51887,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-c72e29fa"; + const __vue_scope_id__$F = "data-v-0a7ea796"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -52107,7 +52107,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-2f4f8875"; + const __vue_scope_id__$E = "data-v-2594c982"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -52327,7 +52327,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-200f0a6c"; + const __vue_scope_id__$D = "data-v-0df483ff"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -52564,7 +52564,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-6d912739"; + const __vue_scope_id__$C = "data-v-0140d086"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -52784,7 +52784,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-246904d2"; + const __vue_scope_id__$B = "data-v-f67877b6"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -53000,7 +53000,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-53596af9"; + const __vue_scope_id__$A = "data-v-3da9070c"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -53220,7 +53220,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-22e0a44c"; + const __vue_scope_id__$z = "data-v-033f4019"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -53489,7 +53489,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-1c813275"; + const __vue_scope_id__$y = "data-v-43bbc782"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -53709,7 +53709,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-711e3b6a"; + const __vue_scope_id__$x = "data-v-af2decd0"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -53978,7 +53978,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-517a00ed"; + const __vue_scope_id__$w = "data-v-59931f40"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -54198,7 +54198,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-756a4316"; + const __vue_scope_id__$v = "data-v-8eae06ba"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -54467,7 +54467,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-5596bd64"; + const __vue_scope_id__$u = "data-v-48869177"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -54717,7 +54717,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-0fee8474"; + const __vue_scope_id__$t = "data-v-4afbce13"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -54935,7 +54935,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-50a40e1f"; + const __vue_scope_id__$s = "data-v-1f6dc6ec"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -55181,7 +55181,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-8455c432"; + const __vue_scope_id__$r = "data-v-6be0018c"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -55402,7 +55402,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-6c339bee"; + const __vue_scope_id__$q = "data-v-309cefd6"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -55654,7 +55654,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-05c9c724"; + const __vue_scope_id__$p = "data-v-7970237b"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -55879,7 +55879,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-7f1a17f1"; + const __vue_scope_id__$o = "data-v-69287804"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -56104,7 +56104,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-e8908c46"; + const __vue_scope_id__$n = "data-v-391547ac"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -56322,7 +56322,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-27720d42"; + const __vue_scope_id__$m = "data-v-59902ad6"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -56573,7 +56573,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-0ea20b3a"; + const __vue_scope_id__$l = "data-v-01e1e70d"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -56834,7 +56834,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-2ee5791b"; + const __vue_scope_id__$k = "data-v-353008e8"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -57055,7 +57055,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-b8a51d9c"; + const __vue_scope_id__$j = "data-v-573107bf"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -57278,7 +57278,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-24241506"; + const __vue_scope_id__$i = "data-v-631143ec"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -57498,7 +57498,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-795468a2"; + const __vue_scope_id__$h = "data-v-ee972596"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -57730,7 +57730,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-5f52a7d6"; + const __vue_scope_id__$g = "data-v-00fa5528"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -57988,7 +57988,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-1b56a687"; + const __vue_scope_id__$f = "data-v-48dd2f14"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -58209,7 +58209,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-8b18aae6"; + const __vue_scope_id__$e = "data-v-0f15805a"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -58430,7 +58430,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-30a951ee"; + const __vue_scope_id__$d = "data-v-f569b08a"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -58649,7 +58649,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-7ba0f59e"; + const __vue_scope_id__$c = "data-v-219ef804"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -58872,7 +58872,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-bf35acda"; + const __vue_scope_id__$b = "data-v-37c53da0"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -59095,7 +59095,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-53e2dc2a"; + const __vue_scope_id__$a = "data-v-09a030fd"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -59354,7 +59354,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-1adb71fa"; + const __vue_scope_id__$9 = "data-v-71a4a810"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -59571,7 +59571,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-d63c9db4"; + const __vue_scope_id__$8 = "data-v-40a78e79"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -59788,7 +59788,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-7c3f22ad"; + const __vue_scope_id__$7 = "data-v-166ecefa"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -60004,7 +60004,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-5d56f292"; + const __vue_scope_id__$6 = "data-v-3e1baa1f"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -60226,7 +60226,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-bbd480f2"; + const __vue_scope_id__$5 = "data-v-2e7d219a"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -60454,7 +60454,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-76b78ae0"; + const __vue_scope_id__$4 = "data-v-e20336a6"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -60686,7 +60686,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-200823d3"; + const __vue_scope_id__$3 = "data-v-2d3389b4"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -60918,7 +60918,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-515437e6"; + const __vue_scope_id__$2 = "data-v-1bab760e"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -61152,7 +61152,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-207069aa"; + const __vue_scope_id__$1 = "data-v-ef2b4086"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -61390,7 +61390,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-1bdba206"; + const __vue_scope_id__ = "data-v-627b620a"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.css b/src/plugin/xml-digital-teaching/lib/titleLibrary.css index 70b6fea..c61a4f9 100644 --- a/src/plugin/xml-digital-teaching/lib/titleLibrary.css +++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.css @@ -1,7 +1,10 @@ -.title-text[data-v-0f5ecf09] { + + +/*# sourceMappingURL=Yellowtheme2.vue.map */ +.title-text[data-v-6117e448] { background-color: var(--background-color) !important; } -.title-left[data-v-0f5ecf09] { +.title-left[data-v-6117e448] { border-color: var(--background-color) !important; color: var(--background-color) !important; } @@ -9,7 +12,7 @@ /*# sourceMappingURL=third.vue.map */ -/*# sourceMappingURL=rectangle.vue.map */ +/*# sourceMappingURL=Yellowtheme6.vue.map */ /*# sourceMappingURL=semicircle.vue.map */ @@ -18,143 +21,134 @@ /*# sourceMappingURL=Yellowtheme1.vue.map */ -/*# sourceMappingURL=sixth.vue.map */ - - -/*# sourceMappingURL=first.vue.map */ - - -/*# sourceMappingURL=Yellowtheme2.vue.map */ - - -/*# sourceMappingURL=thirteenth.vue.map */ - - -/*# sourceMappingURL=fifteen.vue.map */ +/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=Greentheme1.vue.map */ -/*# sourceMappingURL=Greentheme3.vue.map */ +/*# sourceMappingURL=Greentheme6.vue.map */ -/*# sourceMappingURL=Greentheme2.vue.map */ - - -/*# sourceMappingURL=hexagon.vue.map */ +/*# sourceMappingURL=thirteenth.vue.map */ /*# sourceMappingURL=nineteen.vue.map */ -/*# sourceMappingURL=Yellowtheme5.vue.map */ +/*# sourceMappingURL=sixth.vue.map */ /*# sourceMappingURL=twelfth.vue.map */ -/*# sourceMappingURL=Yellowtheme6.vue.map */ - - -/*# sourceMappingURL=Yellowtheme4.vue.map */ - - -/*# sourceMappingURL=Greentheme4.vue.map */ - - -/*# sourceMappingURL=fourteen.vue.map */ +/*# sourceMappingURL=fifteen.vue.map */ /*# sourceMappingURL=seventeen.vue.map */ -/*# sourceMappingURL=Greentheme6.vue.map */ +/*# sourceMappingURL=fourteen.vue.map */ -/*# sourceMappingURL=fifth.vue.map */ +/*# sourceMappingURL=hexagon.vue.map */ -/*# sourceMappingURL=Redtheme2.vue.map */ +/*# sourceMappingURL=Yellowtheme5.vue.map */ -/*# sourceMappingURL=Knowledge.vue.map */ +/*# sourceMappingURL=rectangle.vue.map */ /*# sourceMappingURL=Thirtyfive.vue.map */ -/*# sourceMappingURL=Thirtyone.vue.map */ - - -/*# sourceMappingURL=Redtheme4.vue.map */ - - -/*# sourceMappingURL=Thirtyseven.vue.map */ - - -/*# sourceMappingURL=sixteen.vue.map */ +/*# sourceMappingURL=Greentheme2.vue.map */ /*# sourceMappingURL=Redtheme1.vue.map */ -/*# sourceMappingURL=BuleRectangle.vue.map */ +/*# sourceMappingURL=Greentheme4.vue.map */ -/*# sourceMappingURL=triangle.vue.map */ +/*# sourceMappingURL=Redtheme4.vue.map */ -/*# sourceMappingURL=BuleRectangleTwo.vue.map */ +/*# sourceMappingURL=Redtheme2.vue.map */ -/*# sourceMappingURL=Thirtyfour.vue.map */ - - -/*# sourceMappingURL=Redtheme3.vue.map */ - - -/*# sourceMappingURL=Thirtytwo.vue.map */ - - -/*# sourceMappingURL=Thirtythree.vue.map */ - - -/*# sourceMappingURL=Thirtysix.vue.map */ - - -/*# sourceMappingURL=titleCrane.vue.map */ - - -/*# sourceMappingURL=titleText.vue.map */ +/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=Thirtynine.vue.map */ -/*# sourceMappingURL=Sevenpagefive.vue.map */ +/*# sourceMappingURL=Greentheme3.vue.map */ -/*# sourceMappingURL=Thirtyeight.vue.map */ - - -/*# sourceMappingURL=titleLight.vue.map */ +/*# sourceMappingURL=triangle.vue.map */ /*# sourceMappingURL=titleLogging.vue.map */ -/*# sourceMappingURL=titleTearcher.vue.map */ +/*# sourceMappingURL=Thirtyone.vue.map */ + + +/*# sourceMappingURL=Redtheme3.vue.map */ + + +/*# sourceMappingURL=Knowledge.vue.map */ + + +/*# sourceMappingURL=Thirtytwo.vue.map */ + + +/*# sourceMappingURL=titleLight.vue.map */ + + +/*# sourceMappingURL=first.vue.map */ + + +/*# sourceMappingURL=Thirtyseven.vue.map */ + + +/*# sourceMappingURL=Thirtysix.vue.map */ + + +/*# sourceMappingURL=Thirtyfour.vue.map */ + + +/*# sourceMappingURL=Thirtyeight.vue.map */ + + +/*# sourceMappingURL=Thirtythree.vue.map */ + + +/*# sourceMappingURL=BuleRectangle.vue.map */ + + +/*# sourceMappingURL=sixteen.vue.map */ /*# sourceMappingURL=titleQuestion.vue.map */ +/*# sourceMappingURL=Sevenpagefive.vue.map */ + + /*# sourceMappingURL=Forty.vue.map */ -/*# sourceMappingURL=Sevenpagethree.vue.map */ -.title-bgimg[data-v-27fc6cfd] { +/*# sourceMappingURL=BuleRectangleTwo.vue.map */ + + +/*# sourceMappingURL=titleCrane.vue.map */ + + +/*# sourceMappingURL=titleTearcher.vue.map */ +.title-bgimg[data-v-bcca686c] { background-image: url(../style/title-text-bgimg.png); } @@ -164,16 +158,22 @@ /*# sourceMappingURL=Sevenpagetwo.vue.map */ -/*# sourceMappingURL=Sevenpagefour.vue.map */ +/*# sourceMappingURL=Sevenpagethree.vue.map */ /*# sourceMappingURL=Fortyone.vue.map */ -.xml-text-h5[data-v-69788445] { + +/*# sourceMappingURL=Sevenpagefour.vue.map */ + + +/*# sourceMappingURL=titleText.vue.map */ + +.xml-text-h5[data-v-169e6e18] { } -.xml-text-pc[data-v-69788445] { +.xml-text-pc[data-v-169e6e18] { } -.xml-text-h5[data-v-69788445] { +.xml-text-h5[data-v-169e6e18] { } .xml-text-h5 .inline-audio-wrap, diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.js b/src/plugin/xml-digital-teaching/lib/titleLibrary.js index d7ea656..05b209a 100644 --- a/src/plugin/xml-digital-teaching/lib/titleLibrary.js +++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ import crypto from 'crypto'; @@ -9364,7 +9364,7 @@ __vue_render__$W._withStripped = true; /* style */ const __vue_inject_styles__$V = undefined; /* scoped */ - const __vue_scope_id__$V = "data-v-62f6421d"; + const __vue_scope_id__$V = "data-v-bd7c342c"; /* module identifier */ const __vue_module_identifier__$V = undefined; /* functional template */ @@ -43762,10 +43762,10 @@ var Sku = createComponent$9({ price: Math.round(this.sku.price * 100), stock_num: this.sku.stock_num }; - } + } // 更新当前规格属性数据 + + this.setCurrentSkuProperties(skuComb ? skuComb.id : null); if (skuComb) { - // 更新当前规格属性数据 - this.setCurrentSkuProperties(skuComb.id); skuComb.properties = getSelectedProperties(this.propList, this.selectedProp); skuComb.property_price = this.selectedPropValues.reduce(function (acc, cur) { return acc + (cur.price || 0); @@ -51587,7 +51587,7 @@ __vue_render__$S._withStripped = true; /* style */ const __vue_inject_styles__$S = undefined; /* scoped */ - const __vue_scope_id__$S = "data-v-69788445"; + const __vue_scope_id__$S = "data-v-169e6e18"; /* module identifier */ const __vue_module_identifier__$S = undefined; /* functional template */ @@ -51938,7 +51938,7 @@ __vue_render__$R._withStripped = true; /* style */ const __vue_inject_styles__$R = undefined; /* scoped */ - const __vue_scope_id__$R = "data-v-0f5ecf09"; + const __vue_scope_id__$R = "data-v-6117e448"; /* module identifier */ const __vue_module_identifier__$R = undefined; /* functional template */ @@ -52160,7 +52160,7 @@ __vue_render__$Q._withStripped = true; /* style */ const __vue_inject_styles__$Q = undefined; /* scoped */ - const __vue_scope_id__$Q = "data-v-7fe9e7ba"; + const __vue_scope_id__$Q = "data-v-fc51a572"; /* module identifier */ const __vue_module_identifier__$Q = undefined; /* functional template */ @@ -52430,7 +52430,7 @@ __vue_render__$P._withStripped = true; /* style */ const __vue_inject_styles__$P = undefined; /* scoped */ - const __vue_scope_id__$P = "data-v-591325a9"; + const __vue_scope_id__$P = "data-v-541dd1b6"; /* module identifier */ const __vue_module_identifier__$P = undefined; /* functional template */ @@ -52651,7 +52651,7 @@ __vue_render__$O._withStripped = true; /* style */ const __vue_inject_styles__$O = undefined; /* scoped */ - const __vue_scope_id__$O = "data-v-2e94cd97"; + const __vue_scope_id__$O = "data-v-c37db9ac"; /* module identifier */ const __vue_module_identifier__$O = undefined; /* functional template */ @@ -52872,7 +52872,7 @@ __vue_render__$N._withStripped = true; /* style */ const __vue_inject_styles__$N = undefined; /* scoped */ - const __vue_scope_id__$N = "data-v-49c0965e"; + const __vue_scope_id__$N = "data-v-90535a1e"; /* module identifier */ const __vue_module_identifier__$N = undefined; /* functional template */ @@ -53131,7 +53131,7 @@ __vue_render__$M._withStripped = true; /* style */ const __vue_inject_styles__$M = undefined; /* scoped */ - const __vue_scope_id__$M = "data-v-291d7e28"; + const __vue_scope_id__$M = "data-v-4e6deabb"; /* module identifier */ const __vue_module_identifier__$M = undefined; /* functional template */ @@ -53353,7 +53353,7 @@ __vue_render__$L._withStripped = true; /* style */ const __vue_inject_styles__$L = undefined; /* scoped */ - const __vue_scope_id__$L = "data-v-07a8e25c"; + const __vue_scope_id__$L = "data-v-17636a65"; /* module identifier */ const __vue_module_identifier__$L = undefined; /* functional template */ @@ -53573,7 +53573,7 @@ __vue_render__$K._withStripped = true; /* style */ const __vue_inject_styles__$K = undefined; /* scoped */ - const __vue_scope_id__$K = "data-v-131c0b62"; + const __vue_scope_id__$K = "data-v-6010332f"; /* module identifier */ const __vue_module_identifier__$K = undefined; /* functional template */ @@ -53797,7 +53797,7 @@ __vue_render__$J._withStripped = true; /* style */ const __vue_inject_styles__$J = undefined; /* scoped */ - const __vue_scope_id__$J = "data-v-310dc872"; + const __vue_scope_id__$J = "data-v-6a175dc5"; /* module identifier */ const __vue_module_identifier__$J = undefined; /* functional template */ @@ -54021,7 +54021,7 @@ __vue_render__$I._withStripped = true; /* style */ const __vue_inject_styles__$I = undefined; /* scoped */ - const __vue_scope_id__$I = "data-v-2f555e9c"; + const __vue_scope_id__$I = "data-v-7f6517ef"; /* module identifier */ const __vue_module_identifier__$I = undefined; /* functional template */ @@ -54268,7 +54268,7 @@ __vue_render__$H._withStripped = true; /* style */ const __vue_inject_styles__$H = undefined; /* scoped */ - const __vue_scope_id__$H = "data-v-a4debfc0"; + const __vue_scope_id__$H = "data-v-1889a66d"; /* module identifier */ const __vue_module_identifier__$H = undefined; /* functional template */ @@ -54519,7 +54519,7 @@ __vue_render__$G._withStripped = true; /* style */ const __vue_inject_styles__$G = undefined; /* scoped */ - const __vue_scope_id__$G = "data-v-cd002f0a"; + const __vue_scope_id__$G = "data-v-0400b98e"; /* module identifier */ const __vue_module_identifier__$G = undefined; /* functional template */ @@ -54789,7 +54789,7 @@ __vue_render__$F._withStripped = true; /* style */ const __vue_inject_styles__$F = undefined; /* scoped */ - const __vue_scope_id__$F = "data-v-27d75047"; + const __vue_scope_id__$F = "data-v-0bbbaed4"; /* module identifier */ const __vue_module_identifier__$F = undefined; /* functional template */ @@ -55046,7 +55046,7 @@ __vue_render__$E._withStripped = true; /* style */ const __vue_inject_styles__$E = undefined; /* scoped */ - const __vue_scope_id__$E = "data-v-651eedf2"; + const __vue_scope_id__$E = "data-v-78b47358"; /* module identifier */ const __vue_module_identifier__$E = undefined; /* functional template */ @@ -55313,7 +55313,7 @@ __vue_render__$D._withStripped = true; /* style */ const __vue_inject_styles__$D = undefined; /* scoped */ - const __vue_scope_id__$D = "data-v-1780e365"; + const __vue_scope_id__$D = "data-v-2417ddb8"; /* module identifier */ const __vue_module_identifier__$D = undefined; /* functional template */ @@ -55535,7 +55535,7 @@ __vue_render__$C._withStripped = true; /* style */ const __vue_inject_styles__$C = undefined; /* scoped */ - const __vue_scope_id__$C = "data-v-c1fe3f7e"; + const __vue_scope_id__$C = "data-v-689fb9d8"; /* module identifier */ const __vue_module_identifier__$C = undefined; /* functional template */ @@ -55759,7 +55759,7 @@ __vue_render__$B._withStripped = true; /* style */ const __vue_inject_styles__$B = undefined; /* scoped */ - const __vue_scope_id__$B = "data-v-b5247e98"; + const __vue_scope_id__$B = "data-v-303af187"; /* module identifier */ const __vue_module_identifier__$B = undefined; /* functional template */ @@ -55992,7 +55992,7 @@ __vue_render__$A._withStripped = true; /* style */ const __vue_inject_styles__$A = undefined; /* scoped */ - const __vue_scope_id__$A = "data-v-400a9bf6"; + const __vue_scope_id__$A = "data-v-62bf1d58"; /* module identifier */ const __vue_module_identifier__$A = undefined; /* functional template */ @@ -56211,7 +56211,7 @@ __vue_render__$z._withStripped = true; /* style */ const __vue_inject_styles__$z = undefined; /* scoped */ - const __vue_scope_id__$z = "data-v-7123516d"; + const __vue_scope_id__$z = "data-v-f3f5828c"; /* module identifier */ const __vue_module_identifier__$z = undefined; /* functional template */ @@ -56432,7 +56432,7 @@ __vue_render__$y._withStripped = true; /* style */ const __vue_inject_styles__$y = undefined; /* scoped */ - const __vue_scope_id__$y = "data-v-acf920c2"; + const __vue_scope_id__$y = "data-v-1a1bf8ac"; /* module identifier */ const __vue_module_identifier__$y = undefined; /* functional template */ @@ -56651,7 +56651,7 @@ __vue_render__$x._withStripped = true; /* style */ const __vue_inject_styles__$x = undefined; /* scoped */ - const __vue_scope_id__$x = "data-v-1564d768"; + const __vue_scope_id__$x = "data-v-d073a642"; /* module identifier */ const __vue_module_identifier__$x = undefined; /* functional template */ @@ -56904,7 +56904,7 @@ __vue_render__$w._withStripped = true; /* style */ const __vue_inject_styles__$w = undefined; /* scoped */ - const __vue_scope_id__$w = "data-v-55c789fe"; + const __vue_scope_id__$w = "data-v-620872de"; /* module identifier */ const __vue_module_identifier__$w = undefined; /* functional template */ @@ -57126,7 +57126,7 @@ __vue_render__$v._withStripped = true; /* style */ const __vue_inject_styles__$v = undefined; /* scoped */ - const __vue_scope_id__$v = "data-v-ebf3b068"; + const __vue_scope_id__$v = "data-v-ad37c942"; /* module identifier */ const __vue_module_identifier__$v = undefined; /* functional template */ @@ -57386,7 +57386,7 @@ __vue_render__$u._withStripped = true; /* style */ const __vue_inject_styles__$u = undefined; /* scoped */ - const __vue_scope_id__$u = "data-v-ad65f85c"; + const __vue_scope_id__$u = "data-v-6845ac25"; /* module identifier */ const __vue_module_identifier__$u = undefined; /* functional template */ @@ -57611,7 +57611,7 @@ __vue_render__$t._withStripped = true; /* style */ const __vue_inject_styles__$t = undefined; /* scoped */ - const __vue_scope_id__$t = "data-v-0fcd105c"; + const __vue_scope_id__$t = "data-v-e7dc6aae"; /* module identifier */ const __vue_module_identifier__$t = undefined; /* functional template */ @@ -57832,7 +57832,7 @@ __vue_render__$s._withStripped = true; /* style */ const __vue_inject_styles__$s = undefined; /* scoped */ - const __vue_scope_id__$s = "data-v-e3f7923e"; + const __vue_scope_id__$s = "data-v-74b8f6b4"; /* module identifier */ const __vue_module_identifier__$s = undefined; /* functional template */ @@ -58051,7 +58051,7 @@ __vue_render__$r._withStripped = true; /* style */ const __vue_inject_styles__$r = undefined; /* scoped */ - const __vue_scope_id__$r = "data-v-e2d77c06"; + const __vue_scope_id__$r = "data-v-67c56c90"; /* module identifier */ const __vue_module_identifier__$r = undefined; /* functional template */ @@ -58268,7 +58268,7 @@ __vue_render__$q._withStripped = true; /* style */ const __vue_inject_styles__$q = undefined; /* scoped */ - const __vue_scope_id__$q = "data-v-7d57ebb7"; + const __vue_scope_id__$q = "data-v-f07566ec"; /* module identifier */ const __vue_module_identifier__$q = undefined; /* functional template */ @@ -58526,7 +58526,7 @@ __vue_render__$p._withStripped = true; /* style */ const __vue_inject_styles__$p = undefined; /* scoped */ - const __vue_scope_id__$p = "data-v-61ae3d8d"; + const __vue_scope_id__$p = "data-v-421def60"; /* module identifier */ const __vue_module_identifier__$p = undefined; /* functional template */ @@ -58748,7 +58748,7 @@ __vue_render__$o._withStripped = true; /* style */ const __vue_inject_styles__$o = undefined; /* scoped */ - const __vue_scope_id__$o = "data-v-5c4b98ec"; + const __vue_scope_id__$o = "data-v-4ea27446"; /* module identifier */ const __vue_module_identifier__$o = undefined; /* functional template */ @@ -58969,7 +58969,7 @@ __vue_render__$n._withStripped = true; /* style */ const __vue_inject_styles__$n = undefined; /* scoped */ - const __vue_scope_id__$n = "data-v-ede83240"; + const __vue_scope_id__$n = "data-v-58f87cb3"; /* module identifier */ const __vue_module_identifier__$n = undefined; /* functional template */ @@ -59190,7 +59190,7 @@ __vue_render__$m._withStripped = true; /* style */ const __vue_inject_styles__$m = undefined; /* scoped */ - const __vue_scope_id__$m = "data-v-7575d10c"; + const __vue_scope_id__$m = "data-v-d59ca566"; /* module identifier */ const __vue_module_identifier__$m = undefined; /* functional template */ @@ -59415,7 +59415,7 @@ __vue_render__$l._withStripped = true; /* style */ const __vue_inject_styles__$l = undefined; /* scoped */ - const __vue_scope_id__$l = "data-v-e53e4200"; + const __vue_scope_id__$l = "data-v-24e07c5a"; /* module identifier */ const __vue_module_identifier__$l = undefined; /* functional template */ @@ -59636,7 +59636,7 @@ __vue_render__$k._withStripped = true; /* style */ const __vue_inject_styles__$k = undefined; /* scoped */ - const __vue_scope_id__$k = "data-v-2630a53e"; + const __vue_scope_id__$k = "data-v-fa404aea"; /* module identifier */ const __vue_module_identifier__$k = undefined; /* functional template */ @@ -59902,7 +59902,7 @@ __vue_render__$j._withStripped = true; /* style */ const __vue_inject_styles__$j = undefined; /* scoped */ - const __vue_scope_id__$j = "data-v-e52b10bc"; + const __vue_scope_id__$j = "data-v-9ddcfd16"; /* module identifier */ const __vue_module_identifier__$j = undefined; /* functional template */ @@ -60127,7 +60127,7 @@ __vue_render__$i._withStripped = true; /* style */ const __vue_inject_styles__$i = undefined; /* scoped */ - const __vue_scope_id__$i = "data-v-4a49340b"; + const __vue_scope_id__$i = "data-v-0517aa58"; /* module identifier */ const __vue_module_identifier__$i = undefined; /* functional template */ @@ -60352,7 +60352,7 @@ __vue_render__$h._withStripped = true; /* style */ const __vue_inject_styles__$h = undefined; /* scoped */ - const __vue_scope_id__$h = "data-v-c5e5f268"; + const __vue_scope_id__$h = "data-v-e42a614e"; /* module identifier */ const __vue_module_identifier__$h = undefined; /* functional template */ @@ -60573,7 +60573,7 @@ __vue_render__$g._withStripped = true; /* style */ const __vue_inject_styles__$g = undefined; /* scoped */ - const __vue_scope_id__$g = "data-v-42071e77"; + const __vue_scope_id__$g = "data-v-0b32ca0a"; /* module identifier */ const __vue_module_identifier__$g = undefined; /* functional template */ @@ -60843,7 +60843,7 @@ __vue_render__$f._withStripped = true; /* style */ const __vue_inject_styles__$f = undefined; /* scoped */ - const __vue_scope_id__$f = "data-v-d83ad4cc"; + const __vue_scope_id__$f = "data-v-da50c8a6"; /* module identifier */ const __vue_module_identifier__$f = undefined; /* functional template */ @@ -61166,7 +61166,7 @@ __vue_render__$e._withStripped = true; /* style */ const __vue_inject_styles__$e = undefined; /* scoped */ - const __vue_scope_id__$e = "data-v-ae500af2"; + const __vue_scope_id__$e = "data-v-cb03c258"; /* module identifier */ const __vue_module_identifier__$e = undefined; /* functional template */ @@ -61444,7 +61444,7 @@ __vue_render__$d._withStripped = true; /* style */ const __vue_inject_styles__$d = undefined; /* scoped */ - const __vue_scope_id__$d = "data-v-1d084664"; + const __vue_scope_id__$d = "data-v-efe436ca"; /* module identifier */ const __vue_module_identifier__$d = undefined; /* functional template */ @@ -61685,7 +61685,7 @@ __vue_render__$c._withStripped = true; /* style */ const __vue_inject_styles__$c = undefined; /* scoped */ - const __vue_scope_id__$c = "data-v-54eb06f6"; + const __vue_scope_id__$c = "data-v-78768e5c"; /* module identifier */ const __vue_module_identifier__$c = undefined; /* functional template */ @@ -61934,7 +61934,7 @@ __vue_render__$b._withStripped = true; /* style */ const __vue_inject_styles__$b = undefined; /* scoped */ - const __vue_scope_id__$b = "data-v-1202e51f"; + const __vue_scope_id__$b = "data-v-94b82e9c"; /* module identifier */ const __vue_module_identifier__$b = undefined; /* functional template */ @@ -62183,7 +62183,7 @@ __vue_render__$a._withStripped = true; /* style */ const __vue_inject_styles__$a = undefined; /* scoped */ - const __vue_scope_id__$a = "data-v-68c01fed"; + const __vue_scope_id__$a = "data-v-2801c97a"; /* module identifier */ const __vue_module_identifier__$a = undefined; /* functional template */ @@ -62432,7 +62432,7 @@ __vue_render__$9._withStripped = true; /* style */ const __vue_inject_styles__$9 = undefined; /* scoped */ - const __vue_scope_id__$9 = "data-v-40ca47b2"; + const __vue_scope_id__$9 = "data-v-088e643a"; /* module identifier */ const __vue_module_identifier__$9 = undefined; /* functional template */ @@ -62681,7 +62681,7 @@ __vue_render__$8._withStripped = true; /* style */ const __vue_inject_styles__$8 = undefined; /* scoped */ - const __vue_scope_id__$8 = "data-v-43b406fb"; + const __vue_scope_id__$8 = "data-v-3155eae4"; /* module identifier */ const __vue_module_identifier__$8 = undefined; /* functional template */ @@ -62930,7 +62930,7 @@ __vue_render__$7._withStripped = true; /* style */ const __vue_inject_styles__$7 = undefined; /* scoped */ - const __vue_scope_id__$7 = "data-v-08a4d5e3"; + const __vue_scope_id__$7 = "data-v-70330120"; /* module identifier */ const __vue_module_identifier__$7 = undefined; /* functional template */ @@ -63200,7 +63200,7 @@ __vue_render__$6._withStripped = true; /* style */ const __vue_inject_styles__$6 = undefined; /* scoped */ - const __vue_scope_id__$6 = "data-v-27fc6cfd"; + const __vue_scope_id__$6 = "data-v-bcca686c"; /* module identifier */ const __vue_module_identifier__$6 = undefined; /* functional template */ @@ -63494,7 +63494,7 @@ __vue_render__$5._withStripped = true; /* style */ const __vue_inject_styles__$5 = undefined; /* scoped */ - const __vue_scope_id__$5 = "data-v-352880ce"; + const __vue_scope_id__$5 = "data-v-4f8c672c"; /* module identifier */ const __vue_module_identifier__$5 = undefined; /* functional template */ @@ -63797,7 +63797,7 @@ __vue_render__$4._withStripped = true; /* style */ const __vue_inject_styles__$4 = undefined; /* scoped */ - const __vue_scope_id__$4 = "data-v-272b4db5"; + const __vue_scope_id__$4 = "data-v-6afa1a82"; /* module identifier */ const __vue_module_identifier__$4 = undefined; /* functional template */ @@ -64083,7 +64083,7 @@ __vue_render__$3._withStripped = true; /* style */ const __vue_inject_styles__$3 = undefined; /* scoped */ - const __vue_scope_id__$3 = "data-v-0acc5d7e"; + const __vue_scope_id__$3 = "data-v-7345570b"; /* module identifier */ const __vue_module_identifier__$3 = undefined; /* functional template */ @@ -64399,7 +64399,7 @@ __vue_render__$2._withStripped = true; /* style */ const __vue_inject_styles__$2 = undefined; /* scoped */ - const __vue_scope_id__$2 = "data-v-768560a8"; + const __vue_scope_id__$2 = "data-v-f0bac616"; /* module identifier */ const __vue_module_identifier__$2 = undefined; /* functional template */ @@ -64654,7 +64654,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-ce93fd0e"; + const __vue_scope_id__$1 = "data-v-496564c6"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -64905,7 +64905,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-4ed7c8fe"; + const __vue_scope_id__ = "data-v-53553f0e"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css b/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css index 832a690..e332f16 100644 --- a/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css +++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.min.css @@ -1 +1 @@ -.title-text[data-v-0f5ecf09]{background-color:var(--background-color)!important}.title-left[data-v-0f5ecf09]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-27fc6cfd]{background-image:url(../style/title-text-bgimg.png)}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important} \ No newline at end of file +.title-text[data-v-6117e448]{background-color:var(--background-color)!important}.title-left[data-v-6117e448]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-bcca686c]{background-image:url(../style/title-text-bgimg.png)}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important} \ No newline at end of file diff --git a/src/plugin/xml-digital-teaching/lib/video.css b/src/plugin/xml-digital-teaching/lib/video.css index b867ae7..898a76f 100644 --- a/src/plugin/xml-digital-teaching/lib/video.css +++ b/src/plugin/xml-digital-teaching/lib/video.css @@ -1,12 +1,12 @@ -.xml-video-container-h5[data-v-3e3a54d4] { +.xml-video-container-h5[data-v-77561f29] { } -.xml-video-container-pc[data-v-3e3a54d4] { +.xml-video-container-pc[data-v-77561f29] { } -.xml-video-container-pad[data-v-3e3a54d4] { +.xml-video-container-pad[data-v-77561f29] { } -.xml-video-container-pdf[data-v-ddc0a17e] { +.xml-video-container-pdf[data-v-50185794] { position: relative; display: flex; justify-content: center; @@ -16,13 +16,13 @@ padding-bottom: 56.25%; background: #000; } -.xml-video-container-pdf .cover[data-v-ddc0a17e] { +.xml-video-container-pdf .cover[data-v-50185794] { position: absolute; top: 0; max-width: 100%; max-height: 100%; } -.xml-video-container-pdf .play[data-v-ddc0a17e] { +.xml-video-container-pdf .play[data-v-50185794] { position: absolute; top: 45%; left: 45%; diff --git a/src/plugin/xml-digital-teaching/lib/video.js b/src/plugin/xml-digital-teaching/lib/video.js index 36ccb95..df00191 100644 --- a/src/plugin/xml-digital-teaching/lib/video.js +++ b/src/plugin/xml-digital-teaching/lib/video.js @@ -1,6 +1,6 @@ /* * XmlDigitalTeaching v0.0.1 -* Copyright ©Fri May 23 2025 16:54:23 GMT+0800 (中国标准时间) smile +* Copyright ©Tue May 27 2025 20:10:29 GMT+0800 (中国标准时间) smile * Released under the ISC License. */ // @@ -14776,7 +14776,7 @@ __vue_render__$1._withStripped = true; /* style */ const __vue_inject_styles__$1 = undefined; /* scoped */ - const __vue_scope_id__$1 = "data-v-3e3a54d4"; + const __vue_scope_id__$1 = "data-v-77561f29"; /* module identifier */ const __vue_module_identifier__$1 = undefined; /* functional template */ @@ -14987,7 +14987,7 @@ __vue_render__._withStripped = true; /* style */ const __vue_inject_styles__ = undefined; /* scoped */ - const __vue_scope_id__ = "data-v-ddc0a17e"; + const __vue_scope_id__ = "data-v-50185794"; /* module identifier */ const __vue_module_identifier__ = undefined; /* functional template */ diff --git a/src/plugin/xml-digital-teaching/lib/video.min.css b/src/plugin/xml-digital-teaching/lib/video.min.css index d81ed65..591cfc1 100644 --- a/src/plugin/xml-digital-teaching/lib/video.min.css +++ b/src/plugin/xml-digital-teaching/lib/video.min.css @@ -1 +1 @@ -.xml-video-container-pdf[data-v-ddc0a17e]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-ddc0a17e]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-ddc0a17e]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%} \ No newline at end of file +.xml-video-container-pdf[data-v-50185794]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-50185794]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-50185794]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%} \ No newline at end of file diff --git a/src/views/Book.vue b/src/views/Book.vue index eb3b6ab..2487aa6 100644 --- a/src/views/Book.vue +++ b/src/views/Book.vue @@ -284,7 +284,7 @@ export default { // console.log(this.bookId) var res = await bookApi.bookinfo.json({bookId:this.bookId}) - + debugger // res = JSON.stringify(res) // res = res.replaceAll("https://smile-ebook.oss-cn-qingdao.aliyuncs.com/", "fileapi/") // res = JSON.parse(res) @@ -338,7 +338,7 @@ export default { this.isTrial = false } } - // this.isTrial = true + // this.isTrial = false this.trialChapterList = await bookApi.bookinfo.unlock({bookId:this.bookId}) if (this.trialChapterList.length>=0){ @@ -857,7 +857,6 @@ export default { params.type = e.type params.pkid = this.pkid - if (e.type == "image" || e.type == "audio" || e.type == "video" || e.type == "question"){ await bookApi.study.resouceUpdate({data:JSON.stringify(params)}) }else{