Auto Submit

dev_local_v9_changjixueyuan
autosubmit 1 year ago
parent 309561b257
commit c5a7ab0214

@ -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.02eed4fd.js"></script>
<script src="/react/build/umi.fe89cdfe.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -727,8 +727,12 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
setShowReply(res);
setisloading(false);
params.defaultExpandedRowKeys = ["".concat(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 || (_res$data = _res$data[0]) === null || _res$data === void 0 ? void 0 : _res$data.identifier)];
if (activeKey != '2') {
setactivekey(res !== null && res !== void 0 && res.description ? '1' : '2');
if (!(res !== null && res !== void 0 && res.hide_description)) {
if (activeKey != '2') {
setactivekey(res !== null && res !== void 0 && res.description ? '1' : '2');
}
} else {
setactivekey('2');
}
setParams(objectSpread2_default()({}, params));
case 9:

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