From 55085ee5636b53885664c4ec6a02976c25f3216c Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Sun, 24 Dec 2023 02:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=B7=A5=E4=BD=9C=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 8 +- ios/Runner/Info.plist | 2 +- lib/global.dart | 7 +- lib/main.dart | 4 +- lib/pages/layout/home/home_logic.dart | 50 +++ lib/pages/layout/home/home_view copy.dart | 441 ++++++++++++++++++++++ lib/pages/layout/home/home_view.dart | 194 ++++++---- lib/pages/tab/tab_state.dart | 4 +- lib/pages/tab/tab_view.dart | 66 ++-- lib/router/app_pages.dart | 12 +- lib/utils/request.dart | 9 +- 11 files changed, 684 insertions(+), 113 deletions(-) create mode 100644 lib/pages/layout/home/home_view copy.dart diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f6dadef..fb0a035 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,8 @@ - + + android:windowSoftInputMode="adjustResize" + tools:targetApi="honeycomb">