mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
dart format
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get raikiscanSource => _raikiscanSource;
|
||||
|
||||
Source _raikiscanSource = Source(
|
||||
name: "Raiki Scan",
|
||||
baseUrl: "https://raikiscan.com",
|
||||
lang: "es",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raikiscan/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get raikiscanSource => _raikiscanSource;
|
||||
|
||||
Source _raikiscanSource = Source(
|
||||
name: "Raiki Scan",
|
||||
baseUrl: "https://raikiscan.com",
|
||||
lang: "es",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raikiscan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user