autoUpdataFile

dev_local_v9_yndxsys
eduauto 2 years ago
parent 766cf5d5a4
commit 8bcda8b8ff

@ -2217,6 +2217,9 @@ var AccountPage = function AccountPage(_ref) {
};
var scrollItems = (0,_react_17_0_2_react.useCallback)(function () {
setAnnounceList(function (prevItems) {
if (prevItems.length <= 3) {
return prevItems;
}
var _prevItems = toArray_default()(prevItems),
first = _prevItems[0],
rest = _prevItems.slice(1);
@ -2420,7 +2423,7 @@ var AccountPage = function AccountPage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "".concat(Homepagemodules.pic2, " ").concat(fade ? '' : Homepagemodules.fade),
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: currentNewsIndex + 1 < newsList.length ? "".concat(env/* default */.Z.IMG_SERVER) + "".concat(newsList === null || newsList === void 0 || (_newsList = newsList[currentNewsIndex + 1]) === null || _newsList === void 0 || (_newsList = _newsList.attachment) === null || _newsList === void 0 ? void 0 : _newsList.url) : env/* default */.Z.IMG_SERVER + (newsList === null || newsList === void 0 || (_newsList$ = newsList[0]) === null || _newsList$ === void 0 || (_newsList$ = _newsList$.attachment) === null || _newsList$ === void 0 ? void 0 : _newsList$.url),
src: currentNewsIndex + 1 < newsList.length ? "".concat(env/* default */.Z.IMG_SERVER) + "".concat(newsList === null || newsList === void 0 || (_newsList = newsList[currentNewsIndex + 1]) === null || _newsList === void 0 || (_newsList = _newsList.attachment) === null || _newsList === void 0 ? void 0 : _newsList.url) : "".concat(env/* default */.Z.IMG_SERVER) + "".concat(newsList === null || newsList === void 0 || (_newsList$ = newsList[0]) === null || _newsList$ === void 0 || (_newsList$ = _newsList$.attachment) === null || _newsList$ === void 0 ? void 0 : _newsList$.url),
width: 430,
height: 300
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {

@ -109,6 +109,7 @@
width: 400px;
height: 222px;
transition: transform 0.5s ease;
cursor: pointer;
}
.wrap___TOtbW .newsWrap___cXKm8 .newsmore___fshB8 .newsBox___rx3Wi .title___bIWBg {
word-break: break-all;
@ -149,6 +150,7 @@
transition: transform 0.5s ease;
}
.wrap___TOtbW .newsWrap___cXKm8 .newsPicBox___Brhq9 img {
cursor: pointer;
transition: opacity 0.5s ease-in-out;
}
.wrap___TOtbW .newsWrap___cXKm8 .newsPicBox___Brhq9 .fade___RMX4M {

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

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