diff --git a/38573.83437c6b.async.js b/38573.7afc693c.async.js
similarity index 99%
rename from 38573.83437c6b.async.js
rename to 38573.7afc693c.async.js
index 84a0c7a114..2ecacef1a2 100644
--- a/38573.83437c6b.async.js
+++ b/38573.7afc693c.async.js
@@ -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", {
diff --git a/38573.c8919896.chunk.css b/38573.8aa92af2.chunk.css
similarity index 99%
rename from 38573.c8919896.chunk.css
rename to 38573.8aa92af2.chunk.css
index f0b0701b8b..b807c9f954 100644
--- a/38573.c8919896.chunk.css
+++ b/38573.8aa92af2.chunk.css
@@ -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 {
diff --git a/index.html b/index.html
index 965a39501b..49d29f5fe2 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
display: block !important;
}
-
+