TecnoScans: Update domain (#2654)

Update domain
This commit is contained in:
bapeey 2024-04-29 05:38:25 -05:00 committed by Draff
parent 0522aaf29e
commit 3f6a8b9fd0
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Tecno Scan' extName = 'Tecno Scan'
extClass = '.TecnoScan' extClass = '.TecnoScan'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://tecnoscann.com' baseUrl = 'https://visortecno.com'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = true isNsfw = true
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class TecnoScan : MangaThemesia( class TecnoScan : MangaThemesia(
"Tecno Scan", "Tecno Scan",
"https://tecnoscann.com", "https://visortecno.com",
"es", "es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) { ) {