Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent 469cab0731
commit 74afb6958d

@ -23259,7 +23259,7 @@ var $defineProperty = __webpack_require__(/*! es-define-property */ 31989);
var $SyntaxError = __webpack_require__(/*! es-errors/syntax */ 35041);
var $TypeError = __webpack_require__(/*! es-errors/type */ 61054);
var gopd = __webpack_require__(/*! gopd */ 67747);
var gopd = __webpack_require__(/*! gopd */ 37211);
/** @type {import('.')} */
module.exports = function defineDataProperty(
@ -23998,7 +23998,7 @@ var ThrowTypeError = $gOPD
: throwTypeError;
var hasSymbols = __webpack_require__(/*! has-symbols */ 9997)();
var hasProto = __webpack_require__(/*! has-proto */ 63825)();
var hasProto = __webpack_require__(/*! has-proto */ 54465)();
var getProto = Object.getPrototypeOf || (
hasProto
@ -24310,9 +24310,9 @@ module.exports = function GetIntrinsic(name, allowMissing) {
/***/ }),
/***/ 67747:
/***/ 37211:
/*!************************************************!*\
!*** ./node_modules/_gopd@1.0.1@gopd/index.js ***!
!*** ./node_modules/_gopd@1.1.0@gopd/index.js ***!
\************************************************/
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
@ -24321,6 +24321,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ 3091);
/** @type {import('.')} */
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
if ($gOPD) {
@ -24370,9 +24371,9 @@ module.exports = hasPropertyDescriptors;
/***/ }),
/***/ 63825:
/***/ 54465:
/*!**********************************************************!*\
!*** ./node_modules/_has-proto@1.0.3@has-proto/index.js ***!
!*** ./node_modules/_has-proto@1.1.0@has-proto/index.js ***!
\**********************************************************/
/***/ (function(module) {
@ -24384,13 +24385,13 @@ var test = {
foo: {}
};
var $Object = Object;
// @ts-expect-error: TS errors on an inherited property for some reason
var result = { __proto__: test }.foo === test.foo
&& !(test instanceof Object);
/** @type {import('.')} */
module.exports = function hasProto() {
// @ts-expect-error: TS errors on an inherited property for some reason
return { __proto__: test }.foo === test.foo
&& !(test instanceof $Object);
return result;
};
@ -27730,7 +27731,7 @@ module.exports = __webpack_require__(/*! ./dist/InfiniteScroll */ 51581)
var GetIntrinsic = __webpack_require__(/*! get-intrinsic */ 3091);
var define = __webpack_require__(/*! define-data-property */ 67494);
var hasDescriptors = __webpack_require__(/*! has-property-descriptors */ 3192)();
var gOPD = __webpack_require__(/*! gopd */ 67747);
var gOPD = __webpack_require__(/*! gopd */ 37211);
var $TypeError = __webpack_require__(/*! es-errors/type */ 61054);
var $floor = GetIntrinsic('%Math.floor%');
@ -30390,7 +30391,7 @@ var forEach = __webpack_require__(/*! for-each */ 12875);
var availableTypedArrays = __webpack_require__(/*! available-typed-arrays */ 75791);
var callBind = __webpack_require__(/*! call-bind */ 16617);
var callBound = __webpack_require__(/*! call-bind/callBound */ 23148);
var gOPD = __webpack_require__(/*! gopd */ 67747);
var gOPD = __webpack_require__(/*! gopd */ 37211);
/** @type {(O: object) => string} */
var $toString = callBound('Object.prototype.toString');

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

@ -12591,6 +12591,10 @@ var Entrance = function Entrance(_ref) {
_useState8 = slicedToArray_default()(_useState7, 2),
urlData = _useState8[0],
setUrlData = _useState8[1];
var _useState9 = (0,_react_17_0_2_react.useState)(false),
_useState10 = slicedToArray_default()(_useState9, 2),
commitModalVis = _useState10[0],
setCommitModalVis = _useState10[1];
var Columns = [{
title: "提交ID",
dataIndex: "commit_id",
@ -13473,8 +13477,9 @@ var Entrance = function Entrance(_ref) {
})]
}), (competitions === null || competitions === void 0 || (_competitions$competi2 = competitions.competition) === null || _competitions$competi2 === void 0 || (_competitions$competi2 = _competitions$competi2.competition_team) === null || _competitions$competi2 === void 0 ? void 0 : _competitions$competi2.is_cancel_score) && /*#__PURE__*/(0,jsx_runtime.jsx)(AppealModal, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
className: "mt25",
pagination: false,
loading: loading["competitions/getCompetitionCommitRecords"],
pagination: false
// loading={loading["competitions/getCompetitionCommitRecords"]}
,
dataSource: CommitRecords === null || CommitRecords === void 0 || (_CommitRecords$data12 = CommitRecords.data) === null || _CommitRecords$data12 === void 0 ? void 0 : _CommitRecords$data12.records,
columns: Columns
})]
@ -16716,7 +16721,7 @@ var NewCompetitionsPage = function NewCompetitionsPage(_ref) {
// { type: "string", max: 11, message: "输入超限,请缩减字符数" },
// { type: "string", whitespace: true, message: "内容不能全为空格" },
{
pattern: /^1[3|4|5|7|8][0-9]\d{8}$/,
pattern: /^1[3-9]\d{9}$/,
message: '请输入正确的手机号'
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {

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