Add TecnoProjects ()

add
This commit is contained in:
bapeey 2024-09-16 05:21:20 -05:00 committed by Draff
parent e45ee68991
commit 89f6711e2e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions
src/es/tecnoprojects
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/es/tecnoprojects

@ -0,0 +1,9 @@
ext {
extName = 'TecnoProjects'
extClass = '.TecnoProjects'
themePkg = 'madara'
baseUrl = 'https://tecnoprojects.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 5.3 KiB

Binary file not shown.

After

(image error) Size: 2.9 KiB

Binary file not shown.

After

(image error) Size: 7.2 KiB

Binary file not shown.

After

(image error) Size: 13 KiB

Binary file not shown.

After

(image error) Size: 17 KiB

@ -0,0 +1,15 @@
package eu.kanade.tachiyomi.extension.es.tecnoprojects
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class TecnoProjects : Madara(
"TecnoProjects",
"https://tecnoprojects.com",
"es",
SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
}