Add AeinScans ()

This commit is contained in:
mrtear 2025-02-07 21:03:11 +05:00 committed by Draff
parent de1914c2fa
commit 28942d4f8f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 18 additions and 0 deletions
src/en/aeinscans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/aeinscans

@ -0,0 +1,9 @@
ext {
extName = 'Aein Scans'
extClass = '.AeinScans'
themePkg = 'keyoapp'
baseUrl = 'https://aeinscans.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 4.7 KiB

Binary file not shown.

After

(image error) Size: 2.6 KiB

Binary file not shown.

After

(image error) Size: 6.3 KiB

Binary file not shown.

After

(image error) Size: 12 KiB

Binary file not shown.

After

(image error) Size: 17 KiB

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.aeinscans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class AeinScans : Keyoapp(
"Aein Scans",
"https://aeinscans.com",
"en",
)