feat: 使用ico图标
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
<meta name="format-detection" content="telephone=no,address=no">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
|
||||
<link rel="apple-touch-icon" href="/static/images/images/touxiang.png" />
|
||||
<link rel="apple-touch-icon" href="/static/images/images/dgnomad.png" />
|
||||
<!-- <link rel="apple-touch-icon" href="/static/images/images/youtube.svg" /> -->
|
||||
|
||||
<link
|
||||
rel="icon"
|
||||
sizes="192x192"
|
||||
href="/static/images/images/touxiang.png"
|
||||
href="/static/images/images/dgnomad.png"
|
||||
|
||||
|
||||
/>
|
||||
|
||||
@@ -377,7 +377,7 @@ const Index = () => {
|
||||
></Image>
|
||||
</View>
|
||||
<View className="cardItem_right">
|
||||
<View className="cardItem_rightUp">出海套利</View>
|
||||
<View className="cardItem_rightUp">地理套利</View>
|
||||
<View className="cardItem_rightDown">
|
||||
边旅行边赚钱,无国界
|
||||
</View>
|
||||
@@ -389,7 +389,9 @@ const Index = () => {
|
||||
</View>
|
||||
<View className="cardItem_right">
|
||||
<View className="cardItem_rightUp">远程办公</View>
|
||||
<View className="cardItem_rightDown">自由职业,分布式团队</View>
|
||||
<View className="cardItem_rightDown">
|
||||
自由职业,分布式团队
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
<View className="cardItem">
|
||||
@@ -398,9 +400,7 @@ const Index = () => {
|
||||
</View>
|
||||
<View className="cardItem_right">
|
||||
<View className="cardItem_rightUp">游民社区</View>
|
||||
<View className="cardItem_rightDown">
|
||||
信息交流,快人一步
|
||||
</View>
|
||||
<View className="cardItem_rightDown">信息交流,快人一步</View>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
@@ -421,6 +421,7 @@ const Index = () => {
|
||||
</View>
|
||||
<View className="index_book_img">
|
||||
<Image
|
||||
className="book_img"
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
src={nomadro}
|
||||
/>
|
||||
@@ -429,23 +430,6 @@ const Index = () => {
|
||||
|
||||
<View className="svgItems">
|
||||
<View className="svgItem">
|
||||
{" "}
|
||||
<View className="bookImg">
|
||||
<Image
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
// src={book}
|
||||
src={code}
|
||||
/>
|
||||
<View className="bookImg_text">独立开发</View>
|
||||
</View>
|
||||
<View className="bookImg">
|
||||
<Image
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
// src={book}
|
||||
src={travel}
|
||||
/>
|
||||
<View className="bookImg_text">旅行</View>
|
||||
</View>
|
||||
<View className="bookImg">
|
||||
<Image
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
@@ -454,6 +438,23 @@ const Index = () => {
|
||||
/>
|
||||
<View className="bookImg_text">远程办公</View>
|
||||
</View>
|
||||
|
||||
<View className="bookImg">
|
||||
<Image
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
// src={book}
|
||||
src={travel}
|
||||
/>
|
||||
<View className="bookImg_text">地理套利</View>
|
||||
</View>
|
||||
<View className="bookImg">
|
||||
<Image
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
// src={book}
|
||||
src={code}
|
||||
/>
|
||||
<View className="bookImg_text">独立开发</View>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
{/* <View className="footer">
|
||||
|
||||
@@ -235,7 +235,12 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
// height: 100%;
|
||||
// background-color: yellow;
|
||||
.book_img{
|
||||
margin-bottom: 40px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user