ai-question-pro 0.0.23 → 0.0.24

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.
@@ -454,7 +454,8 @@ export default {
454
454
  for (let type of selectedTypes) {
455
455
  const count = this.form.typeCounts[type]
456
456
  if (!count || count <= 0) {
457
- const typeName = this.quesTypeList.find(item => item.id === type)?.name || type
457
+ const found = this.quesTypeList.find(item => item.id === type);
458
+ const typeName = (found && found.name) || type;
458
459
  return this.$message.warning(`请为${typeName}输入生成数量`)
459
460
  }
460
461
  }
@@ -1477,7 +1477,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tree-select__option.el-select-dropdow
1477
1477
 
1478
1478
  /***/ }),
1479
1479
 
1480
- /***/ 9952:
1480
+ /***/ 659:
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-c5ff5afa]{display:inline-block;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-c5ff5afa] .el-drawer.rtl{border-radius:20px;width:720px!important}.ai_contain[data-v-c5ff5afa] .el-icon-close:before{color:#0e0e0e;font-weight:700;font-size:24px}.ai_contain[data-v-c5ff5afa] .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-c5ff5afa] .el-drawer__body{padding:0 30px;display:flex;flex-direction:column;justify-content:space-between}.ai_contain[data-v-c5ff5afa] .el-checkbox__inner{width:20px;height:20px;border-radius:4px}.ai_contain[data-v-c5ff5afa] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#7c4dff;border-color:#7c4dff}.ai_contain[data-v-c5ff5afa] .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-c5ff5afa] .el-slider__runway{height:6px;background-color:#e5e5e5;border-radius:3px}.ai_contain[data-v-c5ff5afa] .el-slider__button{width:20px;height:20px;border:1px solid #7c4dff;background-color:#7c4dff}.ai_contain[data-v-c5ff5afa] .el-slider__bar{background-color:#7c4dff}.ai_contain[data-v-c5ff5afa] .el-input__inner{border-radius:12px;height:48px!important;border:1px solid #e0e0e0}.ai_contain[data-v-c5ff5afa] .el-textarea__inner{border-radius:16px;border:1px solid #e0e0e0;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-c5ff5afa] .el-loading-mask{border-radius:8px}.ai_contain .ai_button[data-v-c5ff5afa]{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-c5ff5afa]{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-c5ff5afa]{margin-bottom:20px}.ai_contain .add_question_body .question-type-header .required-mark[data-v-c5ff5afa]{color:#f45;margin-right:4px}.ai_contain .add_question_body .question-type-header .section-title[data-v-c5ff5afa]{font-size:14px;color:#303040}.ai_contain .add_question_body .question-type-header .tip-text[data-v-c5ff5afa]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .question-type-list[data-v-c5ff5afa]{margin-bottom:30px}.ai_contain .add_question_body .question-type-list .question-type-item[data-v-c5ff5afa]{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-c5ff5afa]{display:flex;align-items:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-checkbox[data-v-c5ff5afa]{margin-right:12px}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name[data-v-c5ff5afa]{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-c5ff5afa]{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-c5ff5afa]{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-c5ff5afa]{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-c5ff5afa]{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-c5ff5afa]{background:rgba(224,96,192,.161);color:#e060c0}.ai_contain .add_question_body .question-type-list .question-type-item .type-right[data-v-c5ff5afa]{display:flex;align-items:center;gap:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-c5ff5afa]{width:160px;margin-left:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-c5ff5afa] .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-c5ff5afa]{width:240px;margin-left:10px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container.disabled[data-v-c5ff5afa] .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-c5ff5afa]{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-c5ff5afa]{color:#ccc}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .placeholder-text[data-v-c5ff5afa]{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-c5ff5afa],.ai_contain .add_question_body .prompt-section[data-v-c5ff5afa]{margin-bottom:24px}.ai_contain .add_question_body .knowledge-section .section-header[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header[data-v-c5ff5afa]{margin-bottom:12px}.ai_contain .add_question_body .knowledge-section .section-header .required-mark[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header .required-mark[data-v-c5ff5afa]{color:#f45;margin-right:4px}.ai_contain .add_question_body .knowledge-section .section-header .section-title[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header .section-title[data-v-c5ff5afa]{font-size:14px;color:#303040}.ai_contain .add_question_body .knowledge-section .section-header .tip-text[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .section-header .tip-text[data-v-c5ff5afa]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .knowledge-section .knowledge-input[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .knowledge-input[data-v-c5ff5afa]{position:relative}.ai_contain .add_question_body .knowledge-section .knowledge-input .knowledge-icon[data-v-c5ff5afa],.ai_contain .add_question_body .prompt-section .knowledge-input .knowledge-icon[data-v-c5ff5afa]{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-c5ff5afa]{min-height:120px!important;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain .add_question_footer[data-v-c5ff5afa]{padding-bottom:30px;display:flex;justify-content:center;align-items:center;gap:30px}.ai_contain .add_question_footer .button-handle[data-v-c5ff5afa]{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-c5ff5afa]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ai_contain .add_question_footer .button-generate-question[data-v-c5ff5afa]{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-c5ff5afa]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .ai-bot-switch[data-v-c5ff5afa]{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-c5ff5afa]{font-weight:500;margin-right:2px;margin-left:5px;width:72px}.ai_contain .ai-bot-dropdown[data-v-c5ff5afa]{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-c5ff5afa]{padding:8px 20px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.ai_contain .ai-bot-dropdown-item.active[data-v-c5ff5afa],.ai_contain .ai-bot-dropdown-item[data-v-c5ff5afa]:hover{background:#f0f2f8;color:#3830e0}.ai_contain .question-result-drawer[data-v-c5ff5afa] .el-drawer__body{padding:0;height:100%;display:flex;flex-direction:column}.ai_contain .question-result-drawer .generating-loading[data-v-c5ff5afa]{display:flex;justify-content:center;align-items:center;height:200px}.ai_contain .question-result-drawer .generating-loading .loading-content[data-v-c5ff5afa]{display:flex;flex-direction:column;align-items:center;gap:16px}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-spinner[data-v-c5ff5afa]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #7c4dff;border-radius:50%;animation:spin-c5ff5afa 1s linear infinite}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-text[data-v-c5ff5afa]{font-size:14px;color:#7c4dff;font-weight:500}@keyframes spin-c5ff5afa{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ai_contain .question-result-drawer .drawer_content_wrapper[data-v-c5ff5afa]{display:flex;flex-direction:column;height:100%;padding:0 20px}.ai_contain .question-result-drawer .question_summary_warp[data-v-c5ff5afa]{display:flex;justify-content:space-between;margin-bottom:20px}.ai_contain .question-result-drawer .question_summary_warp .question_summary .summary_text[data-v-c5ff5afa]{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-c5ff5afa]{font-size:12px;color:rgba(24,32,40,.639)}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button[data-v-c5ff5afa]{display:flex;gap:15px;margin-right:15px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-handle[data-v-c5ff5afa]{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-c5ff5afa]{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-c5ff5afa]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]{flex:1;overflow-y:auto;padding-right:10px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar{width:6px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar-track{background:hsla(0,0%,100%,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar-thumb{background:rgba(124,77,255,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-c5ff5afa]::-webkit-scrollbar-thumb:hover{background:rgba(124,77,255,.5)}.ai_contain .question-result-drawer .question_footer_fixed[data-v-c5ff5afa]{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-c5ff5afa]{display:flex;align-items:center;gap:8px}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .el-icon-info[data-v-c5ff5afa]{width:24px;height:24px;flex-shrink:0}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .question_remind[data-v-c5ff5afa]{font-size:12px;color:#797979;line-height:1.4}", ""]);
1494
+ ___CSS_LOADER_EXPORT___.push([module.id, ".ai_contain[data-v-62ccef65]{display:inline-block;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-62ccef65] .el-drawer.rtl{border-radius:20px;width:720px!important}.ai_contain[data-v-62ccef65] .el-icon-close:before{color:#0e0e0e;font-weight:700;font-size:24px}.ai_contain[data-v-62ccef65] .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-62ccef65] .el-drawer__body{padding:0 30px;display:flex;flex-direction:column;justify-content:space-between}.ai_contain[data-v-62ccef65] .el-checkbox__inner{width:20px;height:20px;border-radius:4px}.ai_contain[data-v-62ccef65] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#7c4dff;border-color:#7c4dff}.ai_contain[data-v-62ccef65] .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-62ccef65] .el-slider__runway{height:6px;background-color:#e5e5e5;border-radius:3px}.ai_contain[data-v-62ccef65] .el-slider__button{width:20px;height:20px;border:1px solid #7c4dff;background-color:#7c4dff}.ai_contain[data-v-62ccef65] .el-slider__bar{background-color:#7c4dff}.ai_contain[data-v-62ccef65] .el-input__inner{border-radius:12px;height:48px!important;border:1px solid #e0e0e0}.ai_contain[data-v-62ccef65] .el-textarea__inner{border-radius:16px;border:1px solid #e0e0e0;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain[data-v-62ccef65] .el-loading-mask{border-radius:8px}.ai_contain .ai_button[data-v-62ccef65]{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-62ccef65]{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-62ccef65]{margin-bottom:20px}.ai_contain .add_question_body .question-type-header .required-mark[data-v-62ccef65]{color:#f45;margin-right:4px}.ai_contain .add_question_body .question-type-header .section-title[data-v-62ccef65]{font-size:14px;color:#303040}.ai_contain .add_question_body .question-type-header .tip-text[data-v-62ccef65]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .question-type-list[data-v-62ccef65]{margin-bottom:30px}.ai_contain .add_question_body .question-type-list .question-type-item[data-v-62ccef65]{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-62ccef65]{display:flex;align-items:center}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-checkbox[data-v-62ccef65]{margin-right:12px}.ai_contain .add_question_body .question-type-list .question-type-item .type-left .type-name[data-v-62ccef65]{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-62ccef65]{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-62ccef65]{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-62ccef65]{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-62ccef65]{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-62ccef65]{background:rgba(224,96,192,.161);color:#e060c0}.ai_contain .add_question_body .question-type-list .question-type-item .type-right[data-v-62ccef65]{display:flex;align-items:center;gap:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-62ccef65]{width:160px;margin-left:20px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .count-input[data-v-62ccef65] .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-62ccef65]{width:240px;margin-left:10px}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .slider-container.disabled[data-v-62ccef65] .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-62ccef65]{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-62ccef65]{color:#ccc}.ai_contain .add_question_body .question-type-list .question-type-item .type-right .placeholder-text[data-v-62ccef65]{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-62ccef65],.ai_contain .add_question_body .prompt-section[data-v-62ccef65]{margin-bottom:24px}.ai_contain .add_question_body .knowledge-section .section-header[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header[data-v-62ccef65]{margin-bottom:12px}.ai_contain .add_question_body .knowledge-section .section-header .required-mark[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header .required-mark[data-v-62ccef65]{color:#f45;margin-right:4px}.ai_contain .add_question_body .knowledge-section .section-header .section-title[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header .section-title[data-v-62ccef65]{font-size:14px;color:#303040}.ai_contain .add_question_body .knowledge-section .section-header .tip-text[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .section-header .tip-text[data-v-62ccef65]{font-size:12px;color:#999;margin-left:20px}.ai_contain .add_question_body .knowledge-section .knowledge-input[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .knowledge-input[data-v-62ccef65]{position:relative}.ai_contain .add_question_body .knowledge-section .knowledge-input .knowledge-icon[data-v-62ccef65],.ai_contain .add_question_body .prompt-section .knowledge-input .knowledge-icon[data-v-62ccef65]{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-62ccef65]{min-height:120px!important;font-family:Microsoft YaHei,微软雅黑,sans-serif}.ai_contain .add_question_footer[data-v-62ccef65]{padding-bottom:30px;display:flex;justify-content:center;align-items:center;gap:30px}.ai_contain .add_question_footer .button-handle[data-v-62ccef65]{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-62ccef65]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ai_contain .add_question_footer .button-generate-question[data-v-62ccef65]{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-62ccef65]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .ai-bot-switch[data-v-62ccef65]{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-62ccef65]{font-weight:500;margin-right:2px;margin-left:5px;width:72px}.ai_contain .ai-bot-dropdown[data-v-62ccef65]{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-62ccef65]{padding:8px 20px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.ai_contain .ai-bot-dropdown-item.active[data-v-62ccef65],.ai_contain .ai-bot-dropdown-item[data-v-62ccef65]:hover{background:#f0f2f8;color:#3830e0}.ai_contain .question-result-drawer[data-v-62ccef65] .el-drawer__body{padding:0;height:100%;display:flex;flex-direction:column}.ai_contain .question-result-drawer .generating-loading[data-v-62ccef65]{display:flex;justify-content:center;align-items:center;height:200px}.ai_contain .question-result-drawer .generating-loading .loading-content[data-v-62ccef65]{display:flex;flex-direction:column;align-items:center;gap:16px}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-spinner[data-v-62ccef65]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #7c4dff;border-radius:50%;animation:spin-62ccef65 1s linear infinite}.ai_contain .question-result-drawer .generating-loading .loading-content .loading-text[data-v-62ccef65]{font-size:14px;color:#7c4dff;font-weight:500}@keyframes spin-62ccef65{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ai_contain .question-result-drawer .drawer_content_wrapper[data-v-62ccef65]{display:flex;flex-direction:column;height:100%;padding:0 20px}.ai_contain .question-result-drawer .question_summary_warp[data-v-62ccef65]{display:flex;justify-content:space-between;margin-bottom:20px}.ai_contain .question-result-drawer .question_summary_warp .question_summary .summary_text[data-v-62ccef65]{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-62ccef65]{font-size:12px;color:rgba(24,32,40,.639)}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button[data-v-62ccef65]{display:flex;gap:15px;margin-right:15px}.ai_contain .question-result-drawer .question_summary_warp .question_summary_button .button-handle[data-v-62ccef65]{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-62ccef65]{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-62ccef65]{border:1px solid #7050d0;background:transparent;color:#3030c0}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]{flex:1;overflow-y:auto;padding-right:10px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar{width:6px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar-track{background:hsla(0,0%,100%,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar-thumb{background:rgba(124,77,255,.3);border-radius:3px}.ai_contain .question-result-drawer .question_body[data-v-62ccef65]::-webkit-scrollbar-thumb:hover{background:rgba(124,77,255,.5)}.ai_contain .question-result-drawer .question_footer_fixed[data-v-62ccef65]{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-62ccef65]{display:flex;align-items:center;gap:8px}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .el-icon-info[data-v-62ccef65]{width:24px;height:24px;flex-shrink:0}.ai_contain .question-result-drawer .question_footer_fixed .footer_warning .question_remind[data-v-62ccef65]{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
- /***/ 3448:
1501
+ /***/ 1147:
1502
1502
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1503
1503
 
1504
1504
  "use strict";
@@ -32967,35 +32967,35 @@ var update = add("f22f6454", content, true, {"sourceMap":false,"shadowMode":fals
32967
32967
 
32968
32968
  /***/ }),
32969
32969
 
32970
- /***/ 9398:
32970
+ /***/ 9969:
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__(9952);
32976
+ var content = __webpack_require__(659);
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("8e6dbf10", content, true, {"sourceMap":false,"shadowMode":false});
32982
+ var update = add("5ba0767b", content, true, {"sourceMap":false,"shadowMode":false});
32983
32983
 
32984
32984
  /***/ }),
32985
32985
 
32986
- /***/ 3002:
32986
+ /***/ 4541:
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__(3448);
32992
+ var content = __webpack_require__(1147);
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("f901a0a4", content, true, {"sourceMap":false,"shadowMode":false});
32998
+ var update = add("403d3231", content, true, {"sourceMap":false,"shadowMode":false});
32999
32999
 
33000
33000
  /***/ }),
