mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Add anteikuscan (#2161)
This commit is contained in:
parent
444c65be05
commit
69b4457576
10
src/fr/anteikuscan/build.gradle
Normal file
10
src/fr/anteikuscan/build.gradle
Normal 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"
|
BIN
src/fr/anteikuscan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/fr/anteikuscan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/fr/anteikuscan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/fr/anteikuscan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
src/fr/anteikuscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/fr/anteikuscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
src/fr/anteikuscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/fr/anteikuscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/fr/anteikuscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/fr/anteikuscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -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")
|
Loading…
Reference in New Issue
Block a user