Rebrand Jobsibe to Lmto and fix domain (#9044)

fix domain and rebrand
This commit is contained in:
bapeey 2025-05-31 21:37:19 -05:00 committed by Draff
parent e55c893b6d
commit a3532119f8
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Jobsibe'
extClass = '.Jobsibe'
extName = 'Lmtos'
extClass = '.Lmtos'
themePkg = 'madara'
baseUrl = 'https://lmtos.com'
overrideVersionCode = 1
baseUrl = 'https://www.lmtos.com'
overrideVersionCode = 2
isNsfw = true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -6,9 +6,9 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
import java.text.SimpleDateFormat
import java.util.Locale
class Jobsibe : Madara(
"Jobsibe",
"https://lmtos.com",
class Lmtos : Madara(
"Lmtos",
"https://www.lmtos.com",
"es",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
) {