LuaScans: Migrate theme (#7454)

Migrate theme
This commit is contained in:
Chopper 2025-02-02 05:28:37 -03:00 committed by Draff
parent 0a3f608727
commit 831cc82113
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Lua Scans'
extClass = '.LuaScans'
themePkg = 'keyoapp'
themePkg = 'heancms'
baseUrl = 'https://luacomic.org'
overrideVersionCode = 31
overrideVersionCode = 18
isNsfw = false
}

View File

@ -1,12 +1,14 @@
package eu.kanade.tachiyomi.extension.en.luascans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
import eu.kanade.tachiyomi.multisrc.heancms.HeanCms
class LuaScans : Keyoapp(
class LuaScans : HeanCms(
"Lua Scans",
"https://luacomic.org",
"en",
) {
// migrated from MangaThemesia to Keyoapp
override val versionId = 2
// Moved from Keyoapp to HeanCms
override val versionId = 3
override val useNewChapterEndpoint = true
}