Add Mangajikan(ja) (#6023)

This commit is contained in:
AlphaBoom 2024-11-14 14:27:42 +08:00 committed by GitHub
parent 4285e289b7
commit eabcd829be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Mangajikan'
extClass = '.Mangajikan'
themePkg = 'mccms'
baseUrl = 'https://www.mangajikan.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -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"),
)