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 { ext {
extName = 'Jobsibe' extName = 'Lmtos'
extClass = '.Jobsibe' extClass = '.Lmtos'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://lmtos.com' baseUrl = 'https://www.lmtos.com'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true 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.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
class Jobsibe : Madara( class Lmtos : Madara(
"Jobsibe", "Lmtos",
"https://lmtos.com", "https://www.lmtos.com",
"es", "es",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
) { ) {