add source MangaTak "ar" (#1703)
* add source MangaTak "ar" * update res * update res
This commit is contained in:
parent
555051eba4
commit
5a1fdc542c
9
src/ar/mangatak/build.gradle
Normal file
9
src/ar/mangatak/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'MangaTak'
|
||||||
|
extClass = '.MangaTak'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://mangatak.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/ar/mangatak/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatak/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/ar/mangatak/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatak/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
src/ar/mangatak/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatak/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
src/ar/mangatak/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatak/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/ar/mangatak/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatak/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.ar.mangatak
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class MangaTak : MangaThemesia(
|
||||||
|
"MangaTak",
|
||||||
|
"https://mangatak.com",
|
||||||
|
"ar",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM DD, yyyy", Locale("ar")),
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user