mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-29 15:16:49 +08:00
Update
This commit is contained in:
@@ -18,7 +18,6 @@ final _router = GoRouter(
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
void main() async {
|
||||
if (!kIsWeb) await prepareJar();
|
||||
await preparePrefs();
|
||||
@@ -30,6 +29,7 @@ class MainApp extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp.router(routerConfig: _router);
|
||||
return MaterialApp.router(
|
||||
routerConfig: _router, title: "E-Hentai Downloader Dashboard");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||
<meta name="description" content="A new Flutter project.">
|
||||
<meta name="description" content="Flutter Frontend for EH Downloader">
|
||||
|
||||
<!-- iOS meta tags & icons -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="eh_downloader_flutter">
|
||||
<meta name="apple-mobile-web-app-title" content="E-Hentai Downloader Dashboard">
|
||||
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
|
||||
Reference in New Issue
Block a user