mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
madara: rebrand 'Jobsibe' source to 'Lmtos' with updated domain and icon
This commit is contained in:
@@ -103,7 +103,7 @@ import 'src/es/daprob/daprob.dart';
|
||||
import 'src/es/herenscan/herenscan.dart';
|
||||
import 'src/es/infrafandub/infrafandub.dart';
|
||||
import 'src/es/jeazscans/jeazscans.dart';
|
||||
import 'src/es/jobsibe/jobsibe.dart';
|
||||
import 'src/es/lmtos/lmtos.dart';
|
||||
import 'src/es/legendsnofansub/legendsnofansub.dart';
|
||||
import 'src/es/mangacrab/mangacrab.dart';
|
||||
import 'src/es/mangasnosekai/mangasnosekai.dart';
|
||||
@@ -372,8 +372,8 @@ List<Source> _madaraSourcesList =
|
||||
infrafandubSource,
|
||||
//JeazScans (ES)
|
||||
jeazscansSource,
|
||||
//Jobsibe (ES)
|
||||
jobsibeSource,
|
||||
//Lmtos (ES)
|
||||
lmtosSource,
|
||||
//LegnMangas (ES)
|
||||
legendsnofansubSource,
|
||||
//Manga Crab (ES)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB |
BIN
dart/manga/multisrc/madara/src/es/lmtos/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/es/lmtos/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -1,14 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get jobsibeSource => _jobsibeSource;
|
||||
Source _jobsibeSource = Source(
|
||||
name: "Jobsibe",
|
||||
baseUrl: "https://jobsibe.com",
|
||||
Source get lmtosSource => _lmtosSource;
|
||||
Source _lmtosSource = Source(
|
||||
name: "Lmtos",
|
||||
baseUrl: "https://www.lmtos.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/jobsibe/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/lmtos/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
Reference in New Issue
Block a user