ai-question-pro 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/demo/src/main.vue +5 -3
- package/components/demo/src/questionItem.vue +1 -1
- package/dist/ai-question-pro.common.js +38 -36
- package/dist/ai-question-pro.common.js.map +1 -1
- package/dist/ai-question-pro.umd.js +38 -36
- package/dist/ai-question-pro.umd.js.map +1 -1
- package/dist/ai-question-pro.umd.min.js +3 -3
- package/dist/ai-question-pro.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -296,7 +296,7 @@ export default {
|
|
|
296
296
|
{name: '多选题', id: 'multiple'},
|
|
297
297
|
{name: '填空题', id: 'gapfilling'},
|
|
298
298
|
{name: '判断题', id: 'judge'},
|
|
299
|
-
{name: '
|
|
299
|
+
{name: '问答题', id: 'shortanswer'},
|
|
300
300
|
],
|
|
301
301
|
difficultyList: [
|
|
302
302
|
{name: '非常简单', id: 0},
|
|
@@ -322,6 +322,8 @@ export default {
|
|
|
322
322
|
showQues(e) {
|
|
323
323
|
if (!e) {
|
|
324
324
|
this.aiResponse = {}
|
|
325
|
+
this.joinedQuestions = []
|
|
326
|
+
this.selectedQuestions = []
|
|
325
327
|
}
|
|
326
328
|
}
|
|
327
329
|
},
|
|
@@ -331,7 +333,7 @@ export default {
|
|
|
331
333
|
doc.style.top = this.top + 'px'
|
|
332
334
|
doc.style.height = `calc( 100% - ${this.top}px)`
|
|
333
335
|
}
|
|
334
|
-
|
|
336
|
+
//国窖平台没有问答题
|
|
335
337
|
if (this.businessSource === '4') {
|
|
336
338
|
this.quesTypeList = [
|
|
337
339
|
{name: '单选题', id: 'single'},
|
|
@@ -733,7 +735,7 @@ export default {
|
|
|
733
735
|
multiple: '多选题',
|
|
734
736
|
gapfilling: '填空题',
|
|
735
737
|
judge: '判断题',
|
|
736
|
-
shortanswer: '
|
|
738
|
+
shortanswer: '问答题'
|
|
737
739
|
};
|
|
738
740
|
|
|
739
741
|
// 统计各类型题目数量
|
|
@@ -1477,7 +1477,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tree-select__option.el-select-dropdow
|
|
|
1477
1477
|
|
|
1478
1478
|
/***/ }),
|
|
1479
1479
|
|
|
1480
|
-
/***/
|
|
1480
|
+
/***/ 4198:
|
|
1481
1481
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1482
1482
|
|
|
1483
1483
|
"use strict";
|
|
@@ -1491,14 +1491,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1491
1491
|
|
|
1492
1492
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1493
1493
|
// Module
|
|
1494
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".ai_contain[data-v-5c1b5b0e]{display:inline-block;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-5c1b5b0e] .el-drawer.rtl{border-radius:20px;width:720px!important}.ai_contain[data-v-5c1b5b0e] .el-icon-close:before{color:#0e0e0e;font-weight:700;font-size:24px}.ai_contain[data-v-5c1b5b0e] .el-drawer__header{padding-top:0;height:64px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff),linear-gradient(90deg,#bcb9f4,#d5c6f8,#e6c6f9);margin-bottom:0;border-radius:20px}.ai_contain[data-v-5c1b5b0e] .el-drawer__body{padding:0 30px;display:flex;flex-direction:column;justify-content:space-between}.ai_contain[data-v-5c1b5b0e] .el-checkbox__inner{width:20px;height:20px;border-radius:4px}.ai_contain[data-v-5c1b5b0e] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#7c4dff;border-color:#7c4dff}.ai_contain[data-v-5c1b5b0e] .el-checkbox__inner:after{width:4px;height:9px;border:3px solid #fff;border-left:0;border-top:0;left:6px;top:2px}.ai_contain[data-v-5c1b5b0e] .el-slider__runway{height:6px;background-color:#e5e5e5;border-radius:3px}.ai_contain[data-v-5c1b5b0e] .el-slider__button{width:20px;height:20px;border:1px solid #7c4dff;background-color:#7c4dff}.ai_contain[data-v-5c1b5b0e] .el-slider__bar{background-color:#7c4dff}.ai_contain[data-v-5c1b5b0e] .el-input__inner{border-radius:12px;height:48px!important;border:1px solid #e0e0e0}.ai_contain[data-v-5c1b5b0e] .el-textarea__inner{border-radius:16px;border:1px solid #e0e0e0;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-5c1b5b0e] .el-loading-mask{border-radius:8px}.ai_contain .ai_button[data-v-5c1b5b0e]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:9px 6px;position:relative;color:#fff;background-color:#456bea;border-radius:4px;border:1px solid #456bea}.ai_contain .add_question_title[data-v-5c1b5b0e]{display:flex;align-items:center;font-size:18px;color:#333;font-weight:700;gap:7px}.ai_contain .add_question_body .question-type-header[data-v-5c1b5b0e]{margin-bottom:20px}.ai_contain .add_question_body .question-type-header .required-mark[data-v-5c1b5b0e]{color:#f45;margin-right:4px}.ai_contain .add_question_body .question-type-header .section-title[data-v-5c1b5b0e]{font-size:14px;color:#303040}.ai_contain .add_question_body .question-type-header .tip-text[data-v-5c1b5b0e]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .question-type-list[data-v-5c1b5b0e]{margin-bottom:30px}.ai_contain .add_question_body .question-type-list .question-type-item[data-v-5c1b5b0e]{display:flex;align-items:center;padding:5px 10px;margin-bottom:12px;transition:all .3s ease}.ai_contain .add_question_body .question-type-list .question-type-item .type-left[data-v-5c1b5b0e]{display:flex;align-items:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-checkbox[data-v-5c1b5b0e]{margin-right:12px}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name[data-v-5c1b5b0e]{font-size:14px;font-weight:700;border-radius:54px;color:#fff;height:40px;width:80px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-single[data-v-5c1b5b0e]{background:rgba(128,96,240,.161);color:#6040f0}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-multiple[data-v-5c1b5b0e]{background:rgba(0,144,240,.161);color:#0090ff}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-gapfilling[data-v-5c1b5b0e]{background:rgba(96,192,144,.161);color:#60c090}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-judge[data-v-5c1b5b0e]{background:rgba(240,160,0,.161);color:#f0a000}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-shortanswer[data-v-5c1b5b0e]{background:rgba(224,96,192,.161);color:#e060c0}.ai_contain .add_question_body .question-type-list .question-type-item .type-right[data-v-5c1b5b0e]{display:flex;align-items:center;gap:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-5c1b5b0e]{width:160px;margin-left:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-5c1b5b0e] .el-input__inner{height:42px!important;border-radius:56px;text-align:center;font-size:12px;padding:0!important}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container[data-v-5c1b5b0e]{width:240px;margin-left:10px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container.disabled[data-v-5c1b5b0e] .el-slider__button{background-color:#fff;border:1px solid #797979}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label[data-v-5c1b5b0e]{font-size:14px;color:#6040e0;min-width:80px;font-weight:700}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label.disabled[data-v-5c1b5b0e]{color:#ccc}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .placeholder-text[data-v-5c1b5b0e]{font-size:12px;color:#dddde0;width:160px;border:1px solid #dddde0;border-radius:56px;height:40px;text-align:center;margin-left:20px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .knowledge-section[data-v-5c1b5b0e],.ai_contain .add_question_body .prompt-section[data-v-5c1b5b0e]{margin-bottom:24px}.ai_contain .add_question_body .knowledge-section .section-header[data-v-5c1b5b0e],.ai_contain .add_question_body .prompt-section .section-header[data-v-5c1b5b0e]{margin-bottom:12px}.ai_contain .add_question_body .knowledge-section .section-header .required-mark[data-v-5c1b5b0e],.ai_contain .add_question_body .prompt-section .section-header .required-mark[data-v-5c1b5b0e]{color:#f45;margin-right:4px}.ai_contain .add_question_body .knowledge-section .section-header .section-title[data-v-5c1b5b0e],.ai_contain .add_question_body .prompt-section .section-header .section-title[data-v-5c1b5b0e]{font-size:14px;color:#303040}.ai_contain .add_question_body .knowledge-section .section-header .tip-text[data-v-5c1b5b0e],.ai_contain .add_question_body .prompt-section .section-header .tip-text[data-v-5c1b5b0e]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .knowledge-section .knowledge-input[data-v-5c1b5b0e],.ai_contain .add_question_body .prompt-section .knowledge-input[data-v-5c1b5b0e]{position:relative}.ai_contain .add_question_body .knowledge-section .knowledge-input .knowledge-icon[data-v-5c1b5b0e],.ai_contain .add_question_body .prompt-section .knowledge-input .knowledge-icon[data-v-5c1b5b0e]{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;font-size:16px;width:24px;height:24px}.ai_contain .add_question_body .prompt-textarea .el-textarea__inner[data-v-5c1b5b0e]{min-height:120px!important;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain .add_question_footer[data-v-5c1b5b0e]{padding-bottom:30px;display:flex;justify-content:center;align-items:center;gap:30px}.ai_contain .add_question_footer .button-handle[data-v-5c1b5b0e]{width:168px;height:48px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .add_question_footer .button-handle[data-v-5c1b5b0e]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ai_contain .add_question_footer .button-generate-question[data-v-5c1b5b0e]{background:linear-gradient(180deg,#7050d0 0,#2828e0);width:280px;display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .add_question_footer .button-cancel[data-v-5c1b5b0e]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .ai-bot-switch[data-v-5c1b5b0e]{display:flex;align-items:center;background:transparent;justify-content:center;border-radius:49px;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:40px;width:144px;cursor:pointer;z-index:2;border:1px solid rgba(96,64,224,.639);font-size:12px;color:#182028}.ai_contain .ai-bot-label[data-v-5c1b5b0e]{font-weight:500;margin-right:2px;margin-left:5px;width:72px}.ai_contain .ai-bot-dropdown[data-v-5c1b5b0e]{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e0e0ff;padding:4px 0}.ai_contain .ai-bot-dropdown-item[data-v-5c1b5b0e]{padding:8px 20px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.ai_contain .ai-bot-dropdown-item.active[data-v-5c1b5b0e],.ai_contain .ai-bot-dropdown-item[data-v-5c1b5b0e]:hover{background:#f0f2f8;color:#3830e0}.ai_contain .question-result-drawer[data-v-5c1b5b0e] .el-drawer__body{padding:0;height:100%;display:flex;flex-direction:column}.ai_contain .question-result-drawer .generating-loading[data-v-5c1b5b0e]{display:flex;justify-content:center;align-items:center;height:200px}.ai_contain .question-result-drawer .generating-loading .loading-content[data-v-5c1b5b0e]{display:flex;flex-direction:column;align-items:center;gap:16px}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-spinner[data-v-5c1b5b0e]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #7c4dff;border-radius:50%;animation:spin-5c1b5b0e 1s linear infinite}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-text[data-v-5c1b5b0e]{font-size:14px;color:#7c4dff;font-weight:500}@keyframes spin-5c1b5b0e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ai_contain .question-result-drawer .drawer_content_wrapper[data-v-5c1b5b0e]{display:flex;flex-direction:column;height:100%;padding:0 20px}.ai_contain .question-result-drawer .question_summary_warp[data-v-5c1b5b0e]{display:flex;justify-content:space-between;margin-bottom:20px}.ai_contain .question-result-drawer .question_summary_warp .question_summary .summary_text[data-v-5c1b5b0e]{color:#6040e0;font-size:14px;font-weight:700}.ai_contain .question-result-drawer .question_summary_warp .question_summary .question_types_summary .type_item[data-v-5c1b5b0e]{font-size:12px;color:rgba(24,32,40,.639)}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button[data-v-5c1b5b0e]{display:flex;gap:15px;margin-right:15px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-handle[data-v-5c1b5b0e]{width:96px;height:40px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-generate-question[data-v-5c1b5b0e]{background:linear-gradient(180deg,#7050d0 0,#2828e0);display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-cancel[data-v-5c1b5b0e]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .question-result-drawer .question_body[data-v-5c1b5b0e]{flex:1;overflow-y:auto;padding-right:10px}.ai_contain .question-result-drawer .question_body[data-v-5c1b5b0e]::-webkit-scrollbar{width:6px}.ai_contain .question-result-drawer .question_body[data-v-5c1b5b0e]::-webkit-scrollbar-track{background:hsla(0,0%,100%,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-5c1b5b0e]::-webkit-scrollbar-thumb{background:rgba(124,77,255,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-5c1b5b0e]::-webkit-scrollbar-thumb:hover{background:rgba(124,77,255,.5)}.ai_contain .question-result-drawer .question_footer_fixed[data-v-5c1b5b0e]{flex-shrink:0;padding:0 0 10px 0;background:hsla(0,0%,100%,.9);border-top:1px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning[data-v-5c1b5b0e]{display:flex;align-items:center;gap:8px}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .el-icon-info[data-v-5c1b5b0e]{width:24px;height:24px;flex-shrink:0}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .question_remind[data-v-5c1b5b0e]{font-size:12px;color:#797979;line-height:1.4}", ""]);
|
|
1494
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".ai_contain[data-v-60036d1c]{display:inline-block;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-60036d1c] .el-drawer.rtl{border-radius:20px;width:720px!important}.ai_contain[data-v-60036d1c] .el-icon-close:before{color:#0e0e0e;font-weight:700;font-size:24px}.ai_contain[data-v-60036d1c] .el-drawer__header{padding-top:0;height:64px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff),linear-gradient(90deg,#bcb9f4,#d5c6f8,#e6c6f9);margin-bottom:0;border-radius:20px}.ai_contain[data-v-60036d1c] .el-drawer__body{padding:0 30px;display:flex;flex-direction:column;justify-content:space-between}.ai_contain[data-v-60036d1c] .el-checkbox__inner{width:20px;height:20px;border-radius:4px}.ai_contain[data-v-60036d1c] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#7c4dff;border-color:#7c4dff}.ai_contain[data-v-60036d1c] .el-checkbox__inner:after{width:4px;height:9px;border:3px solid #fff;border-left:0;border-top:0;left:6px;top:2px}.ai_contain[data-v-60036d1c] .el-slider__runway{height:6px;background-color:#e5e5e5;border-radius:3px}.ai_contain[data-v-60036d1c] .el-slider__button{width:20px;height:20px;border:1px solid #7c4dff;background-color:#7c4dff}.ai_contain[data-v-60036d1c] .el-slider__bar{background-color:#7c4dff}.ai_contain[data-v-60036d1c] .el-input__inner{border-radius:12px;height:48px!important;border:1px solid #e0e0e0}.ai_contain[data-v-60036d1c] .el-textarea__inner{border-radius:16px;border:1px solid #e0e0e0;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-60036d1c] .el-loading-mask{border-radius:8px}.ai_contain .ai_button[data-v-60036d1c]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:9px 6px;position:relative;color:#fff;background-color:#456bea;border-radius:4px;border:1px solid #456bea}.ai_contain .add_question_title[data-v-60036d1c]{display:flex;align-items:center;font-size:18px;color:#333;font-weight:700;gap:7px}.ai_contain .add_question_body .question-type-header[data-v-60036d1c]{margin-bottom:20px}.ai_contain .add_question_body .question-type-header .required-mark[data-v-60036d1c]{color:#f45;margin-right:4px}.ai_contain .add_question_body .question-type-header .section-title[data-v-60036d1c]{font-size:14px;color:#303040}.ai_contain .add_question_body .question-type-header .tip-text[data-v-60036d1c]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .question-type-list[data-v-60036d1c]{margin-bottom:30px}.ai_contain .add_question_body .question-type-list .question-type-item[data-v-60036d1c]{display:flex;align-items:center;padding:5px 10px;margin-bottom:12px;transition:all .3s ease}.ai_contain .add_question_body .question-type-list .question-type-item .type-left[data-v-60036d1c]{display:flex;align-items:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-checkbox[data-v-60036d1c]{margin-right:12px}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name[data-v-60036d1c]{font-size:14px;font-weight:700;border-radius:54px;color:#fff;height:40px;width:80px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-single[data-v-60036d1c]{background:rgba(128,96,240,.161);color:#6040f0}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-multiple[data-v-60036d1c]{background:rgba(0,144,240,.161);color:#0090ff}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-gapfilling[data-v-60036d1c]{background:rgba(96,192,144,.161);color:#60c090}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-judge[data-v-60036d1c]{background:rgba(240,160,0,.161);color:#f0a000}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name.type-shortanswer[data-v-60036d1c]{background:rgba(224,96,192,.161);color:#e060c0}.ai_contain .add_question_body .question-type-list .question-type-item .type-right[data-v-60036d1c]{display:flex;align-items:center;gap:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-60036d1c]{width:160px;margin-left:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-60036d1c] .el-input__inner{height:42px!important;border-radius:56px;text-align:center;font-size:12px;padding:0!important}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container[data-v-60036d1c]{width:240px;margin-left:10px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container.disabled[data-v-60036d1c] .el-slider__button{background-color:#fff;border:1px solid #797979}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label[data-v-60036d1c]{font-size:14px;color:#6040e0;min-width:80px;font-weight:700}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .difficulty-label.disabled[data-v-60036d1c]{color:#ccc}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .placeholder-text[data-v-60036d1c]{font-size:12px;color:#dddde0;width:160px;border:1px solid #dddde0;border-radius:56px;height:40px;text-align:center;margin-left:20px;display:flex;align-items:center;justify-content:center}.ai_contain .add_question_body .knowledge-section[data-v-60036d1c],.ai_contain .add_question_body .prompt-section[data-v-60036d1c]{margin-bottom:24px}.ai_contain .add_question_body .knowledge-section .section-header[data-v-60036d1c],.ai_contain .add_question_body .prompt-section .section-header[data-v-60036d1c]{margin-bottom:12px}.ai_contain .add_question_body .knowledge-section .section-header .required-mark[data-v-60036d1c],.ai_contain .add_question_body .prompt-section .section-header .required-mark[data-v-60036d1c]{color:#f45;margin-right:4px}.ai_contain .add_question_body .knowledge-section .section-header .section-title[data-v-60036d1c],.ai_contain .add_question_body .prompt-section .section-header .section-title[data-v-60036d1c]{font-size:14px;color:#303040}.ai_contain .add_question_body .knowledge-section .section-header .tip-text[data-v-60036d1c],.ai_contain .add_question_body .prompt-section .section-header .tip-text[data-v-60036d1c]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .knowledge-section .knowledge-input[data-v-60036d1c],.ai_contain .add_question_body .prompt-section .knowledge-input[data-v-60036d1c]{position:relative}.ai_contain .add_question_body .knowledge-section .knowledge-input .knowledge-icon[data-v-60036d1c],.ai_contain .add_question_body .prompt-section .knowledge-input .knowledge-icon[data-v-60036d1c]{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;font-size:16px;width:24px;height:24px}.ai_contain .add_question_body .prompt-textarea .el-textarea__inner[data-v-60036d1c]{min-height:120px!important;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain .add_question_footer[data-v-60036d1c]{padding-bottom:30px;display:flex;justify-content:center;align-items:center;gap:30px}.ai_contain .add_question_footer .button-handle[data-v-60036d1c]{width:168px;height:48px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .add_question_footer .button-handle[data-v-60036d1c]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ai_contain .add_question_footer .button-generate-question[data-v-60036d1c]{background:linear-gradient(180deg,#7050d0 0,#2828e0);width:280px;display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .add_question_footer .button-cancel[data-v-60036d1c]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .ai-bot-switch[data-v-60036d1c]{display:flex;align-items:center;background:transparent;justify-content:center;border-radius:49px;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:40px;width:144px;cursor:pointer;z-index:2;border:1px solid rgba(96,64,224,.639);font-size:12px;color:#182028}.ai_contain .ai-bot-label[data-v-60036d1c]{font-weight:500;margin-right:2px;margin-left:5px;width:72px}.ai_contain .ai-bot-dropdown[data-v-60036d1c]{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e0e0ff;padding:4px 0}.ai_contain .ai-bot-dropdown-item[data-v-60036d1c]{padding:8px 20px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.ai_contain .ai-bot-dropdown-item.active[data-v-60036d1c],.ai_contain .ai-bot-dropdown-item[data-v-60036d1c]:hover{background:#f0f2f8;color:#3830e0}.ai_contain .question-result-drawer[data-v-60036d1c] .el-drawer__body{padding:0;height:100%;display:flex;flex-direction:column}.ai_contain .question-result-drawer .generating-loading[data-v-60036d1c]{display:flex;justify-content:center;align-items:center;height:200px}.ai_contain .question-result-drawer .generating-loading .loading-content[data-v-60036d1c]{display:flex;flex-direction:column;align-items:center;gap:16px}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-spinner[data-v-60036d1c]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #7c4dff;border-radius:50%;animation:spin-60036d1c 1s linear infinite}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-text[data-v-60036d1c]{font-size:14px;color:#7c4dff;font-weight:500}@keyframes spin-60036d1c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ai_contain .question-result-drawer .drawer_content_wrapper[data-v-60036d1c]{display:flex;flex-direction:column;height:100%;padding:0 20px}.ai_contain .question-result-drawer .question_summary_warp[data-v-60036d1c]{display:flex;justify-content:space-between;margin-bottom:20px}.ai_contain .question-result-drawer .question_summary_warp .question_summary .summary_text[data-v-60036d1c]{color:#6040e0;font-size:14px;font-weight:700}.ai_contain .question-result-drawer .question_summary_warp .question_summary .question_types_summary .type_item[data-v-60036d1c]{font-size:12px;color:rgba(24,32,40,.639)}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button[data-v-60036d1c]{display:flex;gap:15px;margin-right:15px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-handle[data-v-60036d1c]{width:96px;height:40px;font-size:14px;border-radius:25px;border:none;color:#fff;cursor:pointer;transition:all .3s ease}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-generate-question[data-v-60036d1c]{background:linear-gradient(180deg,#7050d0 0,#2828e0);display:flex;justify-content:center;align-items:center;gap:10px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-cancel[data-v-60036d1c]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .question-result-drawer .question_body[data-v-60036d1c]{flex:1;overflow-y:auto;padding-right:10px}.ai_contain .question-result-drawer .question_body[data-v-60036d1c]::-webkit-scrollbar{width:6px}.ai_contain .question-result-drawer .question_body[data-v-60036d1c]::-webkit-scrollbar-track{background:hsla(0,0%,100%,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-60036d1c]::-webkit-scrollbar-thumb{background:rgba(124,77,255,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-60036d1c]::-webkit-scrollbar-thumb:hover{background:rgba(124,77,255,.5)}.ai_contain .question-result-drawer .question_footer_fixed[data-v-60036d1c]{flex-shrink:0;padding:0 0 10px 0;background:hsla(0,0%,100%,.9);border-top:1px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning[data-v-60036d1c]{display:flex;align-items:center;gap:8px}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .el-icon-info[data-v-60036d1c]{width:24px;height:24px;flex-shrink:0}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .question_remind[data-v-60036d1c]{font-size:12px;color:#797979;line-height:1.4}", ""]);
|
|
1495
1495
|
// Exports
|
|
1496
1496
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1497
1497
|
|
|
1498
1498
|
|
|
1499
1499
|
/***/ }),
|
|
1500
1500
|
|
|
1501
|
-
/***/
|
|
1501
|
+
/***/ 6090:
|
|
1502
1502
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1503
1503
|
|
|
1504
1504
|
"use strict";
|
|
@@ -1519,7 +1519,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".ai-custom-dialog.el-dialog{background
|
|
|
1519
1519
|
|
|
1520
1520
|
/***/ }),
|
|
1521
1521
|
|
|
1522
|
-
/***/
|
|
1522
|
+
/***/ 4410:
|
|
1523
1523
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1524
1524
|
|
|
1525
1525
|
"use strict";
|
|
@@ -1533,7 +1533,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1533
1533
|
|
|
1534
1534
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1535
1535
|
// Module
|
|
1536
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".ai_question_contain[data-v-
|
|
1536
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".ai_question_contain[data-v-71c17178]{margin-bottom:20px;padding:20px;background:hsla(0,0%,100%,.6);border:1px solid #dadce0;border-radius:24px;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_question_contain .question_header[data-v-71c17178]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ai_question_contain .question_header .question_header_left[data-v-71c17178]{display:flex;align-items:center;gap:12px}.ai_question_contain .question_contain_title[data-v-71c17178]{margin-bottom:15px;display:flex;justify-content:space-between}.ai_question_contain .question_contain_title .question_contain_title_left[data-v-71c17178]{color:#333;font-weight:700;font-size:16px;width:100%;line-height:28px}.ai_question_contain .question_contain_title .question_contain_title_left .difficult[data-v-71c17178]{margin:0 6px;font-weight:700;padding:5px 7px;color:#333;font-size:12px;border-radius:24px;border:1px solid rgba(40,40,224,.478);background:transparent}.ai_question_contain .question_contain_title .question_contain_title_reght[data-v-71c17178]{display:flex;align-items:center}.ai_question_contain .question_contain_title .question_contain_title_reght img[data-v-71c17178]{margin:0 5px;cursor:pointer}.ai_question_contain .question_contain_question[data-v-71c17178]{margin-bottom:16px;font-size:14px;padding-left:5px}.ai_question_contain .question_contain_question div[data-v-71c17178]{margin:5px 0}.ai_question_contain .question_answer_info[data-v-71c17178]{border-radius:15px;padding:20px;background-color:rgba(64,48,240,.08)}.ai_question_contain .question_contain_answer[data-v-71c17178]{margin-bottom:16px;font-size:13px;color:#6040e0;font-weight:700}.ai_question_contain .question_contain_parse[data-v-71c17178]{margin-bottom:16px;display:flex;justify-content:space-between}.ai_question_contain .question_contain_parse .question_contain_parse_analysis[data-v-71c17178]{width:100%;font-size:13px;color:#262626}.ai_question_contain .type-name[data-v-71c17178]{font-size:14px;font-weight:700;border-radius:54px;color:#fff;height:40px;width:72px;display:flex;align-items:center;justify-content:center}.ai_question_contain .type-name.type-single[data-v-71c17178]{background:rgba(128,96,240,.161);color:#6040f0}.ai_question_contain .type-name.type-multiple[data-v-71c17178]{background:rgba(0,144,240,.161);color:#0090ff}.ai_question_contain .type-name.type-gapfilling[data-v-71c17178]{background:rgba(96,192,144,.161);color:#60c090}.ai_question_contain .type-name.type-judge[data-v-71c17178]{background:rgba(240,160,0,.161);color:#f0a000}.ai_question_contain .type-name.type-shortanswer[data-v-71c17178]{background:rgba(224,96,192,.161);color:#e060c0}.ai_question_contain .join[data-v-71c17178]{align-self:self-end;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;color:#6040e0;font-size:14px;line-height:32px}.ai_question_contain .ai_warning_tip[data-v-71c17178]{margin-top:16px;padding:12px 16px;background:rgba(124,77,255,.05);border:1px solid rgba(124,77,255,.15);border-radius:12px;display:flex;align-items:center;gap:8px}.ai_question_contain .ai_warning_tip .el-icon-info[data-v-71c17178]{color:#7c4dff;font-size:14px;flex-shrink:0}.ai_question_contain .ai_warning_tip span[data-v-71c17178]{font-size:12px;color:#666;line-height:1.4}", ""]);
|
|
1537
1537
|
// Exports
|
|
1538
1538
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1539
1539
|
|
|
@@ -32967,51 +32967,51 @@ var update = add("19906247", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
32967
32967
|
|
|
32968
32968
|
/***/ }),
|
|
32969
32969
|
|
|
32970
|
-
/***/
|
|
32970
|
+
/***/ 7292:
|
|
32971
32971
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
32972
32972
|
|
|
32973
32973
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32974
32974
|
|
|
32975
32975
|
// load the styles
|
|
32976
|
-
var content = __webpack_require__(
|
|
32976
|
+
var content = __webpack_require__(4198);
|
|
32977
32977
|
if(content.__esModule) content = content.default;
|
|
32978
32978
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
32979
32979
|
if(content.locals) module.exports = content.locals;
|
|
32980
32980
|
// add the styles to the DOM
|
|
32981
32981
|
var add = (__webpack_require__(8459)/* ["default"] */ .A)
|
|
32982
|
-
var update = add("
|
|
32982
|
+
var update = add("4c789efc", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32983
32983
|
|
|
32984
32984
|
/***/ }),
|
|
32985
32985
|
|
|
32986
|
-
/***/
|
|
32986
|
+
/***/ 9092:
|
|
32987
32987
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
32988
32988
|
|
|
32989
32989
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32990
32990
|
|
|
32991
32991
|
// load the styles
|
|
32992
|
-
var content = __webpack_require__(
|
|
32992
|
+
var content = __webpack_require__(6090);
|
|
32993
32993
|
if(content.__esModule) content = content.default;
|
|
32994
32994
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
32995
32995
|
if(content.locals) module.exports = content.locals;
|
|
32996
32996
|
// add the styles to the DOM
|
|
32997
32997
|
var add = (__webpack_require__(8459)/* ["default"] */ .A)
|
|
32998
|
-
var update = add("
|
|
32998
|
+
var update = add("4fb55432", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32999
32999
|
|
|
33000
33000
|
/***/ }),
|
|
33001
33001
|
|
|
33002
|
-
/***/
|
|
33002
|
+
/***/ 6640:
|
|
33003
33003
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
33004
33004
|
|
|
33005
33005
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
33006
33006
|
|
|
33007
33007
|
// load the styles
|
|
33008
|
-
var content = __webpack_require__(
|
|
33008
|
+
var content = __webpack_require__(4410);
|
|
33009
33009
|
if(content.__esModule) content = content.default;
|
|
33010
33010
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
33011
33011
|
if(content.locals) module.exports = content.locals;
|
|
33012
33012
|
// add the styles to the DOM
|
|
33013
33013
|
var add = (__webpack_require__(8459)/* ["default"] */ .A)
|
|
33014
|
-
var update = add("
|
|
33014
|
+
var update = add("6ced707c", content, true, {"sourceMap":false,"shadowMode":false});
|
|
33015
33015
|
|
|
33016
33016
|
/***/ }),
|
|
33017
33017
|
|
|
@@ -33464,7 +33464,7 @@ if (typeof window !== 'undefined') {
|
|
|
33464
33464
|
// Indicate to webpack that this file can be concatenated
|
|
33465
33465
|
/* harmony default export */ var setPublicPath = (null);
|
|
33466
33466
|
|
|
33467
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=template&id=
|
|
33467
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=template&id=60036d1c&scoped=true
|
|
33468
33468
|
var render = function render() {
|
|
33469
33469
|
var _vm = this,
|
|
33470
33470
|
_c = _vm._self._c;
|
|
@@ -33768,10 +33768,10 @@ var render = function render() {
|
|
|
33768
33768
|
};
|
|
33769
33769
|
var staticRenderFns = [];
|
|
33770
33770
|
|
|
33771
|
-
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=template&id=
|
|
33771
|
+
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=template&id=60036d1c&scoped=true
|
|
33772
33772
|
|
|
33773
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/questionItem.vue?vue&type=template&id=
|
|
33774
|
-
var
|
|
33773
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/questionItem.vue?vue&type=template&id=71c17178&scoped=true
|
|
33774
|
+
var questionItemvue_type_template_id_71c17178_scoped_true_render = function render() {
|
|
33775
33775
|
var _vm = this,
|
|
33776
33776
|
_c = _vm._self._c;
|
|
33777
33777
|
return _c('div', {
|
|
@@ -33832,7 +33832,7 @@ var questionItemvue_type_template_id_cc89a654_scoped_true_render = function rend
|
|
|
33832
33832
|
}
|
|
33833
33833
|
}, [_vm._v("题目解析:")]), _vm._v(" " + _vm._s(_vm.detail.analysis))])])])]);
|
|
33834
33834
|
};
|
|
33835
|
-
var
|
|
33835
|
+
var questionItemvue_type_template_id_71c17178_scoped_true_staticRenderFns = [];
|
|
33836
33836
|
|
|
33837
33837
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/questionItem.vue?vue&type=script&lang=js
|
|
33838
33838
|
/* harmony default export */ var questionItemvue_type_script_lang_js = ({
|
|
@@ -33920,7 +33920,7 @@ var questionItemvue_type_template_id_cc89a654_scoped_true_staticRenderFns = [];
|
|
|
33920
33920
|
multiple: '多选题',
|
|
33921
33921
|
gapfilling: '填空题',
|
|
33922
33922
|
judge: '判断题',
|
|
33923
|
-
shortanswer: '
|
|
33923
|
+
shortanswer: '问答题'
|
|
33924
33924
|
};
|
|
33925
33925
|
return typeMap[type] || type;
|
|
33926
33926
|
},
|
|
@@ -33951,9 +33951,9 @@ var questionItemvue_type_template_id_cc89a654_scoped_true_staticRenderFns = [];
|
|
|
33951
33951
|
});
|
|
33952
33952
|
;// CONCATENATED MODULE: ./components/demo/src/questionItem.vue?vue&type=script&lang=js
|
|
33953
33953
|
/* harmony default export */ var src_questionItemvue_type_script_lang_js = (questionItemvue_type_script_lang_js);
|
|
33954
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/questionItem.vue?vue&type=style&index=0&id=
|
|
33955
|
-
var
|
|
33956
|
-
;// CONCATENATED MODULE: ./components/demo/src/questionItem.vue?vue&type=style&index=0&id=
|
|
33954
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/questionItem.vue?vue&type=style&index=0&id=71c17178&prod&lang=scss&scoped=true
|
|
33955
|
+
var questionItemvue_type_style_index_0_id_71c17178_prod_lang_scss_scoped_true = __webpack_require__(6640);
|
|
33956
|
+
;// CONCATENATED MODULE: ./components/demo/src/questionItem.vue?vue&type=style&index=0&id=71c17178&prod&lang=scss&scoped=true
|
|
33957
33957
|
|
|
33958
33958
|
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
33959
33959
|
/* globals __VUE_SSR_CONTEXT__ */
|
|
@@ -34064,11 +34064,11 @@ function normalizeComponent(
|
|
|
34064
34064
|
|
|
34065
34065
|
var component = normalizeComponent(
|
|
34066
34066
|
src_questionItemvue_type_script_lang_js,
|
|
34067
|
-
|
|
34068
|
-
|
|
34067
|
+
questionItemvue_type_template_id_71c17178_scoped_true_render,
|
|
34068
|
+
questionItemvue_type_template_id_71c17178_scoped_true_staticRenderFns,
|
|
34069
34069
|
false,
|
|
34070
34070
|
null,
|
|
34071
|
-
"
|
|
34071
|
+
"71c17178",
|
|
34072
34072
|
null
|
|
34073
34073
|
|
|
34074
34074
|
)
|
|
@@ -38048,7 +38048,7 @@ const createBurial = data => {
|
|
|
38048
38048
|
name: '判断题',
|
|
38049
38049
|
id: 'judge'
|
|
38050
38050
|
}, {
|
|
38051
|
-
name: '
|
|
38051
|
+
name: '问答题',
|
|
38052
38052
|
id: 'shortanswer'
|
|
38053
38053
|
}],
|
|
38054
38054
|
difficultyList: [{
|
|
@@ -38089,6 +38089,8 @@ const createBurial = data => {
|
|
|
38089
38089
|
showQues(e) {
|
|
38090
38090
|
if (!e) {
|
|
38091
38091
|
this.aiResponse = {};
|
|
38092
|
+
this.joinedQuestions = [];
|
|
38093
|
+
this.selectedQuestions = [];
|
|
38092
38094
|
}
|
|
38093
38095
|
}
|
|
38094
38096
|
},
|
|
@@ -38098,7 +38100,7 @@ const createBurial = data => {
|
|
|
38098
38100
|
doc.style.top = this.top + 'px';
|
|
38099
38101
|
doc.style.height = `calc( 100% - ${this.top}px)`;
|
|
38100
38102
|
}
|
|
38101
|
-
|
|
38103
|
+
//国窖平台没有问答题
|
|
38102
38104
|
if (this.businessSource === '4') {
|
|
38103
38105
|
this.quesTypeList = [{
|
|
38104
38106
|
name: '单选题',
|
|
@@ -38487,7 +38489,7 @@ const createBurial = data => {
|
|
|
38487
38489
|
multiple: '多选题',
|
|
38488
38490
|
gapfilling: '填空题',
|
|
38489
38491
|
judge: '判断题',
|
|
38490
|
-
shortanswer: '
|
|
38492
|
+
shortanswer: '问答题'
|
|
38491
38493
|
};
|
|
38492
38494
|
|
|
38493
38495
|
// 统计各类型题目数量
|
|
@@ -38673,13 +38675,13 @@ const createBurial = data => {
|
|
|
38673
38675
|
});
|
|
38674
38676
|
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=script&lang=js
|
|
38675
38677
|
/* harmony default export */ var src_mainvue_type_script_lang_js = (mainvue_type_script_lang_js);
|
|
38676
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=0&id=
|
|
38677
|
-
var
|
|
38678
|
-
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=0&id=
|
|
38678
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=0&id=60036d1c&prod&lang=scss&scoped=true
|
|
38679
|
+
var mainvue_type_style_index_0_id_60036d1c_prod_lang_scss_scoped_true = __webpack_require__(7292);
|
|
38680
|
+
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=0&id=60036d1c&prod&lang=scss&scoped=true
|
|
38679
38681
|
|
|
38680
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=1&id=
|
|
38681
|
-
var
|
|
38682
|
-
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=1&id=
|
|
38682
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/demo/src/main.vue?vue&type=style&index=1&id=60036d1c&prod&lang=scss
|
|
38683
|
+
var mainvue_type_style_index_1_id_60036d1c_prod_lang_scss = __webpack_require__(9092);
|
|
38684
|
+
;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=1&id=60036d1c&prod&lang=scss
|
|
38683
38685
|
|
|
38684
38686
|
;// CONCATENATED MODULE: ./components/demo/src/main.vue
|
|
38685
38687
|
|
|
@@ -38697,7 +38699,7 @@ var main_component = normalizeComponent(
|
|
|
38697
38699
|
staticRenderFns,
|
|
38698
38700
|
false,
|
|
38699
38701
|
null,
|
|
38700
|
-
"
|
|
38702
|
+
"60036d1c",
|
|
38701
38703
|
null
|
|
38702
38704
|
|
|
38703
38705
|
)
|