mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
parent
f51e1db6d4
commit
d46401ff0e
10
src/th/mangakimi/build.gradle
Normal file
10
src/th/mangakimi/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'MangaKimi'
|
||||
extClass = '.MangaKimi'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://www.mangakimi.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
@ -0,0 +1,15 @@
|
||||
package eu.kanade.tachiyomi.extension.th.mangakimi
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.TimeZone
|
||||
|
||||
class MangaKimi : MangaThemesia(
|
||||
"MangaKimi",
|
||||
"https://www.mangakimi.com",
|
||||
"th",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")).apply {
|
||||
timeZone = TimeZone.getTimeZone("Asia/Bangkok")
|
||||
},
|
||||
)
|
Loading…
Reference in New Issue
Block a user