mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Add Mangajikan(ja) (#6023)
This commit is contained in:
parent
4285e289b7
commit
eabcd829be
9
src/ja/mangajikan/build.gradle
Normal file
9
src/ja/mangajikan/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Mangajikan'
|
||||
extClass = '.Mangajikan'
|
||||
themePkg = 'mccms'
|
||||
baseUrl = 'https://www.mangajikan.com'
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/ja/mangajikan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ja/mangajikan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/ja/mangajikan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ja/mangajikan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
src/ja/mangajikan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ja/mangajikan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/ja/mangajikan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ja/mangajikan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
src/ja/mangajikan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ja/mangajikan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.ja.mangajikan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mccms.MCCMS
|
||||
import eu.kanade.tachiyomi.multisrc.mccms.MCCMSConfig
|
||||
|
||||
class Mangajikan : MCCMS(
|
||||
name = "漫画時間",
|
||||
baseUrl = "https://www.mangajikan.com",
|
||||
lang = "ja",
|
||||
config = MCCMSConfig(lazyLoadImageAttr = "src"),
|
||||
)
|
Loading…
Reference in New Issue
Block a user