'修改ico图标'
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '异度世界'
|
||||
navigationBarTitleText: '异度星球'
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '异度世界'
|
||||
navigationBarTitleText: '异度星球'
|
||||
}
|
||||
|
||||
@@ -62,6 +62,8 @@ import code from "../../images/code.svg";
|
||||
import laptop from "../../images/laptop.svg";
|
||||
import travel from "../../images/travel.svg";
|
||||
import group from "../../images/group.svg";
|
||||
import planet from "../../images/avatar.jpg";
|
||||
|
||||
import book from "../../images/book.svg";
|
||||
import youtubesvg from "../../images/youtube.svg";
|
||||
// export default class Index extends Component {
|
||||
@@ -463,7 +465,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>
|
||||
@@ -503,6 +505,8 @@ const Index = () => {
|
||||
<View className="cardItem">
|
||||
<View className="cardItem_left">
|
||||
<Image className="cardItem_left_img" src={group}></Image>
|
||||
{/* <Image className="cardItem_left_img" src={planet}></Image> */}
|
||||
|
||||
</View>
|
||||
<View className="cardItem_right">
|
||||
<View className="cardItem_rightUp">不只云手机</View>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '异度世界'
|
||||
navigationBarTitleText: '异度星球'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user