Add Stormx (#8341)
This commit is contained in:
parent
1233a3199a
commit
7cdee6623f
10
src/ar/stormx/build.gradle
Normal file
10
src/ar/stormx/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Storm X'
|
||||||
|
extClass = '.Stormx'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://www.stormx.site'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/ar/stormx/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/stormx/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/ar/stormx/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/stormx/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
src/ar/stormx/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/stormx/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
src/ar/stormx/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/stormx/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
src/ar/stormx/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/stormx/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.ar.stormx
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class Stormx : MangaThemesia(
|
||||||
|
"Storm X",
|
||||||
|
"https://www.stormx.site",
|
||||||
|
"ar",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user