'图片修改'

This commit is contained in:
eric
2025-07-28 06:41:44 +08:00
parent 487b6cf158
commit 863a0166b7
6 changed files with 17 additions and 11 deletions

BIN
src/images/phone2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -8,20 +8,20 @@
<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/dgnomad.png" />
<link rel="apple-touch-icon" href="/static/images/images/phone2.png" />
<!-- <link rel="apple-touch-icon" href="/static/images/images/youtube.svg" /> -->
<link
rel="icon"
sizes="192x192"
href="/static/images/images/dgnomad.png"
href="/static/images/images/phone2.png"
/>
<title>数字游民</title>
<meta name="description" content="数字游民">
<meta property="og:description" content="数字游民">
<meta name="twitter:description" content="数字游民">
<title>云手机</title>
<meta name="description" content="云手机">
<meta property="og:description" content="云手机">
<meta name="twitter:description" content="云手机">
<script><%= htmlWebpackPlugin.options.script %></script>
<!-- 禁止缓存 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">

View File

@@ -1,3 +1,3 @@
export default {
navigationBarTitleText: '数字游民'
navigationBarTitleText: '云手机'
}

View File

@@ -158,7 +158,7 @@ const Book = () => {
>
<AtIcon value="chevron-left"></AtIcon>
</View>
<View className="book_header_middle">{`📗 数字游民`}</View>
<View className="book_header_middle">{`云手机`}</View>
<View
className="book_header_right"
onClick={() => {

View File

@@ -1,3 +1,3 @@
export default {
navigationBarTitleText: '数字游民'
navigationBarTitleText: '云手机'
}

View File

@@ -49,6 +49,8 @@ import ytGpt from "../../images/ytGpt.png";
import demo from "../../images/demo.svg";
import AI from "../../images/AI.png";
import nomadro from "../../images/nomadro.png";
import phone2 from "../../images/phone2.png";
import code from "../../images/code.svg";
import laptop from "../../images/laptop.svg";
import travel from "../../images/travel.svg";
@@ -188,7 +190,7 @@ const Index = () => {
window.localStorage.removeItem("userInfo");
window.localStorage.removeItem("openid");
window.localStorage.removeItem("wxid");
window.location.href = "https://nomadro.com";
window.location.href = "https://hackrobot.cn";
} else {
// 有完整的用户信息userInfo
setuserInfo(res?.data?.userInfo);
@@ -424,7 +426,9 @@ const Index = () => {
<Image
className="book_img"
// style="width: 40%px;height:100%;background: #fff;"
src={nomadro}
// src={nomadro}
src={phone2}
/>
</View>
</View>
@@ -436,6 +440,8 @@ const Index = () => {
// style="width: 40%px;height:100%;background: #fff;"
// src={book}
src={laptop}
// src={phone2}
/>
<View className="bookImg_text">无人直播</View>
</View>