mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore: remove Chibi Manga (EN)
This commit is contained in:
@@ -9,7 +9,6 @@ import 'src/fr/astralmanga/astralmanga.dart';
|
|||||||
import 'src/en/asurascansus/asurascansus.dart';
|
import 'src/en/asurascansus/asurascansus.dart';
|
||||||
import 'src/es/barmanga/barmanga.dart';
|
import 'src/es/barmanga/barmanga.dart';
|
||||||
import 'src/ru/bestmanga/bestmanga.dart';
|
import 'src/ru/bestmanga/bestmanga.dart';
|
||||||
import 'src/en/chibimanga/chibimanga.dart';
|
|
||||||
import 'src/tr/clovermanga/clovermanga.dart';
|
import 'src/tr/clovermanga/clovermanga.dart';
|
||||||
import 'src/es/cocorip/cocorip.dart';
|
import 'src/es/cocorip/cocorip.dart';
|
||||||
import 'src/en/coffeemanga/coffeemanga.dart';
|
import 'src/en/coffeemanga/coffeemanga.dart';
|
||||||
@@ -205,8 +204,6 @@ List<Source> _madaraSourcesList =
|
|||||||
barmangaSource,
|
barmangaSource,
|
||||||
//BestManga (RU)
|
//BestManga (RU)
|
||||||
bestmangaSource,
|
bestmangaSource,
|
||||||
//Chibi Manga (EN)
|
|
||||||
chibimangaSource,
|
|
||||||
//Clover Manga (TR)
|
//Clover Manga (TR)
|
||||||
clovermangaSource,
|
clovermangaSource,
|
||||||
//Coco Rip (ES)
|
//Coco Rip (ES)
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
import '../../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get chibimangaSource => _chibimangaSource;
|
|
||||||
|
|
||||||
Source _chibimangaSource = Source(
|
|
||||||
name: "Chibi Manga",
|
|
||||||
baseUrl: "https://www.cmreader.info",
|
|
||||||
lang: "en",
|
|
||||||
|
|
||||||
typeSource: "madara",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/chibimanga/icon.png",
|
|
||||||
dateFormat: "MMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "en_us",
|
|
||||||
);
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user