cyc
BIN
src/plugin/xml-digital-teaching/lib/6aeb770bcf762778.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
|
||||
.xml-ebook-container-h5[data-v-7ea50222] {
|
||||
.xml-ebook-container-h5[data-v-060de9cb] {
|
||||
}
|
||||
.xml-ebook-container-pc[data-v-7ea50222] {
|
||||
.xml-ebook-container-pc[data-v-060de9cb] {
|
||||
}
|
||||
.xml-ebook-container-pad[data-v-7ea50222] {
|
||||
.xml-ebook-container-pad[data-v-060de9cb] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
@ -197,6 +197,7 @@ var __vue_render__$1 = function () {
|
||||
width: "600px",
|
||||
top: "80px",
|
||||
"custom-class": "xml-epub-pdf-dialog",
|
||||
"modal-append-to-body": "",
|
||||
"before-close": _vm.onBackClick,
|
||||
},
|
||||
on: {
|
||||
@ -227,12 +228,7 @@ var __vue_render__$1 = function () {
|
||||
},
|
||||
[
|
||||
_c("iframe", {
|
||||
attrs: {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
scrolling: "no",
|
||||
src: _vm.baseUrl,
|
||||
},
|
||||
attrs: { width: "100%", height: "100%", src: _vm.baseUrl },
|
||||
}),
|
||||
]
|
||||
),
|
||||
@ -436,23 +432,24 @@ var script = {
|
||||
if (this.mode === 'preview') {
|
||||
if (info.source != 'netlink') {
|
||||
const baseUrl = info.uploadFileUrl.indexOf('./') !== -1 ? this.resourceBasisPath + info.uploadFileUrl.split('./')[1] : info.uploadFileUrl;
|
||||
this.$emit('showFileReader', {
|
||||
fileFormat: info.fileFormat,
|
||||
fileUrl: baseUrl,
|
||||
title: info.name || info.title
|
||||
});
|
||||
// if (info.uploadFileUrl) {
|
||||
// if (info.uploadFileUrl.indexOf('.epub') > 0) {
|
||||
// this.baseUrl = 'epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + baseUrl
|
||||
// this.showPdf = true
|
||||
// this.textInfo = info.name||info.title
|
||||
// } else {
|
||||
// // const baseUrl = this.resourceBasisPath + info.uploadFileUrl.split('./')[1]
|
||||
// this.baseUrl = `/pdfjs/web/viewer.html?file=${baseUrl}`
|
||||
// this.showPdf = true
|
||||
// this.textInfo = info.name||info.title
|
||||
// }
|
||||
// }
|
||||
if (this.isReader) {
|
||||
this.$emit('showFileReader', {
|
||||
fileFormat: info.fileFormat,
|
||||
fileUrl: baseUrl,
|
||||
title: info.name || info.title
|
||||
});
|
||||
} else if (info.uploadFileUrl) {
|
||||
if (info.uploadFileUrl.indexOf('.epub') > 0) {
|
||||
this.baseUrl = 'epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + baseUrl;
|
||||
this.showPdf = true;
|
||||
this.textInfo = info.name || info.title;
|
||||
} else {
|
||||
// const baseUrl = this.resourceBasisPath + info.uploadFileUrl.split('./')[1]
|
||||
this.baseUrl = `/pdfjs/web/viewer.html?file=${baseUrl}`;
|
||||
this.showPdf = true;
|
||||
this.textInfo = info.name || info.title;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (info.link) {
|
||||
window.open(info.link, '_blank');
|
||||
@ -505,12 +502,16 @@ var __vue_render__ = function () {
|
||||
_c("el-image", {
|
||||
staticClass: "shop-item-img-resource-first xml-round-6",
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf("./") !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_ebook_png__,
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf("./") !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_ebook_png__,
|
||||
},
|
||||
}),
|
||||
_vm._v(" "),
|
||||
@ -644,12 +645,16 @@ var __vue_render__ = function () {
|
||||
_c("el-image", {
|
||||
staticClass: "shop-item-img-resource xml-round-6",
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf("./") !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_ebook_png__,
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf("./") !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_ebook_png__,
|
||||
},
|
||||
}),
|
||||
_vm._v(" "),
|
||||
@ -687,12 +692,16 @@ var __vue_render__ = function () {
|
||||
[
|
||||
_c("el-image", {
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf("./") !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_ebook_png__,
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf("./") !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_ebook_png__,
|
||||
},
|
||||
}),
|
||||
],
|
||||
@ -749,6 +758,7 @@ var __vue_render__ = function () {
|
||||
show: _vm.showPdf,
|
||||
baseUrl: _vm.baseUrl,
|
||||
textInfo: _vm.textInfo,
|
||||
pageType: "h5",
|
||||
},
|
||||
on: { handleClose: _vm.handleClose },
|
||||
}),
|
||||
@ -762,7 +772,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-7ea50222";
|
||||
const __vue_scope_id__ = "data-v-060de9cb";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
BIN
src/plugin/xml-digital-teaching/lib/fca0f80fbaef5ac6.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
@ -209,6 +209,12 @@ var script = {
|
||||
default: ''
|
||||
},
|
||||
isCopyUrl: {
|
||||
// 是否显示复制链接
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
isReader: {
|
||||
// 是否阅读器
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
@ -262,16 +268,17 @@ var script = {
|
||||
});
|
||||
},
|
||||
goRead(info) {
|
||||
console.log('🚀 ~ goRead ~ info:', info);
|
||||
// console.log('🚀 ~ goRead ~ info:', info,this.mode,this.pageType)
|
||||
|
||||
if (this.mode === 'preview') {
|
||||
let url = '';
|
||||
if (info.htmlType == 'url') {
|
||||
url = info.link;
|
||||
} else {
|
||||
url = this.resourceBasisPath + info.file.split('./')[1];
|
||||
url = info.file.indexOf('./') !== -1 ? this.resourceBasisPath + info.file.split('./')[1] : info.file;
|
||||
}
|
||||
if (this.pageType == 'pc') {
|
||||
window.open(url);
|
||||
if (!this.isReader) {
|
||||
window.open(info.file);
|
||||
} else {
|
||||
this.$emit('openHtml', {
|
||||
previewUrl: url,
|
||||
@ -488,7 +495,6 @@ var __vue_render__ = function () {
|
||||
expression: "blockData.htmlType === 'code'",
|
||||
},
|
||||
],
|
||||
staticClass: "xml-iframe-mask-box",
|
||||
},
|
||||
[
|
||||
_c("iframe", {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
|
||||
@ -1,27 +1,40 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourth.vue.map */
|
||||
|
||||
.xml-image-lun-bo .el-carousel__item {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-pc[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -93,19 +106,6 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-pc[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
|
||||
|
||||
.xml-image-lun-bo .el-carousel__item {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
|
||||
@ -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-fb4f6862]{width:100%!important}.xml-image-ping-pu-h5[data-v-fb4f6862]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-fb4f6862]{display:flex;flex-direction:column;align-items:center}
|
||||
.xml-image-lun-bo .el-carousel__item{text-align:center}.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}.el-image__inner[data-v-fb4f6862]{width:100%!important}.xml-image-ping-pu-h5[data-v-fb4f6862]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-fb4f6862]{display:flex;flex-direction:column;align-items:center}
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
|
||||
@ -1,105 +1,134 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=ninth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=isosceles.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=wave.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelve.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=quadrangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eleven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
/*# sourceMappingURL=isosceles.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
/*# sourceMappingURL=ninth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme5.vue.map */
|
||||
/*# sourceMappingURL=eleven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
/*# sourceMappingURL=twelve.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme3.vue.map */
|
||||
/*# sourceMappingURL=wave.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme6.vue.map */
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyeight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtysix.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfive.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Forty.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme3.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-pc[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -171,14 +200,6 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-pc[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
const radioType = ['SingleSelect'];
|
||||
@ -14870,7 +14870,7 @@ function mixin() {
|
||||
function setup(options) {
|
||||
return assign_1(setupDefaults_1, options);
|
||||
}
|
||||
XEUtils.VERSION = '3.5.25';
|
||||
XEUtils.VERSION = '3.5.28';
|
||||
XEUtils.mixin = mixin;
|
||||
XEUtils.setup = setup;
|
||||
var ctor = XEUtils;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.preview-item-file[data-v-1a9a6b5c]:hover,
|
||||
.slip-over-cover[data-v-1a9a6b5c]:hover {
|
||||
.preview-item-file[data-v-7bb903ee]:hover,
|
||||
.slip-over-cover[data-v-7bb903ee]:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 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==";
|
||||
@ -174,7 +174,10 @@ var script = {
|
||||
window.open(item.link);
|
||||
return;
|
||||
}
|
||||
let url = this.resourceBasisPath + item.uploadFileUrl.split('./')[1];
|
||||
let url = item.uploadFileUrl;
|
||||
if (item.uploadFileUrl.indexOf('./') !== -1) {
|
||||
url = this.resourceBasisPath + item.uploadFileUrl.split('./')[1];
|
||||
}
|
||||
this.$emit('showFileReader', {
|
||||
fileFormat: item.fileFormat,
|
||||
fileUrl: url,
|
||||
@ -341,13 +344,18 @@ var __vue_render__ = function () {
|
||||
staticClass:
|
||||
"shop-item-img-resource xml-round-6",
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf("./") !==
|
||||
-1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf(
|
||||
"./"
|
||||
) !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
},
|
||||
}),
|
||||
],
|
||||
@ -401,6 +409,7 @@ var __vue_render__ = function () {
|
||||
staticClass: "pointer",
|
||||
on: {
|
||||
click: function ($event) {
|
||||
$event.stopPropagation();
|
||||
return _vm.downloadFileUrl(
|
||||
item,
|
||||
item.title +
|
||||
@ -558,6 +567,7 @@ var __vue_render__ = function () {
|
||||
staticClass: "pointer",
|
||||
on: {
|
||||
click: function ($event) {
|
||||
$event.stopPropagation();
|
||||
return _vm.downloadFileUrl(
|
||||
item,
|
||||
item.title +
|
||||
@ -600,14 +610,20 @@ var __vue_render__ = function () {
|
||||
staticClass:
|
||||
"shop-item-img-resource xml-round-6",
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf(
|
||||
"./"
|
||||
) !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf(
|
||||
"./"
|
||||
) !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split(
|
||||
"./"
|
||||
)[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
},
|
||||
}),
|
||||
],
|
||||
@ -731,16 +747,20 @@ var __vue_render__ = function () {
|
||||
staticClass:
|
||||
"shop-item-img-resource xml-round-6",
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf(
|
||||
"./"
|
||||
) !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split(
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf(
|
||||
"./"
|
||||
)[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
) !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split(
|
||||
"./"
|
||||
)[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
},
|
||||
}),
|
||||
_vm._v(" "),
|
||||
@ -755,6 +775,7 @@ var __vue_render__ = function () {
|
||||
click: function (
|
||||
$event
|
||||
) {
|
||||
$event.stopPropagation();
|
||||
return _vm.downloadFileUrl(
|
||||
item,
|
||||
item.title +
|
||||
@ -922,13 +943,18 @@ var __vue_render__ = function () {
|
||||
staticClass:
|
||||
"shop-item-img-resource xml-round-6",
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf("./") !==
|
||||
-1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf(
|
||||
"./"
|
||||
) !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
},
|
||||
}),
|
||||
],
|
||||
@ -982,6 +1008,7 @@ var __vue_render__ = function () {
|
||||
staticClass: "pointer",
|
||||
on: {
|
||||
click: function ($event) {
|
||||
$event.stopPropagation();
|
||||
return _vm.downloadFileUrl(
|
||||
item,
|
||||
item.title +
|
||||
@ -1111,13 +1138,18 @@ var __vue_render__ = function () {
|
||||
staticClass:
|
||||
"shop-item-img-resource xml-round-6",
|
||||
attrs: {
|
||||
src: item.coverFileUrl
|
||||
? item.coverFileUrl.indexOf("./") !==
|
||||
-1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
src:
|
||||
item.coverFileUrl &&
|
||||
item.coverFileUrl.indexOf(
|
||||
"http://124.133.23.84:20000"
|
||||
) === -1
|
||||
? item.coverFileUrl.indexOf(
|
||||
"./"
|
||||
) !== -1
|
||||
? _vm.resourceBasisPath +
|
||||
item.coverFileUrl.split("./")[1]
|
||||
: item.coverFileUrl
|
||||
: __$_require_static_images_default_over_resource_png__,
|
||||
},
|
||||
}),
|
||||
],
|
||||
@ -1174,6 +1206,7 @@ var __vue_render__ = function () {
|
||||
staticClass: "pointer",
|
||||
on: {
|
||||
click: function ($event) {
|
||||
$event.stopPropagation();
|
||||
return _vm.downloadFileUrl(
|
||||
item,
|
||||
item.title +
|
||||
@ -1342,7 +1375,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-1a9a6b5c";
|
||||
const __vue_scope_id__ = "data-v-7bb903ee";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.preview-item-file[data-v-1a9a6b5c]:hover,.slip-over-cover[data-v-1a9a6b5c]:hover{cursor:pointer}
|
||||
.preview-item-file[data-v-7bb903ee]:hover,.slip-over-cover[data-v-7bb903ee]:hover{cursor:pointer}
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-ebook-group-h5[data-v-6f767b18] {
|
||||
.xml-single-ebook-group-h5[data-v-b39a2926] {
|
||||
}
|
||||
.xml-single-ebook-group-pc[data-v-6f767b18] {
|
||||
.xml-single-ebook-group-pc[data-v-b39a2926] {
|
||||
}
|
||||
.xml-single-ebook-group-pad[data-v-6f767b18] {
|
||||
.xml-single-ebook-group-pad[data-v-b39a2926] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -122,6 +122,11 @@ var script = {
|
||||
default: function () {
|
||||
return {};
|
||||
}
|
||||
},
|
||||
isReader: {
|
||||
// 是否阅读器
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@ -284,6 +289,7 @@ var __vue_render__ = function () {
|
||||
"rule-index": _vm.ruleIndex,
|
||||
mode: _vm.mode,
|
||||
resourceBasisPath: _vm.resourceBasisPath,
|
||||
isReader: _vm.isReader,
|
||||
},
|
||||
on: {
|
||||
blockclick: _vm.handleBlockClick,
|
||||
@ -303,7 +309,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-6f767b18";
|
||||
const __vue_scope_id__ = "data-v-b39a2926";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-ebook-group-h5[data-v-9937d650] {
|
||||
.xml-single-ebook-group-h5[data-v-0b9200e9] {
|
||||
}
|
||||
.xml-single-ebook-group-pc[data-v-9937d650] {
|
||||
.xml-single-ebook-group-pc[data-v-0b9200e9] {
|
||||
}
|
||||
.xml-single-ebook-group-pad[data-v-9937d650] {
|
||||
.xml-single-ebook-group-pad[data-v-0b9200e9] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -126,6 +126,11 @@ var script = {
|
||||
isCopyUrl: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
isReader: {
|
||||
// 是否阅读器
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@ -292,6 +297,7 @@ var __vue_render__ = function () {
|
||||
mode: _vm.mode,
|
||||
resourceBasisPath: _vm.resourceBasisPath,
|
||||
isCopyUrl: _vm.isCopyUrl,
|
||||
isReader: _vm.isReader,
|
||||
},
|
||||
on: {
|
||||
blockclick: _vm.handleBlockClick,
|
||||
@ -312,7 +318,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-9937d650";
|
||||
const __vue_scope_id__ = "data-v-0b9200e9";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,102 +1,110 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme6.vue.map */
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=ninth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eleventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
/*# sourceMappingURL=fourth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
/*# sourceMappingURL=ninth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eleventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme4.vue.map */
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme1.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-pc[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -168,14 +176,6 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-pc[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
const radioType = ['SingleSelect'];
|
||||
@ -14870,7 +14870,7 @@ function mixin() {
|
||||
function setup(options) {
|
||||
return assign_1(setupDefaults_1, options);
|
||||
}
|
||||
XEUtils.VERSION = '3.5.25';
|
||||
XEUtils.VERSION = '3.5.28';
|
||||
XEUtils.mixin = mixin;
|
||||
XEUtils.setup = setup;
|
||||
var ctor = XEUtils;
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -72,11 +69,14 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-pc[data-v-50837cf9] {
|
||||
.xml-text-pc[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,131 +1,123 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rectangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=triangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=square.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
/*# sourceMappingURL=rectangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=hexagon.vue.map */
|
||||
/*# sourceMappingURL=thirteenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventeen.vue.map */
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighteen.vue.map */
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rotundity.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighteen2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twenty.vue.map */
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelfth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentyone.vue.map */
|
||||
/*# sourceMappingURL=triangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme2.vue.map */
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme3.vue.map */
|
||||
/*# sourceMappingURL=eighteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=hexagon.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rotundity.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighteen2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventeen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentyone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentythree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentytwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentythree.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-pc[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=twenty.vue.map */
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -197,6 +189,14 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-pc[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
|
||||
@ -1,6 +1,51 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rectangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelfth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
.title-text[data-v-616d10ee] {
|
||||
background-color: var(--background-color) !important;
|
||||
}
|
||||
@ -12,127 +57,22 @@
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rectangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventeen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelfth.vue.map */
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=hexagon.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=triangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyeight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtythree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleQuestion.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleCrane.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtytwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtynine.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleLogging.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfive.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtysix.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleTearcher.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=BuleRectangleTwo.vue.map */
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
.title-bgimg[data-v-025e9706] {
|
||||
background-image: url(../style/title-text-bgimg.png);
|
||||
}
|
||||
@ -140,36 +80,94 @@
|
||||
/*# sourceMappingURL=Sevenpageone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtytwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=hexagon.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtysix.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyeight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventeen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=triangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=BuleRectangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagefive.vue.map */
|
||||
/*# sourceMappingURL=Thirtythree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfour.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleLight.vue.map */
|
||||
/*# sourceMappingURL=titleLogging.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtynine.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=BuleRectangleTwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagefive.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleText.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagethree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleText.vue.map */
|
||||
/*# sourceMappingURL=titleCrane.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Forty.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleTearcher.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleQuestion.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Fortyone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleLight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagefour.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagetwo.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-pc[data-v-50837cf9] {
|
||||
}
|
||||
.xml-text-h5[data-v-50837cf9] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -241,6 +239,14 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-pc[data-v-2710695d] {
|
||||
}
|
||||
.xml-text-h5[data-v-2710695d] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Thu Jul 04 2024 17:26:30 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Mon Jul 08 2024 20:52:49 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
|
||||
|
After Width: | Height: | Size: 446 KiB |
|
After Width: | Height: | Size: 452 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.9 KiB |