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'
extClass = '.Moodtoon'
themePkg = 'mangathemesia'
baseUrl = 'https://moodtoon.net'
overrideVersionCode = 0
baseUrl = 'https://moon-toon.com'
overrideVersionCode = 1
isNsfw = true
}

View File

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