Add Astrames (#2588)

This commit is contained in:
KirinRaikage 2024-04-27 10:35:18 +02:00 committed by Draff
parent 4abf193718
commit 22469d8a51
7 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Astrames'
extClass = '.Astrames'
themePkg = 'keyoapp'
baseUrl = 'https://astrames.fr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

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