DemonSect(Seita Celestial): update icons and extension name (#4891)

* Rename "DemonSect" as "Seita Celestial", update logos

* Rename File name to: "SeitaCelestial"
This commit is contained in:
Deivid Gabriel Pereira de Oliveira 2024-09-04 11:16:32 -03:00 committed by Draff
parent 3f964e8b2c
commit 3ecfc66689
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Demon Sect'
extClass = '.DemonSect'
extName = 'Seita Celestial'
extClass = '.SeitaCelestial'
themePkg = 'mangathemesia'
baseUrl = 'https://seitacelestial.com'
overrideVersionCode = 16
overrideVersionCode = 17
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -9,14 +9,14 @@ import okhttp3.OkHttpClient
import rx.Observable
import java.util.concurrent.TimeUnit
class DemonSect : MangaThemesia(
"Demon Sect",
class SeitaCelestial : MangaThemesia(
"Seita Celestial",
"https://seitacelestial.com",
"pt-BR",
"/comics",
) {
// Changed their name from Prisma Scans to Demon Sect.
// They changed their name from Prisma Scans to Demon Sect and now to Celestial Sect.
override val id: Long = 8168108118738519332
override val client: OkHttpClient = super.client.newBuilder()