This commit is contained in:
kodjomoustapha
2023-12-08 16:04:42 +01:00
parent 0beb2dd78f
commit fe6bf88086
492 changed files with 3988 additions and 2639 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get mangacimSource => _mangacimSource;
Source _mangacimSource = Source(
name: "Mangacim",
baseUrl: "https://www.mangacim.com",
lang: "tr",
isNsfw:true,
typeSource: "mangareader",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/mangacim/icon.png",
dateFormat:"MMM d, yyy",
dateFormatLocale:"tr",
);