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

* 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
src/pt/prismascans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/pt/prismascans

@ -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

(image error) Size: 5.6 KiB

After

(image error) Size: 3.5 KiB

Binary file not shown.

Before

(image error) Size: 2.8 KiB

After

(image error) Size: 1.8 KiB

Binary file not shown.

Before

(image error) Size: 8.7 KiB

After

(image error) Size: 5.6 KiB

Binary file not shown.

Before

(image error) Size: 17 KiB

After

(image error) Size: 11 KiB

Binary file not shown.

Before

(image error) Size: 27 KiB

After

(image error) Size: 18 KiB

@ -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()