From 9e72892d0481f78e5e21400c11e766b7eb0b38aa Mon Sep 17 00:00:00 2001 From: hackrobot Date: Thu, 3 Apr 2025 04:44:11 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=BF=E7=94=A8ico=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- src/index.html | 4 ++-- src/pages/index/index.jsx | 45 +++++++++++++++++++------------------- src/pages/index/index.scss | 5 +++++ 4 files changed, 31 insertions(+), 25 deletions(-) diff --git a/config/index.js b/config/index.js index fbaf826..7953c30 100644 --- a/config/index.js +++ b/config/index.js @@ -127,7 +127,7 @@ const config = { allowedHosts: ["nomadro.com", "localhost", ".nomadro.com"], // 允许所有 *.nomadyt.com 子域访问 }, htmlPluginOption: { - favicon: path.resolve(__dirname, "..", "src", "images", "youtube.ico"), // 同样处理 favicon 路径 + favicon: path.resolve(__dirname, "..", "src", "images", "dgnomad.png"), // 同样处理 favicon 路径 meta: { "cache-control": "no-cache, no-store, must-revalidate", pragma: "no-cache", diff --git a/src/index.html b/src/index.html index bb6bcc3..158142f 100644 --- a/src/index.html +++ b/src/index.html @@ -8,13 +8,13 @@ - + diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 47c53e1..60428d0 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -377,7 +377,7 @@ const Index = () => { > - 出海套利 + 地理套利 边旅行边赚钱,无国界 @@ -389,7 +389,9 @@ const Index = () => { 远程办公 - 自由职业,分布式团队 + + 自由职业,分布式团队 + @@ -398,9 +400,7 @@ const Index = () => { 游民社区 - - 信息交流,快人一步 - + 信息交流,快人一步 @@ -421,6 +421,7 @@ const Index = () => { @@ -429,23 +430,6 @@ const Index = () => { - {" "} - - - 独立开发 - - - - 旅行 - { /> 远程办公 + + + + 地理套利 + + + + 独立开发 + {/* diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index c18d114..e2fb8a5 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -235,7 +235,12 @@ flex-direction: column; align-items: center; justify-content: center; + // height: 100%; // background-color: yellow; + .book_img{ + margin-bottom: 40px; + + } } }