diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx
index 1e6ccee..6fc1e47 100644
--- a/src/pages/index/index.jsx
+++ b/src/pages/index/index.jsx
@@ -75,20 +75,19 @@ const Index = () => {
const weGroup = () => {
return (
-
{/* */}
-
+
);
};
@@ -102,14 +101,14 @@ const Index = () => {
// mode="heightFix"
src={nomadBook}
/> */}
-
+
);
};
@@ -194,9 +193,9 @@ const Index = () => {
return (
+ 导航/图书/好物/活动/工具箱/关于我们
- {" "}
📣数字游民CNA,是针对中国用户的城市数据统计
@@ -253,7 +252,7 @@ const Index = () => {
effect="blur"
width="100%"
height="100%"
- style={{ borderRadius: '15px' }} // 设置圆角
+ style={{ borderRadius: "15px" }} // 设置圆角
/>
);