Auto Submit

dev_local_v9_test6
autosubmit 2 years ago
parent 25ea70c759
commit 46a298f002

@ -1,12 +1,12 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[82709],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[21622],{
/***/ 82709:
/***/ 21622:
/*!****************************************************************!*\
!*** ./node_modules/_dompurify@2.5.6@dompurify/dist/purify.js ***!
!*** ./node_modules/_dompurify@2.5.7@dompurify/dist/purify.js ***!
\****************************************************************/
/***/ (function(module) {
/*! @license DOMPurify 2.5.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.6/LICENSE */
/*! @license DOMPurify 2.5.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.7/LICENSE */
(function (global, factory) {
true ? module.exports = factory() :
@ -294,7 +294,7 @@
* Version label, exposed for easier checks
* if DOMPurify is up to date or not
*/
DOMPurify.version = '2.5.6';
DOMPurify.version = '2.5.7';
/**
* Array of elements that DOMPurify removed during sanitation.
@ -681,7 +681,7 @@
CONFIG = cfg;
};
var MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']);
var HTML_INTEGRATION_POINTS = addToSet({}, ['foreignobject', 'annotation-xml']);
var HTML_INTEGRATION_POINTS = addToSet({}, ['annotation-xml']);
// Certain elements are allowed in both SVG and HTML
// namespace. We need to specify them explicitly
@ -1157,12 +1157,6 @@
_executeHook('uponSanitizeAttribute', currentNode, hookEvent);
value = hookEvent.attrValue;
/* Work around a security issue with comments inside attributes */
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
_removeAttribute(name, currentNode);
continue;
}
/* Did the hooks approve of the attribute? */
if (hookEvent.forceKeepAttr) {
continue;
@ -1206,6 +1200,12 @@
value = SANITIZE_NAMED_PROPS_PREFIX + value;
}
/* Work around a security issue with comments inside attributes */
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
_removeAttribute(name, currentNode);
continue;
}
/* Handle attributes that require Trusted Types */
if (trustedTypesPolicy && _typeof(trustedTypes) === 'object' && typeof trustedTypes.getAttributeType === 'function') {
if (namespaceURI) ; else {

File diff suppressed because one or more lines are too long

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

@ -80,7 +80,7 @@
color: #FFFFFF;
cursor: pointer;
}
.btn2___qBe8c {
.navSty___Y5_6J .practiceSty___aoMRM .btn2___qBe8c {
display: inline-block;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);

@ -48,7 +48,7 @@ var pagination = __webpack_require__(27092);
var modal = __webpack_require__(43418);
;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/Exercise/MisCollection/CollectionList/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var CollectionListmodules = ({"contentListWrap":"contentListWrap___i61gD","li":"li___gxMyq","bottom":"bottom___Dd6Ho","actionLeftItem":"actionLeftItem___fPOL6","questionTypeName":"questionTypeName___PLOrd","more":"more___cxQWQ","textBtn":"textBtn___RJoUd","line":"line___cIykK","b1":"b1___Ia8NJ","b2":"b2___auPd6","btn":"btn___zsCi9","btn2":"btn2___qBe8c"});
/* harmony default export */ var CollectionListmodules = ({"contentListWrap":"contentListWrap___i61gD","li":"li___gxMyq","bottom":"bottom___Dd6Ho","actionLeftItem":"actionLeftItem___fPOL6","questionTypeName":"questionTypeName___PLOrd","more":"more___cxQWQ","textBtn":"textBtn___RJoUd","line":"line___cIykK","b1":"b1___Ia8NJ","b2":"b2___auPd6","btn":"btn___zsCi9","navSty":"navSty___Y5_6J","practiceSty":"practiceSty___aoMRM","btn2":"btn2___qBe8c"});
// EXTERNAL MODULE: ./src/pages/Classrooms/Lists/Exercise/Collection/Topic/index.tsx + 1 modules
var Topic = __webpack_require__(94142);
// EXTERNAL MODULE: ./src/components/NoData/index.tsx
@ -276,7 +276,7 @@ var MisCollection = function MisCollection(_ref) {
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mt30 mb30",
className: "mt30 mb30 ".concat(CollectionListmodules.navSty),
style: {
display: 'flex',
alignItems: 'center',
@ -297,6 +297,7 @@ var MisCollection = function MisCollection(_ref) {
children: "\u9519\u9898\u5217\u8868"
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: CollectionListmodules.practiceSty,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
className: CollectionListmodules.btn2,
loading: btn2Loading,

@ -174,6 +174,12 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
strokeColor: '#FDA672'
}];
var options1 = {
grid: {
left: '5%',
right: '5%'
// top: '10%',
// bottom: '10%',
},
xAxis: {
name: '日期',
type: 'category',
@ -216,8 +222,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
data: ['当日上线学生数'],
orient: 'horizontal',
// 图例方向
top: '10%',
right: '10%'
right: '14%'
},
series: [{
name: '当日上线学生数',
@ -380,13 +385,13 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: CourseStatisticsmodules.subTitle,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: CourseStatisticsmodules.subTag
@ -394,7 +399,26 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
className: CourseStatisticsmodules.subText,
children: "\u65E5\u4E0A\u7EBF\u5B66\u751F\u6570"
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
position: 'relative'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(lib/* default */.Z, {
option: options1,
style: {
height: 350,
width: 856
},
opts: {
renderer: 'svg'
} // use svg to render the chart.
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
position: 'absolute',
top: '-8px',
right: '0px'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
onChange: function onChange(v) {
params.duration = v;
@ -414,17 +438,6 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
}]
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(lib/* default */.Z, {
option: options1,
style: {
height: 350,
width: 936
},
opts: {
renderer: 'svg'
} // use svg to render the chart.
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mt30",

@ -20036,6 +20036,7 @@ var UploadOutlined = __webpack_require__(85574);
var NewLearnPathPage = function NewLearnPathPage(_ref) {
var _formValue$name, _formValue2$name;
var _ref$learningPathId = _ref.learningPathId,
@ -20215,6 +20216,8 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
title: '实践项目名称',
key: 'shixun_name',
dataIndex: 'shixun_name',
width: 230,
ellipsis: true,
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text
@ -20223,9 +20226,13 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
}, {
key: '',
title: '创建者',
width: 160,
ellipsis: true,
dataIndex: 'username'
}, {
title: '所属单位',
width: 160,
ellipsis: true,
dataIndex: 'school'
}, {
title: '难度',
@ -20235,10 +20242,18 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
dataIndex: 'challenge_count'
}, {
title: '操作',
width: 100,
align: 'right',
dataIndex: 'action',
render: function render(text, record) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
onClick: function onClick() {},
style: {
color: '#3061D0',
cursor: 'pointer'
},
onClick: function onClick() {
(0,util/* openNewWindow */.xg)("/shixuns/".concat(record === null || record === void 0 ? void 0 : record.shixun_identifier, "/challenges"));
},
children: "\u67E5\u770B"
});
}
@ -21584,6 +21599,10 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
})
}), formValue2.mode_type === 1 && !stageVis && (checkedShixunNodes === null || checkedShixunNodes === void 0 ? void 0 : checkedShixunNodes.length) > 0 && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: AddLearnPathmodules.stageBox,
style: {
marginBottom: '0px',
padding: '14px 20px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: AddLearnPathmodules.titleBox,
style: {

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