'图片修改'
This commit is contained in:
BIN
src/images/phone2.png
Normal file
BIN
src/images/phone2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
@@ -8,20 +8,20 @@
|
|||||||
<meta name="format-detection" content="telephone=no,address=no">
|
<meta name="format-detection" content="telephone=no,address=no">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
|
<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="apple-touch-icon" href="/static/images/images/youtube.svg" /> -->
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
sizes="192x192"
|
sizes="192x192"
|
||||||
href="/static/images/images/dgnomad.png"
|
href="/static/images/images/phone2.png"
|
||||||
|
|
||||||
|
|
||||||
/>
|
/>
|
||||||
<title>数字游民</title>
|
<title>云手机</title>
|
||||||
<meta name="description" content="数字游民">
|
<meta name="description" content="云手机">
|
||||||
<meta property="og:description" content="数字游民">
|
<meta property="og:description" content="云手机">
|
||||||
<meta name="twitter:description" content="数字游民">
|
<meta name="twitter:description" content="云手机">
|
||||||
<script><%= htmlWebpackPlugin.options.script %></script>
|
<script><%= htmlWebpackPlugin.options.script %></script>
|
||||||
<!-- 禁止缓存 -->
|
<!-- 禁止缓存 -->
|
||||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
navigationBarTitleText: '数字游民'
|
navigationBarTitleText: '云手机'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ const Book = () => {
|
|||||||
>
|
>
|
||||||
<AtIcon value="chevron-left"></AtIcon>
|
<AtIcon value="chevron-left"></AtIcon>
|
||||||
</View>
|
</View>
|
||||||
<View className="book_header_middle">{`📗 数字游民`}</View>
|
<View className="book_header_middle">{`云手机`}</View>
|
||||||
<View
|
<View
|
||||||
className="book_header_right"
|
className="book_header_right"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
navigationBarTitleText: '数字游民'
|
navigationBarTitleText: '云手机'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,6 +49,8 @@ import ytGpt from "../../images/ytGpt.png";
|
|||||||
import demo from "../../images/demo.svg";
|
import demo from "../../images/demo.svg";
|
||||||
import AI from "../../images/AI.png";
|
import AI from "../../images/AI.png";
|
||||||
import nomadro from "../../images/nomadro.png";
|
import nomadro from "../../images/nomadro.png";
|
||||||
|
import phone2 from "../../images/phone2.png";
|
||||||
|
|
||||||
import code from "../../images/code.svg";
|
import code from "../../images/code.svg";
|
||||||
import laptop from "../../images/laptop.svg";
|
import laptop from "../../images/laptop.svg";
|
||||||
import travel from "../../images/travel.svg";
|
import travel from "../../images/travel.svg";
|
||||||
@@ -188,7 +190,7 @@ const Index = () => {
|
|||||||
window.localStorage.removeItem("userInfo");
|
window.localStorage.removeItem("userInfo");
|
||||||
window.localStorage.removeItem("openid");
|
window.localStorage.removeItem("openid");
|
||||||
window.localStorage.removeItem("wxid");
|
window.localStorage.removeItem("wxid");
|
||||||
window.location.href = "https://nomadro.com";
|
window.location.href = "https://hackrobot.cn";
|
||||||
} else {
|
} else {
|
||||||
// 有完整的用户信息userInfo
|
// 有完整的用户信息userInfo
|
||||||
setuserInfo(res?.data?.userInfo);
|
setuserInfo(res?.data?.userInfo);
|
||||||
@@ -424,7 +426,9 @@ const Index = () => {
|
|||||||
<Image
|
<Image
|
||||||
className="book_img"
|
className="book_img"
|
||||||
// style="width: 40%px;height:100%;background: #fff;"
|
// style="width: 40%px;height:100%;background: #fff;"
|
||||||
src={nomadro}
|
// src={nomadro}
|
||||||
|
src={phone2}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
@@ -436,6 +440,8 @@ const Index = () => {
|
|||||||
// style="width: 40%px;height:100%;background: #fff;"
|
// style="width: 40%px;height:100%;background: #fff;"
|
||||||
// src={book}
|
// src={book}
|
||||||
src={laptop}
|
src={laptop}
|
||||||
|
// src={phone2}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
<View className="bookImg_text">无人直播</View>
|
<View className="bookImg_text">无人直播</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user