添加短视频

This commit is contained in:
2024-07-12 04:36:03 +08:00
parent 37a16dd683
commit 77ad6dfe16
13 changed files with 252 additions and 38 deletions

View File

@@ -8,9 +8,10 @@ import com.aiosman.riderpro.ShortViewCompose
import com.aiosman.riderpro.ui.theme.RiderProTheme
val videoUrls = listOf(
"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4",
"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WeAreGoingOnBullrun.mp4"
"https://api.aiosman.com/video/1.mp4",
"https://api.aiosman.com/video/2.mp4",
"https://api.aiosman.com/video/3.mp4",
"https://api.aiosman.com/video/4.mp4"
)
@Composable