feat安装项目依赖

This commit is contained in:
hackrobot
2024-03-19 12:52:39 +08:00
parent b3cc0176a5
commit b9913cadd9
4 changed files with 12463 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ export default function Index() {
return (
<View className='index'>
<Text>Hello world!</Text>
<Text>Hello world1!</Text>
</View>
)
}