Update domain moodtoon (#8990)

* Add Moodtoon

* Moodtoon: Update URL
This commit is contained in:
theAutotelicX 2025-05-29 17:40:49 +07:00 committed by Draff
parent 453a20d067
commit 8076818893
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Moodtoon' extName = 'Moodtoon'
extClass = '.Moodtoon' extClass = '.Moodtoon'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://moodtoon.net' baseUrl = 'https://moon-toon.com'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -9,7 +9,7 @@ import java.util.TimeZone
class Moodtoon : MangaThemesia( class Moodtoon : MangaThemesia(
"Moodtoon", "Moodtoon",
"https://moodtoon.net", "https://moon-toon.com",
"th", "th",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")).apply { dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")).apply {
timeZone = TimeZone.getTimeZone("Asia/Bangkok") timeZone = TimeZone.getTimeZone("Asia/Bangkok")