Add anteikuscan (#2161)

This commit is contained in:
Secozzi 2024-03-30 11:56:20 +00:00 committed by GitHub
parent 444c65be05
commit 69b4457576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Anteiku Scan'
extClass = '.AnteikuScan'
themePkg = 'keyoapp'
baseUrl = 'https://anteikuscan.fr'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.fr.anteikuscan
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class AnteikuScan : Keyoapp("Anteiku Scan", "https://anteikuscan.fr", "fr")