Kai Scans: Update domain, name and icons (#7554)

* Update domain, name and icons

* delete override value id
This commit is contained in:
Prem Kumar 2025-02-09 13:04:07 +05:30 committed by Draff
parent 5c73069818
commit 469e9839e8
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 5 additions and 7 deletions

View File

@ -1,9 +1,9 @@
ext { ext {
extName = 'Lua Scans (Unoriginal)' extName = 'Kai Scans'
extClass = '.LuaScans' extClass = '.KaiScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://ponvi.online' baseUrl = 'https://kaiscans.org'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = true isNsfw = true
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -3,10 +3,8 @@ package eu.kanade.tachiyomi.extension.en.kaiscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit import eu.kanade.tachiyomi.network.interceptor.rateLimit
class LuaScans : MangaThemesia("Lua Scans (unoriginal)", "https://ponvi.online", "en") { class KaiScans : MangaThemesia("Kai Scans", "https://kaiscans.org", "en") {
override val client = super.client.newBuilder() override val client = super.client.newBuilder()
.rateLimit(2) .rateLimit(2)
.build() .build()
override val id = 4825368993215448425
} }