15 lines
773 B
Dart
15 lines
773 B
Dart
class HiveConstant {
|
|
static String get hiveBoxManga => "manga_box";
|
|
static String get hiveBoxMangaInfo => "manga_box_info";
|
|
static String get hiveBoxMangaHistory => "_manga_box_history_";
|
|
static String get hiveBoxMangaSource => "_manga_box_source_";
|
|
static String get hiveBoxMangaFilter => "_manga_box_filter_";
|
|
static String get hiveBoxAppSettings => "_app_box_settings_";
|
|
static String get hiveBoxDownloads => "_manga_box_downloads_";
|
|
static String get hiveBoxReaderSettings => "_reader_box_settings_";
|
|
static String get hiveBoxReaderMode => "_readerMode_box_settings_";
|
|
static String get hiveBoxCategories => "_manga_box_categorie_";
|
|
}
|
|
|
|
const defaultUserAgent =
|
|
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:110.0) Gecko/20100101 Firefox/110.0";
|