This commit is contained in:
caoyuchun 2024-06-20 10:26:29 +08:00
parent 8411fc2d84
commit f0a9ebebb8
60 changed files with 2531 additions and 2549 deletions

View File

@ -26,7 +26,7 @@ router.beforeEach((to,from,next)=>{
var apikey = to.query.apikey var apikey = to.query.apikey
var userId = to.query.userId var userId = to.query.userId
var userType = to.query.userType var userType = to.query.userType
var isTrial = to.query.isTrial
if (apikey){ if (apikey){
setStore('apikey',apikey) setStore('apikey',apikey)
console.log(apikey) console.log(apikey)
@ -43,6 +43,7 @@ router.beforeEach((to,from,next)=>{
console.log(userType) console.log(userType)
} }
if (apikey){ if (apikey){
@ -54,6 +55,8 @@ router.beforeEach((to,from,next)=>{
delete to.query.userType delete to.query.userType
} }
next({ next({
path:to.path, path:to.path,
query:{...to.query} query:{...to.query}

View File

@ -1,3 +1,8 @@
.xml-show-catalog .el-tree-node__content {
display: flex !important;
}
.catalog-node-label[data-v-61c986fa] { .catalog-node-label[data-v-61c986fa] {
display: flex; display: flex;
align-items: center; align-items: center;
@ -15,7 +20,3 @@
} }
/*# sourceMappingURL=XmlCatalog.vue.map */ /*# sourceMappingURL=XmlCatalog.vue.map */
.xml-show-catalog .el-tree-node__content {
display: flex !important;
}

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
// //

View File

@ -1 +1 @@
.catalog-node-label[data-v-61c986fa]{display:flex;align-items:center}.catalog-node-label img[data-v-61c986fa]{margin-right:4px}.xml-show-catalog[data-v-61c986fa] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-61c986fa] .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} .xml-show-catalog .el-tree-node__content{display:flex!important}.catalog-node-label[data-v-61c986fa]{display:flex;align-items:center}.catalog-node-label img[data-v-61c986fa]{margin-right:4px}.xml-show-catalog[data-v-61c986fa] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-61c986fa] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
// //

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
// //

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
// //
@ -167,6 +167,9 @@
// //
// //
// //
//
//
//
// import "../block.scss" // import "../block.scss"
var script = { var script = {
@ -458,6 +461,7 @@ var __vue_render__ = function () {
: _c("iframe", { : _c("iframe", {
style: { style: {
width: "100%", width: "100%",
border: "none",
height: _vm.blockData.htmlHeight + "px", height: _vm.blockData.htmlHeight + "px",
"padding-top": Number(_vm.blockData.htmlTopMargin) + "px", "padding-top": Number(_vm.blockData.htmlTopMargin) + "px",
"padding-bottom": _vm.blockData.htmlBottomMargin + "px", "padding-bottom": _vm.blockData.htmlBottomMargin + "px",
@ -485,6 +489,7 @@ var __vue_render__ = function () {
style: { style: {
width: "100%", width: "100%",
height: _vm.blockData.htmlHeight + "px", height: _vm.blockData.htmlHeight + "px",
border: "none",
"padding-top": Number(_vm.blockData.htmlTopMargin) + "px", "padding-top": Number(_vm.blockData.htmlTopMargin) + "px",
"padding-bottom": _vm.blockData.htmlBottomMargin + "px", "padding-bottom": _vm.blockData.htmlBottomMargin + "px",
}, },
@ -540,6 +545,7 @@ var __vue_render__ = function () {
style: { style: {
width: "100%", width: "100%",
height: _vm.blockData.htmlHeight + "px", height: _vm.blockData.htmlHeight + "px",
border: "none",
"padding-top": Number(_vm.blockData.htmlTopMargin) + "px", "padding-top": Number(_vm.blockData.htmlTopMargin) + "px",
"padding-bottom": _vm.blockData.htmlBottomMargin + "px", "padding-bottom": _vm.blockData.htmlBottomMargin + "px",
}, },

View File

@ -4,15 +4,15 @@
} }
.el-image__inner[data-v-15928cc6] { .el-image__inner[data-v-755c322e] {
width: 100% !important; width: 100% !important;
} }
.xml-image-ping-pu-h5[data-v-15928cc6] { .xml-image-ping-pu-h5[data-v-755c322e] {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.xml-image-hua-lang[data-v-15928cc6] { .xml-image-hua-lang[data-v-755c322e] {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';
@ -699,10 +699,22 @@ var script$1 = {
show: !this.lazy, show: !this.lazy,
imageWidth: 0, imageWidth: 0,
imageHeight: 0, imageHeight: 0,
showViewer: false showViewer: false,
clientWidth: 0
}; };
}, },
computed: { computed: {
placeholderStyle() {
// console.log(this.clientWidth)
let offsetWidth = this.self?.offsetWidth || 400;
let offsetHeight = this.self?.offsetHeight || 600;
let width = this.width / 100 * this.clientWidth;
let height = width / offsetWidth * offsetHeight;
return {
width: width + 'px',
height: height + 'px'
};
},
imageStyle() { imageStyle() {
const { const {
fit fit
@ -754,6 +766,7 @@ var script$1 = {
} }
}, },
mounted() { mounted() {
this.clientWidth = this.$refs.placeholder?.clientWidth;
if (this.lazy) { if (this.lazy) {
this.addLazyLoadListener(); this.addLazyLoadListener();
} else { } else {
@ -977,7 +990,11 @@ var __vue_render__$2 = function () {
var _c = _vm._self._c || _h; var _c = _vm._self._c || _h;
return _c( return _c(
"div", "div",
{ staticClass: "el-image", staticStyle: { "{\n width": "100px" } }, {
ref: "placeholder",
staticClass: "el-image",
staticStyle: { "{\n width": "100px" },
},
[ [
_vm.self && _vm.self.title && _vm.showTitle && _vm.titlePosition === "on" _vm.self && _vm.self.title && _vm.showTitle && _vm.titlePosition === "on"
? _c( ? _c(
@ -992,14 +1009,27 @@ var __vue_render__$2 = function () {
_vm._v(" "), _vm._v(" "),
_vm.loading _vm.loading
? _vm._t("placeholder", function () { ? _vm._t("placeholder", function () {
return [_vm._m(0)]
})
: _vm.error
? _vm._t("error", function () {
return [ return [
_c("div", { staticClass: "el-image__error" }, [ _c(
_vm._v(_vm._s(_vm.t("el.image.error"))), "div",
]), {
staticStyle: {
width: "100%",
display: "flex",
"justify-content": "center",
},
},
[
_c(
"div",
{
staticClass: "el-image__placeholder",
style: _vm.placeholderStyle,
},
[_c("i", { staticClass: "el-icon-loading" })]
),
]
),
] ]
}) })
: _c( : _c(
@ -1076,27 +1106,13 @@ var __vue_render__$2 = function () {
2 2
) )
}; };
var __vue_staticRenderFns__$1 = [ var __vue_staticRenderFns__$1 = [];
function () {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
return _c(
"div",
{
staticClass: "el-image__placeholder",
staticStyle: { padding: "40% 0" },
},
[_c("i", { staticClass: "el-icon-loading" })]
)
},
];
__vue_render__$2._withStripped = true; __vue_render__$2._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__$1 = undefined; const __vue_inject_styles__$1 = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__$1 = "data-v-15928cc6"; const __vue_scope_id__$1 = "data-v-755c322e";
/* module identifier */ /* module identifier */
const __vue_module_identifier__$1 = undefined; const __vue_module_identifier__$1 = undefined;
/* functional template */ /* functional template */

View File

@ -1 +1 @@
.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-15928cc6]{width:100%!important}.xml-image-ping-pu-h5[data-v-15928cc6]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-15928cc6]{display:flex;flex-direction:column;align-items:center} .xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-755c322e]{width:100%!important}.xml-image-ping-pu-h5[data-v-755c322e]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-755c322e]{display:flex;flex-direction:column;align-items:center}

View File

@ -1,21 +1,12 @@
/*# sourceMappingURL=eighth.vue.map */
/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=fourth.vue.map */
/*# sourceMappingURL=third.vue.map */ /*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=fourth.vue.map */
/*# sourceMappingURL=seventh.vue.map */ /*# sourceMappingURL=seventh.vue.map */
@ -23,16 +14,20 @@
/*# sourceMappingURL=sixth.vue.map */ /*# sourceMappingURL=sixth.vue.map */
.xml-image-lun-bo .el-carousel__item {
text-align: center; /*# sourceMappingURL=eighth.vue.map */
}
.xml-text-h5[data-v-640283d5] { /*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=second.vue.map */
.xml-text-h5[data-v-5d93942a] {
} }
.xml-text-pc[data-v-640283d5] { .xml-text-pc[data-v-5d93942a] {
} }
.xml-text-h5[data-v-640283d5] { .xml-text-h5[data-v-5d93942a] {
} }
.xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-audio-wrap,
@ -106,6 +101,11 @@
/*# sourceMappingURL=XmlText.vue.map */ /*# sourceMappingURL=XmlText.vue.map */
.xml-image-lun-bo .el-carousel__item {
text-align: center;
}
/*# sourceMappingURL=XmlTextDialog.vue.map */ /*# sourceMappingURL=XmlTextDialog.vue.map */
@ -692,15 +692,15 @@
.el-image__inner[data-v-15928cc6] { .el-image__inner[data-v-755c322e] {
width: 100% !important; width: 100% !important;
} }
.xml-image-ping-pu-h5[data-v-15928cc6] { .xml-image-ping-pu-h5[data-v-755c322e] {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.xml-image-hua-lang[data-v-15928cc6] { .xml-image-hua-lang[data-v-755c322e] {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';
@ -699,10 +699,22 @@ var script$d = {
show: !this.lazy, show: !this.lazy,
imageWidth: 0, imageWidth: 0,
imageHeight: 0, imageHeight: 0,
showViewer: false showViewer: false,
clientWidth: 0
}; };
}, },
computed: { computed: {
placeholderStyle() {
// console.log(this.clientWidth)
let offsetWidth = this.self?.offsetWidth || 400;
let offsetHeight = this.self?.offsetHeight || 600;
let width = this.width / 100 * this.clientWidth;
let height = width / offsetWidth * offsetHeight;
return {
width: width + 'px',
height: height + 'px'
};
},
imageStyle() { imageStyle() {
const { const {
fit fit
@ -754,6 +766,7 @@ var script$d = {
} }
}, },
mounted() { mounted() {
this.clientWidth = this.$refs.placeholder?.clientWidth;
if (this.lazy) { if (this.lazy) {
this.addLazyLoadListener(); this.addLazyLoadListener();
} else { } else {
@ -977,7 +990,11 @@ var __vue_render__$e = function () {
var _c = _vm._self._c || _h; var _c = _vm._self._c || _h;
return _c( return _c(
"div", "div",
{ staticClass: "el-image", staticStyle: { "{\n width": "100px" } }, {
ref: "placeholder",
staticClass: "el-image",
staticStyle: { "{\n width": "100px" },
},
[ [
_vm.self && _vm.self.title && _vm.showTitle && _vm.titlePosition === "on" _vm.self && _vm.self.title && _vm.showTitle && _vm.titlePosition === "on"
? _c( ? _c(
@ -992,14 +1009,27 @@ var __vue_render__$e = function () {
_vm._v(" "), _vm._v(" "),
_vm.loading _vm.loading
? _vm._t("placeholder", function () { ? _vm._t("placeholder", function () {
return [_vm._m(0)]
})
: _vm.error
? _vm._t("error", function () {
return [ return [
_c("div", { staticClass: "el-image__error" }, [ _c(
_vm._v(_vm._s(_vm.t("el.image.error"))), "div",
]), {
staticStyle: {
width: "100%",
display: "flex",
"justify-content": "center",
},
},
[
_c(
"div",
{
staticClass: "el-image__placeholder",
style: _vm.placeholderStyle,
},
[_c("i", { staticClass: "el-icon-loading" })]
),
]
),
] ]
}) })
: _c( : _c(
@ -1076,27 +1106,13 @@ var __vue_render__$e = function () {
2 2
) )
}; };
var __vue_staticRenderFns__$d = [ var __vue_staticRenderFns__$d = [];
function () {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
return _c(
"div",
{
staticClass: "el-image__placeholder",
staticStyle: { padding: "40% 0" },
},
[_c("i", { staticClass: "el-icon-loading" })]
)
},
];
__vue_render__$e._withStripped = true; __vue_render__$e._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__$d = undefined; const __vue_inject_styles__$d = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__$d = "data-v-15928cc6"; const __vue_scope_id__$d = "data-v-755c322e";
/* module identifier */ /* module identifier */
const __vue_module_identifier__$d = undefined; const __vue_module_identifier__$d = undefined;
/* functional template */ /* functional template */
@ -2872,10 +2888,12 @@ class MagicLink extends HTMLElement {
} }
.magic-link { .magic-link {
display: inline; display: inline;
font-size:16px;
text-indent: initial; text-indent: initial;
// color: #6883FA; // color: #6883FA;
color: #00F; color: #00F;
transition: all 240ms ease-in-out; transition: all 240ms ease-in-out;
cursor: pointer;
} }
.magic-link:hover { .magic-link:hover {
text-decoration: underline; text-decoration: underline;
@ -17021,8 +17039,8 @@ var script$8 = {
trigger: 'blur' trigger: 'blur'
}, { }, {
min: 2, min: 2,
max: 30, max: 50,
message: '长度在 2 到 30 个字符', message: '长度在 2 到 50 个字符',
trigger: 'blur' trigger: 'blur'
}], }],
isDownload: [{ isDownload: [{
@ -17235,7 +17253,7 @@ var script$8 = {
} }
this.fileData.resourcesType = fileType; this.fileData.resourcesType = fileType;
this.fileData.fileExt = fileExt; this.fileData.fileExt = fileExt;
this.fileData.resourcesName = this.fileData.resourcesName.length > 30 ? this.fileData.resourcesName.slice(0, 30) : this.fileData.resourcesName; this.fileData.resourcesName = this.fileData.resourcesName.length > 50 ? this.fileData.resourcesName.slice(0, 50) : this.fileData.resourcesName;
}, },
// 上传成功 // 上传成功
handleSuccess(file, item) { handleSuccess(file, item) {
@ -17523,7 +17541,7 @@ var __vue_render__$8 = function () {
[ [
_c("el-input", { _c("el-input", {
staticClass: "inputresource", staticClass: "inputresource",
attrs: { maxlength: "30" }, attrs: { maxlength: "50" },
model: { model: {
value: _vm.fileData.resourcesName, value: _vm.fileData.resourcesName,
callback: function ($$v) { callback: function ($$v) {
@ -50314,10 +50332,6 @@ var script$7 = {
type: String, type: String,
default: 'h5' default: 'h5'
}, },
resourceBasisPath: {
type: String,
default: ''
},
//当前所处组的规则 //当前所处组的规则
currentRule: { currentRule: {
type: Object, type: Object,
@ -50443,6 +50457,10 @@ var script$7 = {
getInitialLoad: { getInitialLoad: {
from: 'getInitialLoad', from: 'getInitialLoad',
default: () => () => false default: () => () => false
},
getResourceBasisPath: {
from: 'getResourceBasisPath',
default: () => () => ''
} }
}, },
computed: { computed: {
@ -50477,7 +50495,10 @@ var script$7 = {
let teacherNoteList = this.getTeacherNoteList() || [], let teacherNoteList = this.getTeacherNoteList() || [],
studentNoteList = this.getStudentNoteList() || [], studentNoteList = this.getStudentNoteList() || [],
highlightList = this.getHighlightList() || []; highlightList = this.getHighlightList() || [];
return [...teacherNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...studentNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...highlightList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex)]; return [...teacherNoteList.filter(item => item.location === this.groupLocation), ...studentNoteList.filter(item => item.location === this.groupLocation), ...highlightList.filter(item => item.location === this.groupLocation)];
},
resourceBasisPath() {
return this.getResourceBasisPath();
} }
}, },
watch: { watch: {
@ -50520,7 +50541,7 @@ var script$7 = {
if (!this.blockData.html) { if (!this.blockData.html) {
this.blockData.html = '<span>暂无内容</span>'; this.blockData.html = '<span>暂无内容</span>';
} }
const wrapSelector = `#${this.blockId} .richtext-reset-wrapper--view`; `#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link'); let mceMagicLinkRegistered = window.customElements?.get('magic-link');
if (!mceMagicLinkRegistered) { if (!mceMagicLinkRegistered) {
window.customElements.whenDefined('magic-link').then(res => { window.customElements.whenDefined('magic-link').then(res => {
@ -50530,7 +50551,7 @@ var script$7 = {
} }
let containerSelector = `#${this.blockId}.richtext-reset-container`; let containerSelector = `#${this.blockId}.richtext-reset-container`;
this.$nextTick(() => { this.$nextTick(() => {
jquery(wrapSelector).on('click', 'img', function (e) { jquery(containerSelector).on('click', 'img', function (e) {
let target = jquery(e.target); let target = jquery(e.target);
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]')); console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]'));
let title = target.attr('alt'); let title = target.attr('alt');
@ -50648,7 +50669,17 @@ var script$7 = {
interactive: true, interactive: true,
allowHTML: true, allowHTML: true,
// followCursor: this.isMobile ? true : 'initial', // followCursor: this.isMobile ? true : 'initial',
followCursor: 'initial' followCursor: 'initial',
onShow(instance) {
_this.$EventBus.$emit('tippyChange', {
state: true
});
},
onHide(instance) {
_this.$EventBus.$emit('tippyChange', {
state: false
});
}
}); });
function findParentByClassName(node, className) { function findParentByClassName(node, className) {
if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) { if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) {
@ -50670,7 +50701,6 @@ var script$7 = {
let timer = null; let timer = null;
this.markInstance.on('selected', data => { this.markInstance.on('selected', data => {
if (this.insideIndex === this.ruleIndex) { if (this.insideIndex === this.ruleIndex) {
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'SelectionChange', data);
let { let {
startContainer, startContainer,
endContainer endContainer
@ -50940,6 +50970,21 @@ var script$7 = {
// let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0) // let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0)
let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>'; let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>';
let u = navigator.userAgent; let u = navigator.userAgent;
let markId = `mark__${v4()}`;
let noteModel = {
selectionText: this.noteData.selectionText,
noteContent: '',
markEfiCode: this.markEfiStr,
type: `note__${this.userType}`,
styleType: 'mk-underline__dashed',
blockIndex: this.ruleIndex,
markId
};
this.$EventBus.$emit('selectionTextChange', {
state: false,
tippyTplBarId: _this.tippyTplBarId,
noteModel
});
if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) { if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
_this.activeTippy[0].setProps({ _this.activeTippy[0].setProps({
content, content,
@ -51951,7 +51996,7 @@ __vue_render__$7._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__$7 = undefined; const __vue_inject_styles__$7 = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__$7 = "data-v-640283d5"; const __vue_scope_id__$7 = "data-v-5d93942a";
/* module identifier */ /* module identifier */
const __vue_module_identifier__$7 = undefined; const __vue_module_identifier__$7 = undefined;
/* functional template */ /* functional template */

View File

@ -1 +1 @@
.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-15928cc6]{width:100%!important}.xml-image-ping-pu-h5[data-v-15928cc6]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-15928cc6]{display:flex;flex-direction:column;align-items: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}.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-755c322e]{width:100%!important}.xml-image-ping-pu-h5[data-v-755c322e]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-755c322e]{display:flex;flex-direction:column;align-items:center}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import vue from 'vue'; import vue from 'vue';

View File

@ -1,96 +1,60 @@
/*# sourceMappingURL=ninth.vue.map */
/*# sourceMappingURL=eighth.vue.map */
/*# sourceMappingURL=isosceles.vue.map */
/*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=second.vue.map */
/*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=tenth.vue.map */
/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=Greentheme2.vue.map */
/*# sourceMappingURL=quadrangle.vue.map */
/*# sourceMappingURL=seventh.vue.map */
/*# sourceMappingURL=eleven.vue.map */
/*# sourceMappingURL=Greentheme5.vue.map */
/*# sourceMappingURL=twelve.vue.map */
/*# sourceMappingURL=fifteen.vue.map */
/*# sourceMappingURL=thirteen.vue.map */ /*# sourceMappingURL=thirteen.vue.map */
/*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=eighth.vue.map */
/*# sourceMappingURL=eleven.vue.map */
/*# sourceMappingURL=isosceles.vue.map */
/*# sourceMappingURL=twelve.vue.map */
/*# sourceMappingURL=tenth.vue.map */
/*# sourceMappingURL=quadrangle.vue.map */
/*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=ninth.vue.map */
/*# sourceMappingURL=second.vue.map */
/*# sourceMappingURL=seventh.vue.map */
/*# sourceMappingURL=wave.vue.map */ /*# sourceMappingURL=wave.vue.map */
/*# sourceMappingURL=Yellowtheme1.vue.map */ /*# sourceMappingURL=fifteen.vue.map */
/*# sourceMappingURL=Redtheme3.vue.map */
/*# sourceMappingURL=Yellowtheme5.vue.map */
/*# sourceMappingURL=Greentheme3.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */
/*# sourceMappingURL=Redtheme6.vue.map */ /*# sourceMappingURL=Greentheme5.vue.map */
/*# sourceMappingURL=Greentheme4.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */
/*# sourceMappingURL=Redtheme1.vue.map */ /*# sourceMappingURL=Redtheme1.vue.map */
/*# sourceMappingURL=sixteen.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */
/*# sourceMappingURL=Yellowtheme4.vue.map */
/*# sourceMappingURL=Redtheme2.vue.map */
/*# sourceMappingURL=SanQintheme2.vue.map */
/*# sourceMappingURL=SanQintheme3.vue.map */
/*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=SanQintheme1.vue.map */ /*# sourceMappingURL=SanQintheme1.vue.map */
@ -99,7 +63,51 @@
/*# sourceMappingURL=Yellowtheme3.vue.map */ /*# sourceMappingURL=Yellowtheme3.vue.map */
/*# sourceMappingURL=SanQintheme2.vue.map */
/*# sourceMappingURL=Yellowtheme4.vue.map */
/*# sourceMappingURL=Yellowtheme1.vue.map */
/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */
/*# sourceMappingURL=Redtheme6.vue.map */
/*# sourceMappingURL=Yellowtheme5.vue.map */
/*# sourceMappingURL=Redtheme5.vue.map */ /*# sourceMappingURL=Redtheme5.vue.map */
/*# sourceMappingURL=Redtheme3.vue.map */
/*# sourceMappingURL=SanQintheme3.vue.map */
/*# sourceMappingURL=Redtheme2.vue.map */
/*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=sixteen.vue.map */
.xml-text-h5[data-v-5d93942a] {
}
.xml-text-pc[data-v-5d93942a] {
}
.xml-text-h5[data-v-5d93942a] {
}
.xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-audio-wrap,
.xml-text-h5 .inline-link-wrap { .xml-text-h5 .inline-link-wrap {
align-items: center; align-items: center;
@ -171,14 +179,6 @@
/*# sourceMappingURL=XmlText.vue.map */ /*# sourceMappingURL=XmlText.vue.map */
.xml-text-h5[data-v-640283d5] {
}
.xml-text-pc[data-v-640283d5] {
}
.xml-text-h5[data-v-640283d5] {
}
/*# sourceMappingURL=XmlTextDialog.vue.map */ /*# sourceMappingURL=XmlTextDialog.vue.map */

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';
@ -491,10 +491,12 @@ class MagicLink extends HTMLElement {
} }
.magic-link { .magic-link {
display: inline; display: inline;
font-size:16px;
text-indent: initial; text-indent: initial;
// color: #6883FA; // color: #6883FA;
color: #00F; color: #00F;
transition: all 240ms ease-in-out; transition: all 240ms ease-in-out;
cursor: pointer;
} }
.magic-link:hover { .magic-link:hover {
text-decoration: underline; text-decoration: underline;
@ -15144,8 +15146,8 @@ var script$z = {
trigger: 'blur' trigger: 'blur'
}, { }, {
min: 2, min: 2,
max: 30, max: 50,
message: '长度在 2 到 30 个字符', message: '长度在 2 到 50 个字符',
trigger: 'blur' trigger: 'blur'
}], }],
isDownload: [{ isDownload: [{
@ -15358,7 +15360,7 @@ var script$z = {
} }
this.fileData.resourcesType = fileType; this.fileData.resourcesType = fileType;
this.fileData.fileExt = fileExt; this.fileData.fileExt = fileExt;
this.fileData.resourcesName = this.fileData.resourcesName.length > 30 ? this.fileData.resourcesName.slice(0, 30) : this.fileData.resourcesName; this.fileData.resourcesName = this.fileData.resourcesName.length > 50 ? this.fileData.resourcesName.slice(0, 50) : this.fileData.resourcesName;
}, },
// 上传成功 // 上传成功
handleSuccess(file, item) { handleSuccess(file, item) {
@ -15646,7 +15648,7 @@ var __vue_render__$z = function () {
[ [
_c("el-input", { _c("el-input", {
staticClass: "inputresource", staticClass: "inputresource",
attrs: { maxlength: "30" }, attrs: { maxlength: "50" },
model: { model: {
value: _vm.fileData.resourcesName, value: _vm.fileData.resourcesName,
callback: function ($$v) { callback: function ($$v) {
@ -48437,10 +48439,6 @@ var script$y = {
type: String, type: String,
default: 'h5' default: 'h5'
}, },
resourceBasisPath: {
type: String,
default: ''
},
//当前所处组的规则 //当前所处组的规则
currentRule: { currentRule: {
type: Object, type: Object,
@ -48566,6 +48564,10 @@ var script$y = {
getInitialLoad: { getInitialLoad: {
from: 'getInitialLoad', from: 'getInitialLoad',
default: () => () => false default: () => () => false
},
getResourceBasisPath: {
from: 'getResourceBasisPath',
default: () => () => ''
} }
}, },
computed: { computed: {
@ -48600,7 +48602,10 @@ var script$y = {
let teacherNoteList = this.getTeacherNoteList() || [], let teacherNoteList = this.getTeacherNoteList() || [],
studentNoteList = this.getStudentNoteList() || [], studentNoteList = this.getStudentNoteList() || [],
highlightList = this.getHighlightList() || []; highlightList = this.getHighlightList() || [];
return [...teacherNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...studentNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...highlightList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex)]; return [...teacherNoteList.filter(item => item.location === this.groupLocation), ...studentNoteList.filter(item => item.location === this.groupLocation), ...highlightList.filter(item => item.location === this.groupLocation)];
},
resourceBasisPath() {
return this.getResourceBasisPath();
} }
}, },
watch: { watch: {
@ -48643,7 +48648,7 @@ var script$y = {
if (!this.blockData.html) { if (!this.blockData.html) {
this.blockData.html = '<span>暂无内容</span>'; this.blockData.html = '<span>暂无内容</span>';
} }
const wrapSelector = `#${this.blockId} .richtext-reset-wrapper--view`; `#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link'); let mceMagicLinkRegistered = window.customElements?.get('magic-link');
if (!mceMagicLinkRegistered) { if (!mceMagicLinkRegistered) {
window.customElements.whenDefined('magic-link').then(res => { window.customElements.whenDefined('magic-link').then(res => {
@ -48653,7 +48658,7 @@ var script$y = {
} }
let containerSelector = `#${this.blockId}.richtext-reset-container`; let containerSelector = `#${this.blockId}.richtext-reset-container`;
this.$nextTick(() => { this.$nextTick(() => {
jquery(wrapSelector).on('click', 'img', function (e) { jquery(containerSelector).on('click', 'img', function (e) {
let target = jquery(e.target); let target = jquery(e.target);
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]')); console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]'));
let title = target.attr('alt'); let title = target.attr('alt');
@ -48771,7 +48776,17 @@ var script$y = {
interactive: true, interactive: true,
allowHTML: true, allowHTML: true,
// followCursor: this.isMobile ? true : 'initial', // followCursor: this.isMobile ? true : 'initial',
followCursor: 'initial' followCursor: 'initial',
onShow(instance) {
_this.$EventBus.$emit('tippyChange', {
state: true
});
},
onHide(instance) {
_this.$EventBus.$emit('tippyChange', {
state: false
});
}
}); });
function findParentByClassName(node, className) { function findParentByClassName(node, className) {
if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) { if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) {
@ -48793,7 +48808,6 @@ var script$y = {
let timer = null; let timer = null;
this.markInstance.on('selected', data => { this.markInstance.on('selected', data => {
if (this.insideIndex === this.ruleIndex) { if (this.insideIndex === this.ruleIndex) {
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'SelectionChange', data);
let { let {
startContainer, startContainer,
endContainer endContainer
@ -49063,6 +49077,21 @@ var script$y = {
// let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0) // let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0)
let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>'; let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>';
let u = navigator.userAgent; let u = navigator.userAgent;
let markId = `mark__${v4()}`;
let noteModel = {
selectionText: this.noteData.selectionText,
noteContent: '',
markEfiCode: this.markEfiStr,
type: `note__${this.userType}`,
styleType: 'mk-underline__dashed',
blockIndex: this.ruleIndex,
markId
};
this.$EventBus.$emit('selectionTextChange', {
state: false,
tippyTplBarId: _this.tippyTplBarId,
noteModel
});
if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) { if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
_this.activeTippy[0].setProps({ _this.activeTippy[0].setProps({
content, content,
@ -50074,7 +50103,7 @@ __vue_render__$y._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__$y = undefined; const __vue_inject_styles__$y = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__$y = "data-v-640283d5"; const __vue_scope_id__$y = "data-v-5d93942a";
/* module identifier */ /* module identifier */
const __vue_module_identifier__$y = undefined; const __vue_module_identifier__$y = undefined;
/* functional template */ /* functional template */

View File

@ -1,18 +1,18 @@
.xml-question-container-h5[data-v-630ba314] { .xml-question-container-h5[data-v-0f531fa4] {
} }
.xml-question-container-pc[data-v-630ba314] { .xml-question-container-pc[data-v-0f531fa4] {
} }
.xml-question-container-pad[data-v-630ba314] { .xml-question-container-pad[data-v-0f531fa4] {
} }
/*# sourceMappingURL=QuestionItem.vue.map */ /*# sourceMappingURL=QuestionItem.vue.map */
.option-item + .option-item[data-v-2aeaa1c8] { .option-item + .option-item[data-v-7fac7a23] {
margin-top: 16px; margin-top: 16px;
} }
.option-item[data-v-2aeaa1c8] { .option-item[data-v-7fac7a23] {
display: flex; display: flex;
background: #fbfbfb; background: #fbfbfb;
border-radius: 6px; border-radius: 6px;
@ -21,42 +21,42 @@
transition: all ease 0.3s; transition: all ease 0.3s;
border: 1px solid #fbfbfb; border: 1px solid #fbfbfb;
} }
.option-item .questionSeq[data-v-2aeaa1c8] { .option-item .questionSeq[data-v-7fac7a23] {
padding: 8px 0; padding: 8px 0;
} }
.option-item.isActive[data-v-2aeaa1c8] { .option-item.isActive[data-v-7fac7a23] {
border-color: #2e9adb; border-color: #2e9adb;
} }
.option-item.isTrue[data-v-2aeaa1c8] { .option-item.isTrue[data-v-7fac7a23] {
border: 1px solid #70b603; border: 1px solid #70b603;
} }
.option-item.isTrue[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner { .option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
border-color: #70b603; border-color: #70b603;
background: #70b603; background: #70b603;
} }
.option-item.isFalse[data-v-2aeaa1c8] { .option-item.isFalse[data-v-7fac7a23] {
border: 1px solid #d9001b; border: 1px solid #d9001b;
} }
.option-item.isFalse[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner { .option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
border-color: #d9001b; border-color: #d9001b;
background: #d9001b; background: #d9001b;
} }
.option-item[data-v-2aeaa1c8]:hover { .option-item[data-v-7fac7a23]:hover {
background: #ddd; background: #ddd;
} }
.option-item[data-v-2aeaa1c8] .content { .option-item[data-v-7fac7a23] .content {
cursor: pointer; cursor: pointer;
} }
.option-item[data-v-2aeaa1c8] .stem-content.no-border { .option-item[data-v-7fac7a23] .stem-content.no-border {
padding: 8px 14px !important; padding: 8px 14px !important;
cursor: pointer; cursor: pointer;
} }
/*# sourceMappingURL=radio.vue.map */ /*# sourceMappingURL=radio.vue.map */
.content[data-v-091089da] { .content[data-v-3d2dcb5b] {
width: 100%; width: 100%;
} }
.content .stem-content[data-v-091089da] { .content .stem-content[data-v-3d2dcb5b] {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 5px 14px; padding: 5px 14px;
@ -65,12 +65,12 @@
border-radius: 6px; border-radius: 6px;
cursor: pointer; cursor: pointer;
} }
.content .stem-content.no-border[data-v-091089da] { .content .stem-content.no-border[data-v-3d2dcb5b] {
padding: 0; padding: 0;
border: none; border: none;
cursor: default; cursor: default;
} }
.content .stem-content .placeholder[data-v-091089da] { .content .stem-content .placeholder[data-v-3d2dcb5b] {
color: #c0c4cc; color: #c0c4cc;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
@ -78,10 +78,10 @@
} }
/*# sourceMappingURL=common.vue.map */ /*# sourceMappingURL=common.vue.map */
.option-item + .option-item[data-v-2dab3356] { .option-item + .option-item[data-v-fa728c70] {
margin-top: 16px; margin-top: 16px;
} }
.option-item[data-v-2dab3356] { .option-item[data-v-fa728c70] {
display: flex; display: flex;
background: #fbfbfb; background: #fbfbfb;
border-radius: 6px; border-radius: 6px;
@ -90,33 +90,33 @@
transition: all ease 0.3s; transition: all ease 0.3s;
border: 1px solid #fbfbfb; border: 1px solid #fbfbfb;
} }
.option-item.isActive[data-v-2dab3356] { .option-item.isActive[data-v-fa728c70] {
border-color: #2e9adb; border-color: #2e9adb;
} }
.option-item .questionSeq[data-v-2dab3356] { .option-item .questionSeq[data-v-fa728c70] {
padding: 8px 0; padding: 8px 0;
} }
.option-item.isTrue[data-v-2dab3356] { .option-item.isTrue[data-v-fa728c70] {
border: 1px solid #70b603; border: 1px solid #70b603;
} }
.option-item.isTrue[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner { .option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #70b603; border-color: #70b603;
background: #70b603; background: #70b603;
} }
.option-item.isFalse[data-v-2dab3356] { .option-item.isFalse[data-v-fa728c70] {
border: 1px solid #d9001b; border: 1px solid #d9001b;
} }
.option-item.isFalse[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner { .option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #d9001b; border-color: #d9001b;
background: #d9001b; background: #d9001b;
} }
.option-item[data-v-2dab3356]:hover { .option-item[data-v-fa728c70]:hover {
background: #ddd; background: #ddd;
} }
.option-item[data-v-2dab3356] .content { .option-item[data-v-fa728c70] .content {
cursor: pointer; cursor: pointer;
} }
.option-item[data-v-2dab3356] .stem-content.no-border { .option-item[data-v-fa728c70] .stem-content.no-border {
padding: 8px 14px !important; padding: 8px 14px !important;
cursor: pointer; cursor: pointer;
} }

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.option-item+.option-item[data-v-2aeaa1c8]{margin-top:16px}.option-item[data-v-2aeaa1c8]{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-2aeaa1c8]{padding:8px 0}.option-item.isActive[data-v-2aeaa1c8]{border-color:#2e9adb}.option-item.isTrue[data-v-2aeaa1c8]{border:1px solid #70b603}.option-item.isTrue[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2aeaa1c8]{border:1px solid #d9001b}.option-item.isFalse[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2aeaa1c8]:hover{background:#ddd}.option-item[data-v-2aeaa1c8] .content{cursor:pointer}.option-item[data-v-2aeaa1c8] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-091089da]{width:100%}.content .stem-content[data-v-091089da]{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-091089da]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-091089da]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-2dab3356]{margin-top:16px}.option-item[data-v-2dab3356]{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-2dab3356]{border-color:#2e9adb}.option-item .questionSeq[data-v-2dab3356]{padding:8px 0}.option-item.isTrue[data-v-2dab3356]{border:1px solid #70b603}.option-item.isTrue[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2dab3356]{border:1px solid #d9001b}.option-item.isFalse[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2dab3356]:hover{background:#ddd}.option-item[data-v-2dab3356] .content{cursor:pointer}.option-item[data-v-2dab3356] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-506f1aca]{width:218px;object-fit:scale-down}.video-file[data-v-506f1aca]{width:408px}.file-render[data-v-506f1aca]{width:100%}.file-info[data-v-506f1aca]{flex:1;min-width:0}.file-info.videoHandler[data-v-506f1aca]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-506f1aca]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-506f1aca]{font-size:14px;color:#666;margin-bottom:19px}[data-v-7628e470] .el-dialog__header{padding:10px}.video-content[data-v-7628e470]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-7628e470]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-7628e470]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-7628e470]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-7628e470]{width:100%}.audio .audio-icon[data-v-25355b9e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-25355b9e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-25355b9e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-25355b9e],.audio .audio-controls .audio-controls--progress[data-v-25355b9e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-25355b9e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e],.audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e]{font-size:12px;color:#333}.play-handler.mobile[data-v-25355b9e]{width:20px;height:20px}.audio-component[data-v-25355b9e]{display:none}[data-v-25355b9e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-25355b9e] .el-slider__bar{height:4px}[data-v-25355b9e] .el-slider__button{width:10px;height:10px}[data-v-25355b9e] .el-slider__button-wrapper{top:-15px} .option-item+.option-item[data-v-7fac7a23]{margin-top:16px}.option-item[data-v-7fac7a23]{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-7fac7a23]{padding:8px 0}.option-item.isActive[data-v-7fac7a23]{border-color:#2e9adb}.option-item.isTrue[data-v-7fac7a23]{border:1px solid #70b603}.option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-7fac7a23]{border:1px solid #d9001b}.option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-7fac7a23]:hover{background:#ddd}.option-item[data-v-7fac7a23] .content{cursor:pointer}.option-item[data-v-7fac7a23] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-3d2dcb5b]{width:100%}.content .stem-content[data-v-3d2dcb5b]{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-3d2dcb5b]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-3d2dcb5b]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-fa728c70]{margin-top:16px}.option-item[data-v-fa728c70]{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-fa728c70]{border-color:#2e9adb}.option-item .questionSeq[data-v-fa728c70]{padding:8px 0}.option-item.isTrue[data-v-fa728c70]{border:1px solid #70b603}.option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-fa728c70]{border:1px solid #d9001b}.option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-fa728c70]:hover{background:#ddd}.option-item[data-v-fa728c70] .content{cursor:pointer}.option-item[data-v-fa728c70] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-506f1aca]{width:218px;object-fit:scale-down}.video-file[data-v-506f1aca]{width:408px}.file-render[data-v-506f1aca]{width:100%}.file-info[data-v-506f1aca]{flex:1;min-width:0}.file-info.videoHandler[data-v-506f1aca]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-506f1aca]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-506f1aca]{font-size:14px;color:#666;margin-bottom:19px}[data-v-7628e470] .el-dialog__header{padding:10px}.video-content[data-v-7628e470]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-7628e470]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-7628e470]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-7628e470]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-7628e470]{width:100%}.audio .audio-icon[data-v-25355b9e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-25355b9e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-25355b9e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-25355b9e],.audio .audio-controls .audio-controls--progress[data-v-25355b9e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-25355b9e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e],.audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e]{font-size:12px;color:#333}.play-handler.mobile[data-v-25355b9e]{width:20px;height:20px}.audio-component[data-v-25355b9e]{display:none}[data-v-25355b9e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-25355b9e] .el-slider__bar{height:4px}[data-v-25355b9e] .el-slider__button{width:10px;height:10px}[data-v-25355b9e] .el-slider__button-wrapper{top:-15px}

View File

@ -1,93 +1,6 @@
/*# sourceMappingURL=render.vue.map */ /*# sourceMappingURL=render.vue.map */
.preview-container-h5[data-v-25742cb8] { .preview-container-h5[data-v-25742cb8] {
padding-top: 15px; padding-top: 15px;
} }
@ -109,3 +22,89 @@
} }
/*# sourceMappingURL=PreviewLooseLeaf.vue.map */ /*# sourceMappingURL=PreviewLooseLeaf.vue.map */

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
// //

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * 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=="; 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==";

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
var singleGroupMixin = { var singleGroupMixin = {

View File

@ -1,108 +1,108 @@
/*# sourceMappingURL=eleventh.vue.map */
/*# sourceMappingURL=eighth.vue.map */
/*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=second.vue.map */
/*# sourceMappingURL=Yellowtheme1.vue.map */
/*# sourceMappingURL=Greytheme1.vue.map */
/*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=seventh.vue.map */ /*# sourceMappingURL=seventh.vue.map */
/*# sourceMappingURL=second.vue.map */
/*# sourceMappingURL=fourth.vue.map */ /*# sourceMappingURL=fourth.vue.map */
/*# sourceMappingURL=sixth.vue.map */ /*# sourceMappingURL=sixth.vue.map */
/*# sourceMappingURL=Greytheme4.vue.map */
/*# sourceMappingURL=tenth.vue.map */
/*# sourceMappingURL=third.vue.map */ /*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=ninth.vue.map */ /*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=Greytheme5.vue.map */ /*# sourceMappingURL=eighth.vue.map */
/*# sourceMappingURL=Greytheme3.vue.map */ /*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=Greentheme3.vue.map */ /*# sourceMappingURL=Greytheme4.vue.map */
/*# sourceMappingURL=Greytheme6.vue.map */ /*# sourceMappingURL=eleventh.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */
/*# sourceMappingURL=Greytheme2.vue.map */ /*# sourceMappingURL=Greytheme2.vue.map */
/*# sourceMappingURL=Redtheme1.vue.map */
/*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=Redtheme3.vue.map */ /*# sourceMappingURL=Redtheme3.vue.map */
/*# sourceMappingURL=Greytheme1.vue.map */
/*# sourceMappingURL=ninth.vue.map */
/*# sourceMappingURL=tenth.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */
/*# sourceMappingURL=Greytheme6.vue.map */
/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=Yellowtheme4.vue.map */
/*# sourceMappingURL=Redtheme2.vue.map */ /*# sourceMappingURL=Greytheme5.vue.map */
/*# sourceMappingURL=Yellowtheme1.vue.map */
/*# sourceMappingURL=Yellowtheme3.vue.map */ /*# sourceMappingURL=Yellowtheme3.vue.map */
/*# sourceMappingURL=Greentheme1.vue.map */ /*# sourceMappingURL=Redtheme1.vue.map */
/*# sourceMappingURL=Greentheme2.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */
/*# sourceMappingURL=Bluetheme3.vue.map */ /*# sourceMappingURL=Greytheme3.vue.map */
/*# sourceMappingURL=Bluetheme4.vue.map */ /*# sourceMappingURL=Greentheme1.vue.map */
/*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=Greentheme4.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */
/*# sourceMappingURL=Greentheme3.vue.map */
/*# sourceMappingURL=Bluetheme4.vue.map */
/*# sourceMappingURL=Bluetheme2.vue.map */ /*# sourceMappingURL=Bluetheme2.vue.map */
/*# sourceMappingURL=Bluetheme1.vue.map */ /*# sourceMappingURL=Bluetheme1.vue.map */
.xml-text-h5[data-v-640283d5] {
/*# sourceMappingURL=Redtheme2.vue.map */
/*# sourceMappingURL=Bluetheme3.vue.map */
.xml-text-h5[data-v-5d93942a] {
} }
.xml-text-pc[data-v-640283d5] { .xml-text-pc[data-v-5d93942a] {
} }
.xml-text-h5[data-v-640283d5] { .xml-text-h5[data-v-5d93942a] {
} }
.xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-audio-wrap,

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';
@ -491,10 +491,12 @@ class MagicLink extends HTMLElement {
} }
.magic-link { .magic-link {
display: inline; display: inline;
font-size:16px;
text-indent: initial; text-indent: initial;
// color: #6883FA; // color: #6883FA;
color: #00F; color: #00F;
transition: all 240ms ease-in-out; transition: all 240ms ease-in-out;
cursor: pointer;
} }
.magic-link:hover { .magic-link:hover {
text-decoration: underline; text-decoration: underline;
@ -15144,8 +15146,8 @@ var script$y = {
trigger: 'blur' trigger: 'blur'
}, { }, {
min: 2, min: 2,
max: 30, max: 50,
message: '长度在 2 到 30 个字符', message: '长度在 2 到 50 个字符',
trigger: 'blur' trigger: 'blur'
}], }],
isDownload: [{ isDownload: [{
@ -15358,7 +15360,7 @@ var script$y = {
} }
this.fileData.resourcesType = fileType; this.fileData.resourcesType = fileType;
this.fileData.fileExt = fileExt; this.fileData.fileExt = fileExt;
this.fileData.resourcesName = this.fileData.resourcesName.length > 30 ? this.fileData.resourcesName.slice(0, 30) : this.fileData.resourcesName; this.fileData.resourcesName = this.fileData.resourcesName.length > 50 ? this.fileData.resourcesName.slice(0, 50) : this.fileData.resourcesName;
}, },
// 上传成功 // 上传成功
handleSuccess(file, item) { handleSuccess(file, item) {
@ -15646,7 +15648,7 @@ var __vue_render__$y = function () {
[ [
_c("el-input", { _c("el-input", {
staticClass: "inputresource", staticClass: "inputresource",
attrs: { maxlength: "30" }, attrs: { maxlength: "50" },
model: { model: {
value: _vm.fileData.resourcesName, value: _vm.fileData.resourcesName,
callback: function ($$v) { callback: function ($$v) {
@ -48437,10 +48439,6 @@ var script$x = {
type: String, type: String,
default: 'h5' default: 'h5'
}, },
resourceBasisPath: {
type: String,
default: ''
},
//当前所处组的规则 //当前所处组的规则
currentRule: { currentRule: {
type: Object, type: Object,
@ -48566,6 +48564,10 @@ var script$x = {
getInitialLoad: { getInitialLoad: {
from: 'getInitialLoad', from: 'getInitialLoad',
default: () => () => false default: () => () => false
},
getResourceBasisPath: {
from: 'getResourceBasisPath',
default: () => () => ''
} }
}, },
computed: { computed: {
@ -48600,7 +48602,10 @@ var script$x = {
let teacherNoteList = this.getTeacherNoteList() || [], let teacherNoteList = this.getTeacherNoteList() || [],
studentNoteList = this.getStudentNoteList() || [], studentNoteList = this.getStudentNoteList() || [],
highlightList = this.getHighlightList() || []; highlightList = this.getHighlightList() || [];
return [...teacherNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...studentNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...highlightList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex)]; return [...teacherNoteList.filter(item => item.location === this.groupLocation), ...studentNoteList.filter(item => item.location === this.groupLocation), ...highlightList.filter(item => item.location === this.groupLocation)];
},
resourceBasisPath() {
return this.getResourceBasisPath();
} }
}, },
watch: { watch: {
@ -48643,7 +48648,7 @@ var script$x = {
if (!this.blockData.html) { if (!this.blockData.html) {
this.blockData.html = '<span>暂无内容</span>'; this.blockData.html = '<span>暂无内容</span>';
} }
const wrapSelector = `#${this.blockId} .richtext-reset-wrapper--view`; `#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link'); let mceMagicLinkRegistered = window.customElements?.get('magic-link');
if (!mceMagicLinkRegistered) { if (!mceMagicLinkRegistered) {
window.customElements.whenDefined('magic-link').then(res => { window.customElements.whenDefined('magic-link').then(res => {
@ -48653,7 +48658,7 @@ var script$x = {
} }
let containerSelector = `#${this.blockId}.richtext-reset-container`; let containerSelector = `#${this.blockId}.richtext-reset-container`;
this.$nextTick(() => { this.$nextTick(() => {
jquery(wrapSelector).on('click', 'img', function (e) { jquery(containerSelector).on('click', 'img', function (e) {
let target = jquery(e.target); let target = jquery(e.target);
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]')); console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]'));
let title = target.attr('alt'); let title = target.attr('alt');
@ -48771,7 +48776,17 @@ var script$x = {
interactive: true, interactive: true,
allowHTML: true, allowHTML: true,
// followCursor: this.isMobile ? true : 'initial', // followCursor: this.isMobile ? true : 'initial',
followCursor: 'initial' followCursor: 'initial',
onShow(instance) {
_this.$EventBus.$emit('tippyChange', {
state: true
});
},
onHide(instance) {
_this.$EventBus.$emit('tippyChange', {
state: false
});
}
}); });
function findParentByClassName(node, className) { function findParentByClassName(node, className) {
if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) { if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) {
@ -48793,7 +48808,6 @@ var script$x = {
let timer = null; let timer = null;
this.markInstance.on('selected', data => { this.markInstance.on('selected', data => {
if (this.insideIndex === this.ruleIndex) { if (this.insideIndex === this.ruleIndex) {
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'SelectionChange', data);
let { let {
startContainer, startContainer,
endContainer endContainer
@ -49063,6 +49077,21 @@ var script$x = {
// let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0) // let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0)
let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>'; let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>';
let u = navigator.userAgent; let u = navigator.userAgent;
let markId = `mark__${v4()}`;
let noteModel = {
selectionText: this.noteData.selectionText,
noteContent: '',
markEfiCode: this.markEfiStr,
type: `note__${this.userType}`,
styleType: 'mk-underline__dashed',
blockIndex: this.ruleIndex,
markId
};
this.$EventBus.$emit('selectionTextChange', {
state: false,
tippyTplBarId: _this.tippyTplBarId,
noteModel
});
if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) { if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
_this.activeTippy[0].setProps({ _this.activeTippy[0].setProps({
content, content,
@ -50074,7 +50103,7 @@ __vue_render__$x._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__$x = undefined; const __vue_inject_styles__$x = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__$x = "data-v-640283d5"; const __vue_scope_id__$x = "data-v-5d93942a";
/* module identifier */ /* module identifier */
const __vue_module_identifier__$x = undefined; const __vue_module_identifier__$x = undefined;
/* functional template */ /* functional template */

View File

@ -4,10 +4,10 @@
/*# sourceMappingURL=QuestionItem.vue.map */ /*# sourceMappingURL=QuestionItem.vue.map */
.content[data-v-091089da] { .content[data-v-3d2dcb5b] {
width: 100%; width: 100%;
} }
.content .stem-content[data-v-091089da] { .content .stem-content[data-v-3d2dcb5b] {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 5px 14px; padding: 5px 14px;
@ -16,12 +16,12 @@
border-radius: 6px; border-radius: 6px;
cursor: pointer; cursor: pointer;
} }
.content .stem-content.no-border[data-v-091089da] { .content .stem-content.no-border[data-v-3d2dcb5b] {
padding: 0; padding: 0;
border: none; border: none;
cursor: default; cursor: default;
} }
.content .stem-content .placeholder[data-v-091089da] { .content .stem-content .placeholder[data-v-3d2dcb5b] {
color: #c0c4cc; color: #c0c4cc;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
@ -29,10 +29,10 @@
} }
/*# sourceMappingURL=common.vue.map */ /*# sourceMappingURL=common.vue.map */
.option-item + .option-item[data-v-2aeaa1c8] { .option-item + .option-item[data-v-fa728c70] {
margin-top: 16px; margin-top: 16px;
} }
.option-item[data-v-2aeaa1c8] { .option-item[data-v-fa728c70] {
display: flex; display: flex;
background: #fbfbfb; background: #fbfbfb;
border-radius: 6px; border-radius: 6px;
@ -41,82 +41,82 @@
transition: all ease 0.3s; transition: all ease 0.3s;
border: 1px solid #fbfbfb; border: 1px solid #fbfbfb;
} }
.option-item .questionSeq[data-v-2aeaa1c8] { .option-item.isActive[data-v-fa728c70] {
padding: 8px 0;
}
.option-item.isActive[data-v-2aeaa1c8] {
border-color: #2e9adb; border-color: #2e9adb;
} }
.option-item.isTrue[data-v-2aeaa1c8] { .option-item .questionSeq[data-v-fa728c70] {
padding: 8px 0;
}
.option-item.isTrue[data-v-fa728c70] {
border: 1px solid #70b603; border: 1px solid #70b603;
} }
.option-item.isTrue[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner { .option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #70b603; border-color: #70b603;
background: #70b603; background: #70b603;
} }
.option-item.isFalse[data-v-2aeaa1c8] { .option-item.isFalse[data-v-fa728c70] {
border: 1px solid #d9001b; border: 1px solid #d9001b;
} }
.option-item.isFalse[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner { .option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #d9001b; border-color: #d9001b;
background: #d9001b; background: #d9001b;
} }
.option-item[data-v-2aeaa1c8]:hover { .option-item[data-v-fa728c70]:hover {
background: #ddd; background: #ddd;
} }
.option-item[data-v-2aeaa1c8] .content { .option-item[data-v-fa728c70] .content {
cursor: pointer; cursor: pointer;
} }
.option-item[data-v-2aeaa1c8] .stem-content.no-border { .option-item[data-v-fa728c70] .stem-content.no-border {
padding: 8px 14px !important;
cursor: pointer;
}
/*# sourceMappingURL=radio.vue.map */
.option-item + .option-item[data-v-2dab3356] {
margin-top: 16px;
}
.option-item[data-v-2dab3356] {
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-2dab3356] {
border-color: #2e9adb;
}
.option-item .questionSeq[data-v-2dab3356] {
padding: 8px 0;
}
.option-item.isTrue[data-v-2dab3356] {
border: 1px solid #70b603;
}
.option-item.isTrue[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #70b603;
background: #70b603;
}
.option-item.isFalse[data-v-2dab3356] {
border: 1px solid #d9001b;
}
.option-item.isFalse[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #d9001b;
background: #d9001b;
}
.option-item[data-v-2dab3356]:hover {
background: #ddd;
}
.option-item[data-v-2dab3356] .content {
cursor: pointer;
}
.option-item[data-v-2dab3356] .stem-content.no-border {
padding: 8px 14px !important; padding: 8px 14px !important;
cursor: pointer; cursor: pointer;
} }
/*# sourceMappingURL=checkbox.vue.map */ /*# sourceMappingURL=checkbox.vue.map */
.option-item + .option-item[data-v-7fac7a23] {
margin-top: 16px;
}
.option-item[data-v-7fac7a23] {
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-7fac7a23] {
padding: 8px 0;
}
.option-item.isActive[data-v-7fac7a23] {
border-color: #2e9adb;
}
.option-item.isTrue[data-v-7fac7a23] {
border: 1px solid #70b603;
}
.option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
border-color: #70b603;
background: #70b603;
}
.option-item.isFalse[data-v-7fac7a23] {
border: 1px solid #d9001b;
}
.option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
border-color: #d9001b;
background: #d9001b;
}
.option-item[data-v-7fac7a23]:hover {
background: #ddd;
}
.option-item[data-v-7fac7a23] .content {
cursor: pointer;
}
.option-item[data-v-7fac7a23] .stem-content.no-border {
padding: 8px 14px !important;
cursor: pointer;
}
/*# sourceMappingURL=radio.vue.map */
.image-file[data-v-506f1aca] { .image-file[data-v-506f1aca] {
width: 218px; width: 218px;
object-fit: scale-down; object-fit: scale-down;
@ -148,6 +148,43 @@
} }
/*# sourceMappingURL=index.vue.map */ /*# sourceMappingURL=index.vue.map */
[data-v-7628e470] .el-dialog__header {
padding: 10px;
}
.video-content[data-v-7628e470] {
width: 180px;
height: 135px;
border-radius: 6px;
overflow: hidden;
position: relative;
}
.video-content .play[data-v-7628e470] {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
transform: translateX(-50%) translateY(-50%);
}
.video-mask[data-v-7628e470] {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.video-mask img[data-v-7628e470] {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% -50%);
display: block;
}
.video-player[data-v-7628e470] {
width: 100%;
}
/*# sourceMappingURL=video-play.vue.map */
.audio .audio-icon[data-v-25355b9e] { .audio .audio-icon[data-v-25355b9e] {
width: 36px; width: 36px;
height: 36px; height: 36px;
@ -207,40 +244,3 @@
} }
/*# sourceMappingURL=audio-play-new.vue.map */ /*# sourceMappingURL=audio-play-new.vue.map */
[data-v-7628e470] .el-dialog__header {
padding: 10px;
}
.video-content[data-v-7628e470] {
width: 180px;
height: 135px;
border-radius: 6px;
overflow: hidden;
position: relative;
}
.video-content .play[data-v-7628e470] {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
transform: translateX(-50%) translateY(-50%);
}
.video-mask[data-v-7628e470] {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.video-mask img[data-v-7628e470] {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% -50%);
display: block;
}
.video-player[data-v-7628e470] {
width: 100%;
}
/*# sourceMappingURL=video-play.vue.map */

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.content[data-v-091089da]{width:100%}.content .stem-content[data-v-091089da]{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-091089da]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-091089da]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-2aeaa1c8]{margin-top:16px}.option-item[data-v-2aeaa1c8]{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-2aeaa1c8]{padding:8px 0}.option-item.isActive[data-v-2aeaa1c8]{border-color:#2e9adb}.option-item.isTrue[data-v-2aeaa1c8]{border:1px solid #70b603}.option-item.isTrue[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2aeaa1c8]{border:1px solid #d9001b}.option-item.isFalse[data-v-2aeaa1c8] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2aeaa1c8]:hover{background:#ddd}.option-item[data-v-2aeaa1c8] .content{cursor:pointer}.option-item[data-v-2aeaa1c8] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-2dab3356]{margin-top:16px}.option-item[data-v-2dab3356]{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-2dab3356]{border-color:#2e9adb}.option-item .questionSeq[data-v-2dab3356]{padding:8px 0}.option-item.isTrue[data-v-2dab3356]{border:1px solid #70b603}.option-item.isTrue[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2dab3356]{border:1px solid #d9001b}.option-item.isFalse[data-v-2dab3356] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2dab3356]:hover{background:#ddd}.option-item[data-v-2dab3356] .content{cursor:pointer}.option-item[data-v-2dab3356] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-506f1aca]{width:218px;object-fit:scale-down}.video-file[data-v-506f1aca]{width:408px}.file-render[data-v-506f1aca]{width:100%}.file-info[data-v-506f1aca]{flex:1;min-width:0}.file-info.videoHandler[data-v-506f1aca]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-506f1aca]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-506f1aca]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-25355b9e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-25355b9e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-25355b9e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-25355b9e],.audio .audio-controls .audio-controls--progress[data-v-25355b9e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-25355b9e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e],.audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e]{font-size:12px;color:#333}.play-handler.mobile[data-v-25355b9e]{width:20px;height:20px}.audio-component[data-v-25355b9e]{display:none}[data-v-25355b9e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-25355b9e] .el-slider__bar{height:4px}[data-v-25355b9e] .el-slider__button{width:10px;height:10px}[data-v-25355b9e] .el-slider__button-wrapper{top:-15px}[data-v-7628e470] .el-dialog__header{padding:10px}.video-content[data-v-7628e470]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-7628e470]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-7628e470]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-7628e470]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-7628e470]{width:100%} .content[data-v-3d2dcb5b]{width:100%}.content .stem-content[data-v-3d2dcb5b]{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-3d2dcb5b]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-3d2dcb5b]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-fa728c70]{margin-top:16px}.option-item[data-v-fa728c70]{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-fa728c70]{border-color:#2e9adb}.option-item .questionSeq[data-v-fa728c70]{padding:8px 0}.option-item.isTrue[data-v-fa728c70]{border:1px solid #70b603}.option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-fa728c70]{border:1px solid #d9001b}.option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-fa728c70]:hover{background:#ddd}.option-item[data-v-fa728c70] .content{cursor:pointer}.option-item[data-v-fa728c70] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-7fac7a23]{margin-top:16px}.option-item[data-v-7fac7a23]{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-7fac7a23]{padding:8px 0}.option-item.isActive[data-v-7fac7a23]{border-color:#2e9adb}.option-item.isTrue[data-v-7fac7a23]{border:1px solid #70b603}.option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-7fac7a23]{border:1px solid #d9001b}.option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-7fac7a23]:hover{background:#ddd}.option-item[data-v-7fac7a23] .content{cursor:pointer}.option-item[data-v-7fac7a23] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-506f1aca]{width:218px;object-fit:scale-down}.video-file[data-v-506f1aca]{width:408px}.file-render[data-v-506f1aca]{width:100%}.file-info[data-v-506f1aca]{flex:1;min-width:0}.file-info.videoHandler[data-v-506f1aca]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-506f1aca]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-506f1aca]{font-size:14px;color:#666;margin-bottom:19px}[data-v-7628e470] .el-dialog__header{padding:10px}.video-content[data-v-7628e470]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-7628e470]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-7628e470]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-7628e470]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-7628e470]{width:100%}.audio .audio-icon[data-v-25355b9e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-25355b9e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-25355b9e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-25355b9e],.audio .audio-controls .audio-controls--progress[data-v-25355b9e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-25355b9e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e],.audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e]{font-size:12px;color:#333}.play-handler.mobile[data-v-25355b9e]{width:20px;height:20px}.audio-component[data-v-25355b9e]{display:none}[data-v-25355b9e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-25355b9e] .el-slider__bar{height:4px}[data-v-25355b9e] .el-slider__button{width:10px;height:10px}[data-v-25355b9e] .el-slider__button-wrapper{top:-15px}

View File

@ -1,3 +1,14 @@
.xml-text-h5[data-v-5d93942a] {
}
.xml-text-pc[data-v-5d93942a] {
}
.xml-text-h5[data-v-5d93942a] {
}
/*# sourceMappingURL=XmlTextDialog.vue.map */
.xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-audio-wrap,
.xml-text-h5 .inline-link-wrap { .xml-text-h5 .inline-link-wrap {
align-items: center; align-items: center;
@ -69,17 +80,6 @@
/*# sourceMappingURL=XmlText.vue.map */ /*# sourceMappingURL=XmlText.vue.map */
.xml-text-h5[data-v-640283d5] {
}
.xml-text-pc[data-v-640283d5] {
}
.xml-text-h5[data-v-640283d5] {
}
/*# sourceMappingURL=XmlTextDialog.vue.map */

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';
@ -491,10 +491,12 @@ class MagicLink extends HTMLElement {
} }
.magic-link { .magic-link {
display: inline; display: inline;
font-size:16px;
text-indent: initial; text-indent: initial;
// color: #6883FA; // color: #6883FA;
color: #00F; color: #00F;
transition: all 240ms ease-in-out; transition: all 240ms ease-in-out;
cursor: pointer;
} }
.magic-link:hover { .magic-link:hover {
text-decoration: underline; text-decoration: underline;
@ -15144,8 +15146,8 @@ var script$1 = {
trigger: 'blur' trigger: 'blur'
}, { }, {
min: 2, min: 2,
max: 30, max: 50,
message: '长度在 2 到 30 个字符', message: '长度在 2 到 50 个字符',
trigger: 'blur' trigger: 'blur'
}], }],
isDownload: [{ isDownload: [{
@ -15358,7 +15360,7 @@ var script$1 = {
} }
this.fileData.resourcesType = fileType; this.fileData.resourcesType = fileType;
this.fileData.fileExt = fileExt; this.fileData.fileExt = fileExt;
this.fileData.resourcesName = this.fileData.resourcesName.length > 30 ? this.fileData.resourcesName.slice(0, 30) : this.fileData.resourcesName; this.fileData.resourcesName = this.fileData.resourcesName.length > 50 ? this.fileData.resourcesName.slice(0, 50) : this.fileData.resourcesName;
}, },
// 上传成功 // 上传成功
handleSuccess(file, item) { handleSuccess(file, item) {
@ -15646,7 +15648,7 @@ var __vue_render__$1 = function () {
[ [
_c("el-input", { _c("el-input", {
staticClass: "inputresource", staticClass: "inputresource",
attrs: { maxlength: "30" }, attrs: { maxlength: "50" },
model: { model: {
value: _vm.fileData.resourcesName, value: _vm.fileData.resourcesName,
callback: function ($$v) { callback: function ($$v) {
@ -48437,10 +48439,6 @@ var script = {
type: String, type: String,
default: 'h5' default: 'h5'
}, },
resourceBasisPath: {
type: String,
default: ''
},
//当前所处组的规则 //当前所处组的规则
currentRule: { currentRule: {
type: Object, type: Object,
@ -48566,6 +48564,10 @@ var script = {
getInitialLoad: { getInitialLoad: {
from: 'getInitialLoad', from: 'getInitialLoad',
default: () => () => false default: () => () => false
},
getResourceBasisPath: {
from: 'getResourceBasisPath',
default: () => () => ''
} }
}, },
computed: { computed: {
@ -48600,7 +48602,10 @@ var script = {
let teacherNoteList = this.getTeacherNoteList() || [], let teacherNoteList = this.getTeacherNoteList() || [],
studentNoteList = this.getStudentNoteList() || [], studentNoteList = this.getStudentNoteList() || [],
highlightList = this.getHighlightList() || []; highlightList = this.getHighlightList() || [];
return [...teacherNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...studentNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...highlightList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex)]; return [...teacherNoteList.filter(item => item.location === this.groupLocation), ...studentNoteList.filter(item => item.location === this.groupLocation), ...highlightList.filter(item => item.location === this.groupLocation)];
},
resourceBasisPath() {
return this.getResourceBasisPath();
} }
}, },
watch: { watch: {
@ -48643,7 +48648,7 @@ var script = {
if (!this.blockData.html) { if (!this.blockData.html) {
this.blockData.html = '<span>暂无内容</span>'; this.blockData.html = '<span>暂无内容</span>';
} }
const wrapSelector = `#${this.blockId} .richtext-reset-wrapper--view`; `#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link'); let mceMagicLinkRegistered = window.customElements?.get('magic-link');
if (!mceMagicLinkRegistered) { if (!mceMagicLinkRegistered) {
window.customElements.whenDefined('magic-link').then(res => { window.customElements.whenDefined('magic-link').then(res => {
@ -48653,7 +48658,7 @@ var script = {
} }
let containerSelector = `#${this.blockId}.richtext-reset-container`; let containerSelector = `#${this.blockId}.richtext-reset-container`;
this.$nextTick(() => { this.$nextTick(() => {
jquery(wrapSelector).on('click', 'img', function (e) { jquery(containerSelector).on('click', 'img', function (e) {
let target = jquery(e.target); let target = jquery(e.target);
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]')); console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]'));
let title = target.attr('alt'); let title = target.attr('alt');
@ -48771,7 +48776,17 @@ var script = {
interactive: true, interactive: true,
allowHTML: true, allowHTML: true,
// followCursor: this.isMobile ? true : 'initial', // followCursor: this.isMobile ? true : 'initial',
followCursor: 'initial' followCursor: 'initial',
onShow(instance) {
_this.$EventBus.$emit('tippyChange', {
state: true
});
},
onHide(instance) {
_this.$EventBus.$emit('tippyChange', {
state: false
});
}
}); });
function findParentByClassName(node, className) { function findParentByClassName(node, className) {
if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) { if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) {
@ -48793,7 +48808,6 @@ var script = {
let timer = null; let timer = null;
this.markInstance.on('selected', data => { this.markInstance.on('selected', data => {
if (this.insideIndex === this.ruleIndex) { if (this.insideIndex === this.ruleIndex) {
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'SelectionChange', data);
let { let {
startContainer, startContainer,
endContainer endContainer
@ -49063,6 +49077,21 @@ var script = {
// let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0) // let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0)
let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>'; let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>';
let u = navigator.userAgent; let u = navigator.userAgent;
let markId = `mark__${v4()}`;
let noteModel = {
selectionText: this.noteData.selectionText,
noteContent: '',
markEfiCode: this.markEfiStr,
type: `note__${this.userType}`,
styleType: 'mk-underline__dashed',
blockIndex: this.ruleIndex,
markId
};
this.$EventBus.$emit('selectionTextChange', {
state: false,
tippyTplBarId: _this.tippyTplBarId,
noteModel
});
if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) { if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
_this.activeTippy[0].setProps({ _this.activeTippy[0].setProps({
content, content,
@ -50074,7 +50103,7 @@ __vue_render__._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__ = undefined; const __vue_inject_styles__ = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__ = "data-v-640283d5"; const __vue_scope_id__ = "data-v-5d93942a";
/* module identifier */ /* module identifier */
const __vue_module_identifier__ = undefined; const __vue_module_identifier__ = undefined;
/* functional template */ /* functional template */

View File

@ -1 +1 @@
@charset "UTF-8";.heimgfont,[class*=" dl-icon-"],[class^=dl-icon-]{font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:douluo-icons;src:url(./fonts/iconfont.woff?t=1662431203509) format("woff"),url(./fonts/iconfont.ttf?t=1662431203509) format("truetype")}@font-face{font-family:heimgfont;src:url(./fonts/iconfont/iconfont.woff2?t=1635390861127) format("woff2"),url(./fonts/iconfont/iconfont.woff?t=1635390861127) format("woff"),url(./fonts/iconfont/iconfont.ttf?t=1635390861127) format("truetype")}[class*=" dl-icon-"],[class^=dl-icon-]{font-family:douluo-icons!important;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block}.dl-icon-add:before{content:"\e608"}.dl-icon-close:before{content:"\e607"}.dl-icon-warning:before{content:"\e606"}.dl-icon-info:before{content:"\e675"}.dl-icon-lock:before{content:"\e604"}.dl-icon-check:before{content:"\e663"}.dl-icon-success:before{content:"\e603"}.dl-icon-error:before{content:"\e601"}.dl-icon-help:before{content:"\e662"}.dl-icon-reflesh:before{content:"\e628"}.dl-icon-setting:before{content:"\e639"}.dl-icon-pass:before{content:"\e65a"}.dl-icon-delete:before{content:"\e605"}.dl-icon-star:before{content:"\e617"}.dl-icon-yanjing:before{content:"\e61a"}.dl-icon-right:before{content:"\e621"}.dl-icon-left:before{content:"\e622"}.dl-icon-review:before{content:"\e674"}.heimgfont{font-family:heimgfont!important;font-size:16px}.heimg-iconguanbi1:before{content:"\e608"}.heimg-iconiconfontzhizuobiaozhun023146:before{content:"\e694"}.heimg-iconhelp:before{content:"\e626"}.heimg-iconjiazaizhong:before{content:"\e6b1"}.heimg-icontupianjiazaishibai:before{content:"\ec0d"}.heimg-iconicon_arrow_right:before{content:"\e60d"}.heimg-iconjiantouzuo:before{content:"\e620"}.heimg-iconxuanzhuan:before{content:"\e66f"}.heimg-iconxuanzhuan1:before{content:"\e670"}.heimg-iconyuanshibili:before{content:"\e86b"}.heimg-iconfangda:before{content:"\e65d"}.heimg-iconsuoxiao:before{content:"\e65e"}.heimg-iconquanping:before{content:"\e698"}.heimg-iconguanbi:before{content:"\e764"} @charset "UTF-8";.heimgfont,[class*=" dl-icon-"],[class^=dl-icon-]{font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:douluo-icons;src:url(./fonts/iconfont.woff?t=1662431203509) format("woff"),url(./fonts/iconfont.ttf?t=1662431203509) format("truetype")}@font-face{font-family:heimgfont;src:url(./fonts/iconfont/iconfont.woff2?t=1635390861127) format("woff2"),url(./fonts/iconfont/iconfont.woff?t=1635390861127) format("woff"),url(./fonts/iconfont/iconfont.ttf?t=1635390861127) format("truetype")}@font-face{font-family:"宋体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/SourceHanSerifSC-VF.otf.woff2) format("woff2"),url(./fonts/simsun.woff2?t=1662431203509) format("woff2")}@font-face{font-family:SimSun;src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/SourceHanSerifSC-VF.otf.woff2) format("woff2"),url(./fonts/simsun.woff2?t=1662431203509) format("woff2")}@font-face{font-family:"黑体";src:url(https://cmp-public-resource.oss-cn-beijing.aliyuncs.com/font/SourceHanSansSC-VF.otf.woff2) format("woff2"),url(./fonts/simhei.woff2?t=1662431203510) format("woff2")}@font-face{font-family:"楷体";src:url(./fonts/simkai.woff2?t=1662431203511) format("woff2")}[class*=" dl-icon-"],[class^=dl-icon-]{font-family:douluo-icons!important;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block}.dl-icon-add:before{content:"\e608"}.dl-icon-close:before{content:"\e607"}.dl-icon-warning:before{content:"\e606"}.dl-icon-info:before{content:"\e675"}.dl-icon-lock:before{content:"\e604"}.dl-icon-check:before{content:"\e663"}.dl-icon-success:before{content:"\e603"}.dl-icon-error:before{content:"\e601"}.dl-icon-help:before{content:"\e662"}.dl-icon-reflesh:before{content:"\e628"}.dl-icon-setting:before{content:"\e639"}.dl-icon-pass:before{content:"\e65a"}.dl-icon-delete:before{content:"\e605"}.dl-icon-star:before{content:"\e617"}.dl-icon-yanjing:before{content:"\e61a"}.dl-icon-right:before{content:"\e621"}.dl-icon-left:before{content:"\e622"}.dl-icon-review:before{content:"\e674"}.heimgfont{font-family:heimgfont!important;font-size:16px}.heimg-iconguanbi1:before{content:"\e608"}.heimg-iconiconfontzhizuobiaozhun023146:before{content:"\e694"}.heimg-iconhelp:before{content:"\e626"}.heimg-iconjiazaizhong:before{content:"\e6b1"}.heimg-icontupianjiazaishibai:before{content:"\ec0d"}.heimg-iconicon_arrow_right:before{content:"\e60d"}.heimg-iconjiantouzuo:before{content:"\e620"}.heimg-iconxuanzhuan:before{content:"\e66f"}.heimg-iconxuanzhuan1:before{content:"\e670"}.heimg-iconyuanshibili:before{content:"\e86b"}.heimg-iconfangda:before{content:"\e65d"}.heimg-iconsuoxiao:before{content:"\e65e"}.heimg-iconquanping:before{content:"\e698"}.heimg-iconguanbi:before{content:"\e764"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,100 +3,85 @@
/*# sourceMappingURL=first.vue.map */ /*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=second.vue.map */ /*# sourceMappingURL=semicircle.vue.map */
/*# sourceMappingURL=rotundity.vue.map */
/*# sourceMappingURL=hexagon.vue.map */
/*# sourceMappingURL=twelfth.vue.map */
/*# sourceMappingURL=rectangle.vue.map */
/*# sourceMappingURL=thirteenth.vue.map */
/*# sourceMappingURL=sixth.vue.map */
/*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=fifth.vue.map */ /*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=triangle.vue.map */
/*# sourceMappingURL=seventeen.vue.map */
/*# sourceMappingURL=semicircle.vue.map */
/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=eighteen.vue.map */
/*# sourceMappingURL=sixteen.vue.map */
/*# sourceMappingURL=square.vue.map */ /*# sourceMappingURL=square.vue.map */
/*# sourceMappingURL=Greentheme1.vue.map */ /*# sourceMappingURL=triangle.vue.map */
/*# sourceMappingURL=twelfth.vue.map */
/*# sourceMappingURL=hexagon.vue.map */
/*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=rectangle.vue.map */
/*# sourceMappingURL=sixth.vue.map */
/*# sourceMappingURL=second.vue.map */
/*# sourceMappingURL=fifteen.vue.map */ /*# sourceMappingURL=fifteen.vue.map */
/*# sourceMappingURL=nineteen.vue.map */ /*# sourceMappingURL=rotundity.vue.map */
/*# sourceMappingURL=Greentheme2.vue.map */ /*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=eighteen2.vue.map */
/*# sourceMappingURL=Greentheme4.vue.map */
/*# sourceMappingURL=Greentheme3.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */
/*# sourceMappingURL=Yellowtheme3.vue.map */ /*# sourceMappingURL=seventeen.vue.map */
/*# sourceMappingURL=Greentheme5.vue.map */ /*# sourceMappingURL=sixteen.vue.map */
/*# sourceMappingURL=Yellowtheme1.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */
/*# sourceMappingURL=Yellowtheme4.vue.map */ /*# sourceMappingURL=thirteenth.vue.map */
/*# sourceMappingURL=Greentheme2.vue.map */
/*# sourceMappingURL=Greentheme6.vue.map */ /*# sourceMappingURL=Greentheme6.vue.map */
/*# sourceMappingURL=SanQintheme2.vue.map */ /*# sourceMappingURL=eighteen.vue.map */
/*# sourceMappingURL=nineteen.vue.map */
/*# sourceMappingURL=Greentheme5.vue.map */
/*# sourceMappingURL=Greentheme1.vue.map */
/*# sourceMappingURL=eighteen2.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=Yellowtheme2.vue.map */
/*# sourceMappingURL=SanQintheme3.vue.map */ /*# sourceMappingURL=Yellowtheme4.vue.map */
/*# sourceMappingURL=Yellowtheme5.vue.map */
/*# sourceMappingURL=SanQintheme1.vue.map */ /*# sourceMappingURL=SanQintheme1.vue.map */
@ -105,15 +90,22 @@
/*# sourceMappingURL=Yellowtheme6.vue.map */ /*# sourceMappingURL=Yellowtheme6.vue.map */
/*# sourceMappingURL=Yellowtheme3.vue.map */
/*# sourceMappingURL=Yellowtheme5.vue.map */
/*# sourceMappingURL=SanQintheme2.vue.map */
/*# sourceMappingURL=Yellowtheme1.vue.map */
/*# sourceMappingURL=Knowledge.vue.map */ /*# sourceMappingURL=Knowledge.vue.map */
.xml-text-h5[data-v-640283d5] {
}
.xml-text-pc[data-v-640283d5] {
}
.xml-text-h5[data-v-640283d5] {
}
/*# sourceMappingURL=SanQintheme3.vue.map */
.xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-audio-wrap,
.xml-text-h5 .inline-link-wrap { .xml-text-h5 .inline-link-wrap {
align-items: center; align-items: center;
@ -185,6 +177,14 @@
/*# sourceMappingURL=XmlText.vue.map */ /*# sourceMappingURL=XmlText.vue.map */
.xml-text-h5[data-v-5d93942a] {
}
.xml-text-pc[data-v-5d93942a] {
}
.xml-text-h5[data-v-5d93942a] {
}
/*# sourceMappingURL=XmlTextDialog.vue.map */ /*# sourceMappingURL=XmlTextDialog.vue.map */

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';
@ -491,10 +491,12 @@ class MagicLink extends HTMLElement {
} }
.magic-link { .magic-link {
display: inline; display: inline;
font-size:16px;
text-indent: initial; text-indent: initial;
// color: #6883FA; // color: #6883FA;
color: #00F; color: #00F;
transition: all 240ms ease-in-out; transition: all 240ms ease-in-out;
cursor: pointer;
} }
.magic-link:hover { .magic-link:hover {
text-decoration: underline; text-decoration: underline;
@ -15144,8 +15146,8 @@ var script$B = {
trigger: 'blur' trigger: 'blur'
}, { }, {
min: 2, min: 2,
max: 30, max: 50,
message: '长度在 2 到 30 个字符', message: '长度在 2 到 50 个字符',
trigger: 'blur' trigger: 'blur'
}], }],
isDownload: [{ isDownload: [{
@ -15358,7 +15360,7 @@ var script$B = {
} }
this.fileData.resourcesType = fileType; this.fileData.resourcesType = fileType;
this.fileData.fileExt = fileExt; this.fileData.fileExt = fileExt;
this.fileData.resourcesName = this.fileData.resourcesName.length > 30 ? this.fileData.resourcesName.slice(0, 30) : this.fileData.resourcesName; this.fileData.resourcesName = this.fileData.resourcesName.length > 50 ? this.fileData.resourcesName.slice(0, 50) : this.fileData.resourcesName;
}, },
// 上传成功 // 上传成功
handleSuccess(file, item) { handleSuccess(file, item) {
@ -15646,7 +15648,7 @@ var __vue_render__$B = function () {
[ [
_c("el-input", { _c("el-input", {
staticClass: "inputresource", staticClass: "inputresource",
attrs: { maxlength: "30" }, attrs: { maxlength: "50" },
model: { model: {
value: _vm.fileData.resourcesName, value: _vm.fileData.resourcesName,
callback: function ($$v) { callback: function ($$v) {
@ -48437,10 +48439,6 @@ var script$A = {
type: String, type: String,
default: 'h5' default: 'h5'
}, },
resourceBasisPath: {
type: String,
default: ''
},
//当前所处组的规则 //当前所处组的规则
currentRule: { currentRule: {
type: Object, type: Object,
@ -48566,6 +48564,10 @@ var script$A = {
getInitialLoad: { getInitialLoad: {
from: 'getInitialLoad', from: 'getInitialLoad',
default: () => () => false default: () => () => false
},
getResourceBasisPath: {
from: 'getResourceBasisPath',
default: () => () => ''
} }
}, },
computed: { computed: {
@ -48600,7 +48602,10 @@ var script$A = {
let teacherNoteList = this.getTeacherNoteList() || [], let teacherNoteList = this.getTeacherNoteList() || [],
studentNoteList = this.getStudentNoteList() || [], studentNoteList = this.getStudentNoteList() || [],
highlightList = this.getHighlightList() || []; highlightList = this.getHighlightList() || [];
return [...teacherNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...studentNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...highlightList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex)]; return [...teacherNoteList.filter(item => item.location === this.groupLocation), ...studentNoteList.filter(item => item.location === this.groupLocation), ...highlightList.filter(item => item.location === this.groupLocation)];
},
resourceBasisPath() {
return this.getResourceBasisPath();
} }
}, },
watch: { watch: {
@ -48643,7 +48648,7 @@ var script$A = {
if (!this.blockData.html) { if (!this.blockData.html) {
this.blockData.html = '<span>暂无内容</span>'; this.blockData.html = '<span>暂无内容</span>';
} }
const wrapSelector = `#${this.blockId} .richtext-reset-wrapper--view`; `#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link'); let mceMagicLinkRegistered = window.customElements?.get('magic-link');
if (!mceMagicLinkRegistered) { if (!mceMagicLinkRegistered) {
window.customElements.whenDefined('magic-link').then(res => { window.customElements.whenDefined('magic-link').then(res => {
@ -48653,7 +48658,7 @@ var script$A = {
} }
let containerSelector = `#${this.blockId}.richtext-reset-container`; let containerSelector = `#${this.blockId}.richtext-reset-container`;
this.$nextTick(() => { this.$nextTick(() => {
jquery(wrapSelector).on('click', 'img', function (e) { jquery(containerSelector).on('click', 'img', function (e) {
let target = jquery(e.target); let target = jquery(e.target);
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]')); console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]'));
let title = target.attr('alt'); let title = target.attr('alt');
@ -48771,7 +48776,17 @@ var script$A = {
interactive: true, interactive: true,
allowHTML: true, allowHTML: true,
// followCursor: this.isMobile ? true : 'initial', // followCursor: this.isMobile ? true : 'initial',
followCursor: 'initial' followCursor: 'initial',
onShow(instance) {
_this.$EventBus.$emit('tippyChange', {
state: true
});
},
onHide(instance) {
_this.$EventBus.$emit('tippyChange', {
state: false
});
}
}); });
function findParentByClassName(node, className) { function findParentByClassName(node, className) {
if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) { if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) {
@ -48793,7 +48808,6 @@ var script$A = {
let timer = null; let timer = null;
this.markInstance.on('selected', data => { this.markInstance.on('selected', data => {
if (this.insideIndex === this.ruleIndex) { if (this.insideIndex === this.ruleIndex) {
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'SelectionChange', data);
let { let {
startContainer, startContainer,
endContainer endContainer
@ -49063,6 +49077,21 @@ var script$A = {
// let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0) // let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0)
let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>'; let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>';
let u = navigator.userAgent; let u = navigator.userAgent;
let markId = `mark__${v4()}`;
let noteModel = {
selectionText: this.noteData.selectionText,
noteContent: '',
markEfiCode: this.markEfiStr,
type: `note__${this.userType}`,
styleType: 'mk-underline__dashed',
blockIndex: this.ruleIndex,
markId
};
this.$EventBus.$emit('selectionTextChange', {
state: false,
tippyTplBarId: _this.tippyTplBarId,
noteModel
});
if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) { if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
_this.activeTippy[0].setProps({ _this.activeTippy[0].setProps({
content, content,
@ -50074,7 +50103,7 @@ __vue_render__$A._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__$A = undefined; const __vue_inject_styles__$A = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__$A = "data-v-640283d5"; const __vue_scope_id__$A = "data-v-5d93942a";
/* module identifier */ /* module identifier */
const __vue_module_identifier__$A = undefined; const __vue_module_identifier__$A = undefined;
/* functional template */ /* functional template */

View File

@ -1,12 +1,12 @@
/*# sourceMappingURL=Yellowtheme6.vue.map */ /*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=Yellowtheme1.vue.map */ /*# sourceMappingURL=Yellowtheme5.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */ /*# sourceMappingURL=fifteen.vue.map */
.title-text[data-v-616d10ee] { .title-text[data-v-616d10ee] {
background-color: var(--background-color) !important; background-color: var(--background-color) !important;
} }
@ -18,114 +18,106 @@
/*# sourceMappingURL=third.vue.map */ /*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=twelfth.vue.map */
/*# sourceMappingURL=sixth.vue.map */
/*# sourceMappingURL=Yellowtheme5.vue.map */
/*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=Greentheme6.vue.map */
/*# sourceMappingURL=nineteen.vue.map */
/*# sourceMappingURL=rectangle.vue.map */
/*# sourceMappingURL=Yellowtheme4.vue.map */
/*# sourceMappingURL=semicircle.vue.map */ /*# sourceMappingURL=semicircle.vue.map */
/*# sourceMappingURL=Greentheme1.vue.map */ /*# sourceMappingURL=Greentheme1.vue.map */
/*# sourceMappingURL=rectangle.vue.map */
/*# sourceMappingURL=sixth.vue.map */
/*# sourceMappingURL=Yellowtheme4.vue.map */
/*# sourceMappingURL=nineteen.vue.map */
/*# sourceMappingURL=thirteenth.vue.map */ /*# sourceMappingURL=thirteenth.vue.map */
/*# sourceMappingURL=Greentheme4.vue.map */ /*# sourceMappingURL=twelfth.vue.map */
/*# sourceMappingURL=Redtheme2.vue.map */ /*# sourceMappingURL=Yellowtheme1.vue.map */
/*# sourceMappingURL=Greentheme3.vue.map */ /*# sourceMappingURL=Yellowtheme6.vue.map */
/*# sourceMappingURL=fifteen.vue.map */ /*# sourceMappingURL=Greentheme6.vue.map */
/*# sourceMappingURL=Greentheme2.vue.map */
/*# sourceMappingURL=Knowledge.vue.map */
/*# sourceMappingURL=Thirtysix.vue.map */
/*# sourceMappingURL=sixteen.vue.map */
/*# sourceMappingURL=Thirtyone.vue.map */
/*# sourceMappingURL=Redtheme3.vue.map */
/*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=hexagon.vue.map */ /*# sourceMappingURL=hexagon.vue.map */
/*# sourceMappingURL=Thirtytwo.vue.map */ /*# sourceMappingURL=Greentheme2.vue.map */
/*# sourceMappingURL=Redtheme1.vue.map */ /*# sourceMappingURL=Greentheme3.vue.map */
/*# sourceMappingURL=seventeen.vue.map */ /*# sourceMappingURL=Greentheme4.vue.map */
/*# sourceMappingURL=Thirtythree.vue.map */ /*# sourceMappingURL=Knowledge.vue.map */
/*# sourceMappingURL=triangle.vue.map */
/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=Thirtyseven.vue.map */
/*# sourceMappingURL=Thirtyeight.vue.map */
/*# sourceMappingURL=Redtheme4.vue.map */ /*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=seventeen.vue.map */
/*# sourceMappingURL=Redtheme3.vue.map */
/*# sourceMappingURL=Redtheme2.vue.map */
/*# sourceMappingURL=sixteen.vue.map */
/*# sourceMappingURL=Thirtyseven.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */
/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=Redtheme1.vue.map */
/*# sourceMappingURL=Thirtyone.vue.map */
/*# sourceMappingURL=triangle.vue.map */
/*# sourceMappingURL=Thirtyfive.vue.map */ /*# sourceMappingURL=Thirtyfive.vue.map */
/*# sourceMappingURL=Thirtysix.vue.map */
/*# sourceMappingURL=Thirtyeight.vue.map */
/*# sourceMappingURL=Thirtythree.vue.map */
/*# sourceMappingURL=Thirtyfour.vue.map */ /*# sourceMappingURL=Thirtyfour.vue.map */
.xml-text-h5[data-v-640283d5] {
}
.xml-text-pc[data-v-640283d5] {
}
.xml-text-h5[data-v-640283d5] {
}
/*# sourceMappingURL=Thirtytwo.vue.map */
.xml-text-h5 .inline-audio-wrap, .xml-text-h5 .inline-audio-wrap,
.xml-text-h5 .inline-link-wrap { .xml-text-h5 .inline-link-wrap {
align-items: center; align-items: center;
@ -197,6 +189,14 @@
/*# sourceMappingURL=XmlText.vue.map */ /*# sourceMappingURL=XmlText.vue.map */
.xml-text-h5[data-v-5d93942a] {
}
.xml-text-pc[data-v-5d93942a] {
}
.xml-text-h5[data-v-5d93942a] {
}
/*# sourceMappingURL=XmlTextDialog.vue.map */ /*# sourceMappingURL=XmlTextDialog.vue.map */

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
import Vue from 'vue'; import Vue from 'vue';
@ -491,10 +491,12 @@ class MagicLink extends HTMLElement {
} }
.magic-link { .magic-link {
display: inline; display: inline;
font-size:16px;
text-indent: initial; text-indent: initial;
// color: #6883FA; // color: #6883FA;
color: #00F; color: #00F;
transition: all 240ms ease-in-out; transition: all 240ms ease-in-out;
cursor: pointer;
} }
.magic-link:hover { .magic-link:hover {
text-decoration: underline; text-decoration: underline;
@ -15144,8 +15146,8 @@ var script$D = {
trigger: 'blur' trigger: 'blur'
}, { }, {
min: 2, min: 2,
max: 30, max: 50,
message: '长度在 2 到 30 个字符', message: '长度在 2 到 50 个字符',
trigger: 'blur' trigger: 'blur'
}], }],
isDownload: [{ isDownload: [{
@ -15358,7 +15360,7 @@ var script$D = {
} }
this.fileData.resourcesType = fileType; this.fileData.resourcesType = fileType;
this.fileData.fileExt = fileExt; this.fileData.fileExt = fileExt;
this.fileData.resourcesName = this.fileData.resourcesName.length > 30 ? this.fileData.resourcesName.slice(0, 30) : this.fileData.resourcesName; this.fileData.resourcesName = this.fileData.resourcesName.length > 50 ? this.fileData.resourcesName.slice(0, 50) : this.fileData.resourcesName;
}, },
// 上传成功 // 上传成功
handleSuccess(file, item) { handleSuccess(file, item) {
@ -15646,7 +15648,7 @@ var __vue_render__$D = function () {
[ [
_c("el-input", { _c("el-input", {
staticClass: "inputresource", staticClass: "inputresource",
attrs: { maxlength: "30" }, attrs: { maxlength: "50" },
model: { model: {
value: _vm.fileData.resourcesName, value: _vm.fileData.resourcesName,
callback: function ($$v) { callback: function ($$v) {
@ -48437,10 +48439,6 @@ var script$C = {
type: String, type: String,
default: 'h5' default: 'h5'
}, },
resourceBasisPath: {
type: String,
default: ''
},
//当前所处组的规则 //当前所处组的规则
currentRule: { currentRule: {
type: Object, type: Object,
@ -48566,6 +48564,10 @@ var script$C = {
getInitialLoad: { getInitialLoad: {
from: 'getInitialLoad', from: 'getInitialLoad',
default: () => () => false default: () => () => false
},
getResourceBasisPath: {
from: 'getResourceBasisPath',
default: () => () => ''
} }
}, },
computed: { computed: {
@ -48600,7 +48602,10 @@ var script$C = {
let teacherNoteList = this.getTeacherNoteList() || [], let teacherNoteList = this.getTeacherNoteList() || [],
studentNoteList = this.getStudentNoteList() || [], studentNoteList = this.getStudentNoteList() || [],
highlightList = this.getHighlightList() || []; highlightList = this.getHighlightList() || [];
return [...teacherNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...studentNoteList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex), ...highlightList.filter(item => item.location === this.groupLocation && item.blockIndex === this.ruleIndex)]; return [...teacherNoteList.filter(item => item.location === this.groupLocation), ...studentNoteList.filter(item => item.location === this.groupLocation), ...highlightList.filter(item => item.location === this.groupLocation)];
},
resourceBasisPath() {
return this.getResourceBasisPath();
} }
}, },
watch: { watch: {
@ -48643,7 +48648,7 @@ var script$C = {
if (!this.blockData.html) { if (!this.blockData.html) {
this.blockData.html = '<span>暂无内容</span>'; this.blockData.html = '<span>暂无内容</span>';
} }
const wrapSelector = `#${this.blockId} .richtext-reset-wrapper--view`; `#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link'); let mceMagicLinkRegistered = window.customElements?.get('magic-link');
if (!mceMagicLinkRegistered) { if (!mceMagicLinkRegistered) {
window.customElements.whenDefined('magic-link').then(res => { window.customElements.whenDefined('magic-link').then(res => {
@ -48653,7 +48658,7 @@ var script$C = {
} }
let containerSelector = `#${this.blockId}.richtext-reset-container`; let containerSelector = `#${this.blockId}.richtext-reset-container`;
this.$nextTick(() => { this.$nextTick(() => {
jquery(wrapSelector).on('click', 'img', function (e) { jquery(containerSelector).on('click', 'img', function (e) {
let target = jquery(e.target); let target = jquery(e.target);
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]')); console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', '事件对象', e, target, target.index('img[preview]'));
let title = target.attr('alt'); let title = target.attr('alt');
@ -48771,7 +48776,17 @@ var script$C = {
interactive: true, interactive: true,
allowHTML: true, allowHTML: true,
// followCursor: this.isMobile ? true : 'initial', // followCursor: this.isMobile ? true : 'initial',
followCursor: 'initial' followCursor: 'initial',
onShow(instance) {
_this.$EventBus.$emit('tippyChange', {
state: true
});
},
onHide(instance) {
_this.$EventBus.$emit('tippyChange', {
state: false
});
}
}); });
function findParentByClassName(node, className) { function findParentByClassName(node, className) {
if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) { if (node && !(node.nodeType == 1 && node.tagName.toLowerCase() === 'body')) {
@ -48793,7 +48808,6 @@ var script$C = {
let timer = null; let timer = null;
this.markInstance.on('selected', data => { this.markInstance.on('selected', data => {
if (this.insideIndex === this.ruleIndex) { if (this.insideIndex === this.ruleIndex) {
console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'SelectionChange', data);
let { let {
startContainer, startContainer,
endContainer endContainer
@ -49063,6 +49077,21 @@ var script$C = {
// let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0) // let HTMLContentClone = $J(`#${_this.tippyTplBarId}`)?.clone(true,true)?.get(0)
let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>'; let content = templateBar?.innerHTML || '<span style="color:"#EE3751;"">选区解析错误</span>';
let u = navigator.userAgent; let u = navigator.userAgent;
let markId = `mark__${v4()}`;
let noteModel = {
selectionText: this.noteData.selectionText,
noteContent: '',
markEfiCode: this.markEfiStr,
type: `note__${this.userType}`,
styleType: 'mk-underline__dashed',
blockIndex: this.ruleIndex,
markId
};
this.$EventBus.$emit('selectionTextChange', {
state: false,
tippyTplBarId: _this.tippyTplBarId,
noteModel
});
if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) { if (_this.pageType == 'pc' || !u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
_this.activeTippy[0].setProps({ _this.activeTippy[0].setProps({
content, content,
@ -50074,7 +50103,7 @@ __vue_render__$C._withStripped = true;
/* style */ /* style */
const __vue_inject_styles__$C = undefined; const __vue_inject_styles__$C = undefined;
/* scoped */ /* scoped */
const __vue_scope_id__$C = "data-v-640283d5"; const __vue_scope_id__$C = "data-v-5d93942a";
/* module identifier */ /* module identifier */
const __vue_module_identifier__$C = undefined; const __vue_module_identifier__$C = undefined;
/* functional template */ /* functional template */

View File

@ -1,11 +1,3 @@
.xml-video-container-h5[data-v-82da5782] {
}
.xml-video-container-pc[data-v-82da5782] {
}
.xml-video-container-pad[data-v-82da5782] {
}
.xml-video-container-pdf[data-v-3c5e97c1] { .xml-video-container-pdf[data-v-3c5e97c1] {
position: relative; position: relative;
display: flex; display: flex;
@ -32,3 +24,10 @@
} }
/*# sourceMappingURL=XmlVideoImg.vue.map */ /*# sourceMappingURL=XmlVideoImg.vue.map */
.xml-video-container-h5[data-v-82da5782] {
}
.xml-video-container-pc[data-v-82da5782] {
}
.xml-video-container-pad[data-v-82da5782] {
}

View File

@ -1,6 +1,6 @@
/* /*
* XmlDigitalTeaching v0.0.1 * XmlDigitalTeaching v0.0.1
* Copyright ©Wed Jun 12 2024 12:02:25 GMT+0800 (中国标准时间) smile * Copyright ©Wed Jun 19 2024 19:48:48 GMT+0800 (中国标准时间) smile
* Released under the ISC License. * Released under the ISC License.
*/ */
// //

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -32,6 +32,7 @@ var bookinfo ={
}) })
}, },
data : (params) =>{ data : (params) =>{
debugger
return request({ return request({
url: `${prefix}/smile/local_view_data`, url: `${prefix}/smile/local_view_data`,
method: 'GET', method: 'GET',

View File

@ -114,6 +114,8 @@ export default async (options = { method: "GET" }) => {
try { try {
console.log(options.url) console.log(options.url)
const res = await axios({ const res = await axios({
method: options.method, method: options.method,
url: options.url, url: options.url,
@ -123,6 +125,9 @@ export default async (options = { method: "GET" }) => {
headers: myheaders, headers: myheaders,
}); });
console.log('1111')
console.log(options.url)
// code == 200 报错 // code == 200 报错
if(res.data.code !== 200){ if(res.data.code !== 200){

View File

@ -40,8 +40,9 @@
:continueReading="true" :continueReading="true"
:basisPath="basisPath" :basisPath="basisPath"
:pageType="pageType" :pageType="pageType"
officePreviewPath="https://idocview.xxxxxxx.com/view/url?url="
/> />
<!-- officePreviewPath="https://idocview.xxxxxxx.com/view/url?url=" -->
</div> </div>
<div v-show="showError"> <div v-show="showError">
<no-data :msg="errormsg"></no-data> <no-data :msg="errormsg"></no-data>
@ -73,13 +74,13 @@ export default {
bookId: '', bookId: '',
show:false, show:false,
showError:false, showError:false,
fullscreenLoading:true, fullscreenLoading:false,
errormsg:'无数据', errormsg:'无数据',
location: '', location: '',
basisPath: 'https://smile-ebook.oss-cn-qingdao.aliyuncs.com/newjc/', basisPath: 'https://smile-ebook.oss-cn-qingdao.aliyuncs.com/newjc/',
pageType: 'pc', pageType: 'pc',
isTrial: false, isTrial: false,
isTrialIndex: 10, isTrialIndex: 30,
userType: 'teacher', userType: 'teacher',
extradata :{}, extradata :{},
data: { data: {
@ -106,6 +107,8 @@ export default {
var userType = getStore("userType") var userType = getStore("userType")
this.isTrial = this.$route.query.isTrial=="true"?true:false
this.extradata = processReuestData({}) this.extradata = processReuestData({})
// var uploadUrl = "https://local.xinsiketang.com" // var uploadUrl = "https://local.xinsiketang.com"
@ -116,6 +119,8 @@ export default {
this.userType = userType this.userType = userType
} }
if (this.$route.query.type) { if (this.$route.query.type) {
this.pageType = this.$route.query.type this.pageType = this.$route.query.type
// this.isTrialIndex = Number(this.$route.query.isTrialIndex) // this.isTrialIndex = Number(this.$route.query.isTrialIndex)
@ -133,6 +138,7 @@ export default {
}, },
async mounted(){ async mounted(){
this.pageType = /Mobi|Android|iPhone/i.test(navigator.userAgent)?'h5':'pc' this.pageType = /Mobi|Android|iPhone/i.test(navigator.userAgent)?'h5':'pc'
@ -143,6 +149,8 @@ export default {
// var locationData = await bookApi.userAction.getReadLocation({bookId:this.bookId}) // var locationData = await bookApi.userAction.getReadLocation({bookId:this.bookId})
// this.location = locationData.location // this.location = locationData.location
try { try {
this.textBookData = await bookApi.bookinfo.detail({bookId:this.bookId}) this.textBookData = await bookApi.bookinfo.detail({bookId:this.bookId})
@ -155,11 +163,15 @@ export default {
} }
this.basisPath = this.textBookData.basisPath this.basisPath = this.textBookData.basisPath
this.catalogList = await bookApi.bookinfo.category({bookId:this.bookId}) this.catalogList = await bookApi.bookinfo.category({bookId:this.bookId})
debugger
this.looseLeafData = await bookApi.bookinfo.data({bookId:this.bookId}) this.looseLeafData = await bookApi.bookinfo.data({bookId:this.bookId})
this.data.resources.list = await bookApi.resource.list({bookId:this.bookId})
this.show = true this.show = true
this.data.resources.list = await bookApi.resource.list({bookId:this.bookId})
this.fullscreenLoading = false this.fullscreenLoading = false
}, },
methods: { methods: {
@ -190,21 +202,21 @@ export default {
// start // start
addTeacherNote(model, rollback) { addTeacherNote(model, rollback) {
bookApi.note.add({ bookApi.resource.add({
bookId:this.bookId, bookId:this.bookId,
data:JSON.stringify(model) data:JSON.stringify(model)
}) })
this.addData('resources', model) this.addData('resources', model)
}, },
editTeacherNote(model) { editTeacherNote(model) {
bookApi.note.edit({ bookApi.resource.edit({
bookId:this.bookId, bookId:this.bookId,
data:JSON.stringify(model) data:JSON.stringify(model)
}) })
this.updateData('resources', model) this.updateData('resources', model)
}, },
deleteTeacherNote(model, feedback) { deleteTeacherNote(model, feedback) {
bookApi.note.delete({ bookApi.resource.delete({
bookId:this.bookId, bookId:this.bookId,
data:JSON.stringify(model) data:JSON.stringify(model)
}) })