's'
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '云手机'
|
||||
navigationBarTitleText: '数字游民'
|
||||
}
|
||||
|
||||
@@ -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" // ✅ 异步解码,加快渲染
|
||||
|
||||
@@ -143,8 +143,9 @@
|
||||
}
|
||||
.index_book_img {
|
||||
margin-top: 80px;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user