autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 6d9e0a07dc
commit 716c67a06c

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

@ -564,13 +564,13 @@ var Message = function Message(_ref) {
// content: item?.attachment?.url,
// })
},
children: [(item === null || item === void 0 ? void 0 : item.hot_tag) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: [(item === null || item === void 0 ? void 0 : item.recommended_tag) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: Indexmodules.taga,
children: "\u4E3B\u63A8"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: item !== null && item !== void 0 && item.hot_tag ? Indexmodules.hotTitle : Indexmodules.recTtile,
className: item !== null && item !== void 0 && item.recommended_tag ? Indexmodules.hotTitle : Indexmodules.recTtile,
children: item === null || item === void 0 ? void 0 : item.title
}), (item === null || item === void 0 ? void 0 : item.recommended_tag) && /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
}), (item === null || item === void 0 ? void 0 : item.hot_tag) && /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../img/hott.png */ 39532),
width: 14,
style: {

@ -220,9 +220,11 @@
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
height: 100%;
}
.wrap___ZWZb6 .mainWrap___HT1Wk .recomWrap___gtTbf .contentWrap___GN7Ud .leftWrap___YuA0V .itemWrap___gEpIh {
display: flex;
height: 165px;
margin-top: 20px;
background-color: #F6F7F9;
padding: 10px;

@ -127,6 +127,7 @@ var Message = function Message(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Minemodules.content,
children: !!(magList !== null && magList !== void 0 && magList.length) ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "align-center",
children: magList === null || magList === void 0 ? void 0 : magList.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Minemodules.itemWrap,

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