This commit is contained in:
tuan041 2023-07-19 23:30:47 +07:00 committed by GitHub
parent ded26f7fe0
commit af5c698f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
Phim1080/build.gradle.kts Normal file
View file

@ -0,0 +1,28 @@
// use an integer for version numbers
version = 3
cloudstream {
language = "vi"
// All of these properties are optional, you can safely remove them
description = "Xem Phim Online Chất Lượng Cao"
authors = listOf("TuaSan")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"AsianDrama",
"Anime",
"TvSeries",
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=xem1080.com"
}