From 9bdcba1270fc5023a2298010245297666ff91bdb Mon Sep 17 00:00:00 2001 From: nyne Date: Wed, 13 Nov 2024 12:21:57 +0800 Subject: [PATCH] improve ui --- lib/components/button.dart | 3 +- lib/components/comic.dart | 96 ++++---- .../image_provider/cached_image.dart | 8 +- lib/network/download.dart | 4 + lib/network/images.dart | 20 +- lib/pages/downloading_page.dart | 4 +- lib/pages/home_page.dart | 3 +- lib/pages/local_comics_page.dart | 212 ++++++++---------- lib/pages/settings/about.dart | 6 +- lib/pages/settings/settings_page.dart | 3 +- lib/pages/webview.dart | 52 ++--- 11 files changed, 199 insertions(+), 212 deletions(-) diff --git a/lib/components/button.dart b/lib/components/button.dart index 2a1f6e6..8a16de0 100644 --- a/lib/components/button.dart +++ b/lib/components/button.dart @@ -156,7 +156,7 @@ class _ButtonState extends State