add source StellarSaber "ar" (#1700)
This commit is contained in:
parent
b68bc4cfd0
commit
a3ff15c263
9
src/ar/stellarsaber/build.gradle
Normal file
9
src/ar/stellarsaber/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'StellarSaber'
|
||||||
|
extClass = '.StellarSaber'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://stellarsaber.pro'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/ar/stellarsaber/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/stellarsaber/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/ar/stellarsaber/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/stellarsaber/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/ar/stellarsaber/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/stellarsaber/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
src/ar/stellarsaber/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/stellarsaber/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/ar/stellarsaber/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/stellarsaber/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.ar.stellarsaber
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class StellarSaber : MangaThemesia(
|
||||||
|
"StellarSaber",
|
||||||
|
"https://stellarsaber.pro",
|
||||||
|
"ar",
|
||||||
|
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")),
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user