33001
33001
 
@@ -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=c5ff5afa&scoped=true
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=62ccef65&scoped=true
33468
33468
  var render = function render() {
33469
33469
  var _vm = this,
33470
33470
  _c = _vm._self._c;
@@ -33768,7 +33768,7 @@ var render = function render() {
33768
33768
  };
33769
33769
  var staticRenderFns = [];
33770
33770
 
33771
- ;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=template&id=c5ff5afa&scoped=true
33771
+ ;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=template&id=62ccef65&scoped=true
33772
33772
 
33773
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=cc89a654&scoped=true
33774
33774
  var questionItemvue_type_template_id_cc89a654_scoped_true_render = function render() {
@@ -38218,7 +38218,8 @@ const createBurial = data => {
38218
38218
  for (let type of selectedTypes) {
38219
38219
  const count = this.form.typeCounts[type];
38220
38220
  if (!count || count <= 0) {
38221
- const typeName = this.quesTypeList.find(item => item.id === type)?.name || type;
38221
+ const found = this.quesTypeList.find(item => item.id === type);
38222
+ const typeName = found && found.name || type;
38222
38223
  return this.$message.warning(`请为${typeName}输入生成数量`);
38223
38224
  }
38224
38225
  }
@@ -38671,13 +38672,13 @@ const createBurial = data => {
38671
38672
  });
38672
38673
  ;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=script&lang=js
38673
38674
  /* harmony default export */ var src_mainvue_type_script_lang_js = (mainvue_type_script_lang_js);
38674
- // 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=c5ff5afa&prod&lang=scss&scoped=true
38675
- var mainvue_type_style_index_0_id_c5ff5afa_prod_lang_scss_scoped_true = __webpack_require__(9398);
38676
- ;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=0&id=c5ff5afa&prod&lang=scss&scoped=true
38675
+ // 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=62ccef65&prod&lang=scss&scoped=true
38676
+ var mainvue_type_style_index_0_id_62ccef65_prod_lang_scss_scoped_true = __webpack_require__(9969);
38677
+ ;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=0&id=62ccef65&prod&lang=scss&scoped=true
38677
38678
 
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=1&id=c5ff5afa&prod&lang=scss
38679
- var mainvue_type_style_index_1_id_c5ff5afa_prod_lang_scss = __webpack_require__(3002);
38680
- ;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=1&id=c5ff5afa&prod&lang=scss
38679
+ // 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=62ccef65&prod&lang=scss
38680
+ var mainvue_type_style_index_1_id_62ccef65_prod_lang_scss = __webpack_require__(4541);
38681
+ ;// CONCATENATED MODULE: ./components/demo/src/main.vue?vue&type=style&index=1&id=62ccef65&prod&lang=scss
38681
38682
 
38682
38683
  ;// CONCATENATED MODULE: ./components/demo/src/main.vue
38683
38684
 
@@ -38695,7 +38696,7 @@ var main_component = normalizeComponent(
38695
38696
  staticRenderFns,
38696
38697
  false,
38697
38698
  null,
38698
- "c5ff5afa",
38699
+ "62ccef65",
38699
38700
  null
38700
38701
 
38701
38702
  )