Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent f382c3317b
commit 855aa49a8f

@ -24820,7 +24820,7 @@ module.exports = function isGeneratorFunction(fn) {
"use strict";
var whichTypedArray = __webpack_require__(/*! which-typed-array */ 38183);
var whichTypedArray = __webpack_require__(/*! which-typed-array */ 61002);
/** @type {import('.')} */
module.exports = function isTypedArray(value) {
@ -28566,7 +28566,7 @@ module.exports = function isBuffer(arg) {
var isArgumentsObject = __webpack_require__(/*! is-arguments */ 76051);
var isGeneratorFunction = __webpack_require__(/*! is-generator-function */ 70903);
var whichTypedArray = __webpack_require__(/*! which-typed-array */ 38183);
var whichTypedArray = __webpack_require__(/*! which-typed-array */ 61002);
var isTypedArray = __webpack_require__(/*! is-typed-array */ 20342);
function uncurryThis(f) {
@ -30377,9 +30377,9 @@ exports["default"] = _default;
/***/ }),
/***/ 38183:
/***/ 61002:
/*!***************************************************************************!*\
!*** ./node_modules/_which-typed-array@1.1.15@which-typed-array/index.js ***!
!*** ./node_modules/_which-typed-array@1.1.16@which-typed-array/index.js ***!
\***************************************************************************/
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {

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

@ -142,9 +142,7 @@ var competitionsPage = function competitionsPage(_ref) {
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
style: {
height: "100%",
width: "100%",
objectFit: "cover"
height: "100%"
},
src: "".concat(env/* default */.Z.IMG_SERVER).concat(banner_item === null || banner_item === void 0 ? void 0 : banner_item.url)
})
@ -567,12 +565,13 @@ var competitionsPage = function competitionsPage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(row/* default */.Z, {
justify: "center",
style: {
flexDirection: "column"
flexDirection: "column",
alignItems: 'center'
},
children: activity_list === null || activity_list === void 0 ? void 0 : activity_list.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
style: {
width: "100%"
objectFit: 'cover'
},
src: "".concat(env/* default */.Z.IMG_SERVER).concat(item.url)
}, index);

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