From cb666cb104de0ed4fc74f8acbe18f996c6056873 Mon Sep 17 00:00:00 2001 From: fumiama Date: Wed, 16 Feb 2022 18:11:04 +0800 Subject: [PATCH] =?UTF-8?q?2.0.beta10=201.=20=E4=BF=AE=E5=A4=8D=E5=AE=89?= =?UTF-8?q?=E5=8D=937=E5=8F=8A=E4=BB=A5=E4=B8=8B=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E6=97=A0=E9=99=90=E5=BC=B9=E5=87=BA=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=202.=20=E4=BF=AE=E5=A4=8D=E8=AE=B0=E5=BD=95=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 3 +- app/build.gradle | 12 +-- .../top/fumiama/copymanga/manga/Reader.kt | 35 +++++++++ .../top/fumiama/copymanga/tools/api/CMApi.kt | 1 - .../fumiama/copymanga/ui/book/BookFragment.kt | 7 +- .../fumiama/copymanga/ui/book/BookHandler.kt | 29 +------ .../fumiama/copymanga/ui/home/HomeFragment.kt | 4 +- .../fumiama/copymanga/ui/vm/PagesManager.kt | 15 +--- .../top/fumiama/copymanga/ui/vm/VMHandler.kt | 4 +- app/src/main/res/layout/fragment_home.xml | 78 ++++++++----------- 10 files changed, 94 insertions(+), 94 deletions(-) create mode 100644 app/src/main/java/top/fumiama/copymanga/manga/Reader.kt diff --git a/.idea/misc.xml b/.idea/misc.xml index d9bdeae..f3c7695 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,7 @@