From af5c698f8d91577ea37a2eeb9286d39d1d99218e Mon Sep 17 00:00:00 2001 From: tuan041 <30403510+tuan041@users.noreply.github.com> Date: Wed, 19 Jul 2023 23:30:47 +0700 Subject: [PATCH] new --- Phim1080/build.gradle.kts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Phim1080/build.gradle.kts diff --git a/Phim1080/build.gradle.kts b/Phim1080/build.gradle.kts new file mode 100644 index 00000000..aaa4fcc1 --- /dev/null +++ b/Phim1080/build.gradle.kts @@ -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" +}