Auto Submit

dev_local_v9_haijunshiguan_net
autosubmit 2 years ago
parent add8ddadd3
commit b4eb4b7f7b

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.fe300353.js"></script>
<script src="/react/build/umi.8d496e6a.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -1709,7 +1709,7 @@ var Simple = function Simple(_ref) {
};
}, []);
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(item === null || item === void 0 || (_item$standard_answer = item.standard_answer) === null || _item$standard_answer === void 0 ? void 0 : _item$standard_answer.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) && !showBtn ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(item === null || item === void 0 || (_item$standard_answer = item.standard_answer) === null || _item$standard_answer === void 0 ? void 0 : _item$standard_answer.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || item !== null && item !== void 0 && item.user_answer_right && !showBtn ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mb20",
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
justify: "space-between",
@ -1812,9 +1812,9 @@ var Simple = function Simple(_ref) {
children: ["\u7B54\u9898\u7ED3\u679C", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginLeft: 12,
color: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? '#29A64F' : '#E53333'
color: item !== null && item !== void 0 && item.user_answer_right ? '#29A64F' : '#E53333'
},
children: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
children: item !== null && item !== void 0 && item.user_answer_right ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
})]
}), (item === null || item === void 0 ? void 0 : item.show_recommend) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
@ -2667,7 +2667,7 @@ var Fill = function Fill(_ref) {
className: "ml20 mr20",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
placeholder: "\u8BF7\u8F93\u5165\u7B54\u6848",
disabled: (item === null || item === void 0 || (_item$standard_answer = item.standard_answer) === null || _item$standard_answer === void 0 ? void 0 : _item$standard_answer.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) && !showBtn,
disabled: (item === null || item === void 0 || (_item$standard_answer = item.standard_answer) === null || _item$standard_answer === void 0 ? void 0 : _item$standard_answer.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || (item === null || item === void 0 ? void 0 : item.user_answer_right) && !showBtn,
value: answer === null || answer === void 0 ? void 0 : answer.answer_text,
onChange: function onChange(e) {
userAnswer[index].answer_text = e.target.value;
@ -2764,9 +2764,9 @@ var Fill = function Fill(_ref) {
children: ["\u7B54\u9898\u7ED3\u679C", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginLeft: 12,
color: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? '#29A64F' : '#E53333'
color: item !== null && item !== void 0 && item.user_answer_right ? '#29A64F' : '#E53333'
},
children: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
children: item !== null && item !== void 0 && item.user_answer_right ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
})]
}), (item === null || item === void 0 ? void 0 : item.show_recommend) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
@ -3803,7 +3803,7 @@ var Answer = function Answer(_ref) {
}).map(function (choice) {
return choice.choice_id;
})) || [];
var disabled = (item === null || item === void 0 || (_item$standard_answer = item.standard_answer) === null || _item$standard_answer === void 0 ? void 0 : _item$standard_answer.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) && !showBtn;
var disabled = (item === null || item === void 0 || (_item$standard_answer = item.standard_answer) === null || _item$standard_answer === void 0 ? void 0 : _item$standard_answer.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || (item === null || item === void 0 ? void 0 : item.user_answer_right) && !showBtn;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Answermodules.baseMargin,
@ -3852,9 +3852,9 @@ var Answer = function Answer(_ref) {
children: ["\u7B54\u9898\u7ED3\u679C", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginLeft: 12,
color: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? '#29A64F' : '#E53333'
color: item !== null && item !== void 0 && item.user_answer_right ? '#29A64F' : '#E53333'
},
children: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
children: item !== null && item !== void 0 && item.user_answer_right ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
})]
}), (item === null || item === void 0 ? void 0 : item.show_recommend) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
@ -4038,7 +4038,7 @@ var Answer = function Answer(_ref) {
}).map(function (choice) {
return choice.choice_id;
})) || [];
var disabled = (item === null || item === void 0 || (_item$standard_answer2 = item.standard_answer) === null || _item$standard_answer2 === void 0 ? void 0 : _item$standard_answer2.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) && !showBtn;
var disabled = (item === null || item === void 0 || (_item$standard_answer2 = item.standard_answer) === null || _item$standard_answer2 === void 0 ? void 0 : _item$standard_answer2.length) > 0 && ((item === null || item === void 0 ? void 0 : item.can_answer_num) == 0 || !showBtn) || (item === null || item === void 0 ? void 0 : item.user_answer_right) && !showBtn;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Answermodules.baseMargin,
@ -4085,9 +4085,9 @@ var Answer = function Answer(_ref) {
children: ["\u7B54\u9898\u7ED3\u679C", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginLeft: 12,
color: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? '#29A64F' : '#E53333'
color: item !== null && item !== void 0 && item.user_answer_right ? '#29A64F' : '#E53333'
},
children: (item === null || item === void 0 ? void 0 : item.user_score) === (item === null || item === void 0 ? void 0 : item.question_score) ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
children: item !== null && item !== void 0 && item.user_answer_right ? "\u7B54\u5BF9\u4E86" : "\u7B54\u9519\u4E86"
})]
}), (item === null || item === void 0 ? void 0 : item.show_recommend) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {

@ -4706,6 +4706,9 @@ body {
.folderAreaWrapper___iQ9XG .folderWrapper___qROqJ .treeNodeItem___ntoZa .treeNodeDifficulty___Q33tO {
margin-left: auto;
}
.folderAreaWrapper___iQ9XG .item_group_ids___cNudt div[class~='ant-form-item-explain-error'] {
padding: 5px 0px 10px 20px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.9@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.9@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/ResTable/index.less ***!

@ -14857,7 +14857,7 @@ var objectDestructuringEmpty_default = /*#__PURE__*/__webpack_require__.n(object
var es_switch = __webpack_require__(78673);
;// CONCATENATED MODULE: ./src/pages/Paths/Detail/components/Stage/AddOrEditExercise/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var AddOrEditExercisemodules = ({"bg":"bg___sK28H","title":"title___OrR3z","lableSty":"lableSty___B6Cwq","inputNum":"inputNum___KjODd","select_ids":"select_ids___Se6Gr","footer_style":"footer_style___t3MFU","submit_button":"submit_button___jtEBu","close_button":"close_button___ecFOg","aBtn":"aBtn___De9oB","folderAreaWrapper":"folderAreaWrapper___iQ9XG","folderAreaHeader":"folderAreaHeader___zxxB4","folderWrapper":"folderWrapper___qROqJ","folderIcon":"folderIcon___TEiGv","shareFolderIcon":"shareFolderIcon___ENLrJ","treeNodeItem":"treeNodeItem___ntoZa","treeNodeDifficulty":"treeNodeDifficulty___Q33tO"});
/* harmony default export */ var AddOrEditExercisemodules = ({"bg":"bg___sK28H","title":"title___OrR3z","lableSty":"lableSty___B6Cwq","inputNum":"inputNum___KjODd","select_ids":"select_ids___Se6Gr","footer_style":"footer_style___t3MFU","submit_button":"submit_button___jtEBu","close_button":"close_button___ecFOg","aBtn":"aBtn___De9oB","folderAreaWrapper":"folderAreaWrapper___iQ9XG","folderAreaHeader":"folderAreaHeader___zxxB4","folderWrapper":"folderWrapper___qROqJ","folderIcon":"folderIcon___TEiGv","shareFolderIcon":"shareFolderIcon___ENLrJ","treeNodeItem":"treeNodeItem___ntoZa","treeNodeDifficulty":"treeNodeDifficulty___Q33tO","item_group_ids":"item_group_ids___cNudt"});
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.3.6@@ant-design/icons/es/icons/PlusOutlined.js + 1 modules
var PlusOutlined = __webpack_require__(18647);
// EXTERNAL MODULE: ./src/components/ResTable/index.tsx + 2 modules
@ -15913,6 +15913,11 @@ var AddOrEditExercise = function AddOrEditExercise(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "item_group_ids",
rules: [{
required: true,
message: "请选择题目来源"
}],
className: AddOrEditExercisemodules.item_group_ids,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(TreeDom, {})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
@ -15966,6 +15971,10 @@ var AddOrEditExercise = function AddOrEditExercise(_ref) {
}), openPre && /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "parent_id",
rules: [{
required: true,
message: "请选择刷题练习"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
className: AddOrEditExercisemodules.select_ids,
placeholder: "\u8BF7\u9009\u62E9\u5237\u9898\u7EC3\u4E60",

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save