autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 11 months ago
parent 4b6326bd41
commit ba93fe1586

@ -1,9 +1,9 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[87631],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[12125],{
/***/ 87631:
/***/ 12125:
/*!********************************************************************!*\
!*** ./node_modules/_dompurify@3.2.4@dompurify/dist/purify.es.mjs ***!
!*** ./node_modules/_dompurify@3.2.5@dompurify/dist/purify.es.mjs ***!
\********************************************************************/
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": function() { return /* binding */ purify; }
/* harmony export */ });
/*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
const {
entries,
@ -71,6 +71,9 @@ const typeErrorCreate = unconstruct(TypeError);
*/
function unapply(func) {
return function (thisArg) {
if (thisArg instanceof RegExp) {
thisArg.lastIndex = 0;
}
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}
@ -309,7 +312,7 @@ const _createHooksMap = function _createHooksMap() {
function createDOMPurify() {
let window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();
const DOMPurify = root => createDOMPurify(root);
DOMPurify.version = '3.2.4';
DOMPurify.version = '3.2.5';
DOMPurify.removed = [];
if (!window || !window.document || window.document.nodeType !== NODE_TYPE.document || !window.Element) {
// Not running in a browser, provide a factory function
@ -914,7 +917,7 @@ function createDOMPurify() {
allowedTags: ALLOWED_TAGS
});
/* Detect mXSS attempts abusing namespace confusion */
if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w]/g, currentNode.innerHTML) && regExpTest(/<[/\w]/g, currentNode.textContent)) {
if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
_forceRemove(currentNode);
return true;
}

File diff suppressed because one or more lines are too long

@ -30,8 +30,8 @@ var message = __webpack_require__(8591);
var dropdown = __webpack_require__(38854);
// EXTERNAL MODULE: ./node_modules/_flv.js@1.5.0@flv.js/src/flv.js + 38 modules
var flv = __webpack_require__(81325);
// EXTERNAL MODULE: ./node_modules/_hls.js@1.6.0@hls.js/dist/hls.mjs
var dist_hls = __webpack_require__(65157);
// EXTERNAL MODULE: ./node_modules/_hls.js@1.6.1@hls.js/dist/hls.mjs
var dist_hls = __webpack_require__(46284);
// EXTERNAL MODULE: ./src/utils/authority.ts
var authority = __webpack_require__(91569);
// EXTERNAL MODULE: ./node_modules/_react-copy-to-clipboard@5.0.2@react-copy-to-clipboard/lib/index.js

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

@ -6294,8 +6294,8 @@ var lodash = __webpack_require__(89392);
var lodash_default = /*#__PURE__*/__webpack_require__.n(lodash);
// EXTERNAL MODULE: ./node_modules/_flv.js@1.5.0@flv.js/src/flv.js + 38 modules
var flv = __webpack_require__(81325);
// EXTERNAL MODULE: ./node_modules/_hls.js@1.6.0@hls.js/dist/hls.mjs
var hls = __webpack_require__(65157);
// EXTERNAL MODULE: ./node_modules/_hls.js@1.6.1@hls.js/dist/hls.mjs
var hls = __webpack_require__(46284);
;// CONCATENATED MODULE: ./src/components/Video/LivePlay/index.jsx

@ -13556,6 +13556,7 @@ var certificate_addActivity_NewCoursePage = function NewCoursePage(_ref) {
open: modalVisible,
onOk: function onOk() {
if (sectionId2) {
setSectionId(sectionId2);
form.setFieldsValue({
section_id: sectionId2
});

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