This commit is contained in:
eric
2025-12-18 03:07:13 -06:00
parent c824641a9e
commit e5ea2ae7c9
9 changed files with 21 additions and 12 deletions

View File

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

View File

@@ -57,6 +57,8 @@ import travel from "../../images/travel.svg";
import group from "../../images/group.svg";
import book from "../../images/book.svg";
import youtubesvg from "../../images/youtube.svg";
import dgnomad from "../../images/dgnomad.png";
// export default class Index extends Component {
const Index = () => {
const [current, setcurrent] = useState(0);
@@ -330,7 +332,7 @@ const Index = () => {
{/* 参考资料https://readmake.com/ */}
<View className="index-book animate__animated animate__pulse">
<View className="index_book_left">
<View className="left_title">云手机</View>
<View className="left_title">数字游民:地理套利与自动化</View>
{/* <View className="left_text">手册3</View> */}
{/* <View className="left_mobile">
<Text>🚀 边旅行转赚钱</Text>
@@ -407,7 +409,8 @@ const Index = () => {
<View className="index_book_img">
<Image
className="book_img"
src={phone2}
// src={phone2}
src={dgnomad}
// src="https://minioweb.hackrobot.cn/hackrobot/phone2.png"
fetchpriority="high" // 提示浏览器尽快下载
decoding="async" // 异步解码加快渲染

View File

@@ -143,8 +143,9 @@
}
.index_book_img {
margin-top: 80px;
width: 400px;
height: 400px;
width: 300px;
height: 300px;
margin-bottom: 40px;
}
}