From 295b71c819c68e52dc21408e059c42ca7136b77a Mon Sep 17 00:00:00 2001 From: userGyl Date: Wed, 31 Dec 2025 17:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ln_jq_app/android/app/build.gradle.kts | 4 +- .../android/app/src/main/AndroidManifest.xml | 60 ++++++ ln_jq_app/android/build.gradle.kts | 11 + ln_jq_app/ios/Podfile | 5 +- ln_jq_app/ios/Podfile.lock | 22 +- .../ios/Runner.xcodeproj/project.pbxproj | 188 ++++++++++++++++++ ln_jq_app/ios/Runner/Info.plist | 7 + ln_jq_app/ios/Runner/Runner.entitlements | 8 + ln_jq_app/lib/common/styles/theme.dart | 16 +- ln_jq_app/lib/main.dart | 6 +- ln_jq_app/lib/pages/home/controller.dart | 125 ++++++++++++ ln_jq_app/lib/pages/login/view.dart | 40 +++- ln_jq_app/lib/storage_service.dart | 36 +++- ln_jq_app/pubspec.lock | 104 +++++----- ln_jq_app/pubspec.yaml | 1 + 15 files changed, 557 insertions(+), 76 deletions(-) create mode 100644 ln_jq_app/ios/Runner/Runner.entitlements diff --git a/ln_jq_app/android/app/build.gradle.kts b/ln_jq_app/android/app/build.gradle.kts index 9af5698..dfb6dc8 100644 --- a/ln_jq_app/android/app/build.gradle.kts +++ b/ln_jq_app/android/app/build.gradle.kts @@ -26,8 +26,8 @@ android { // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion targetSdk = flutter.targetSdkVersion - versionCode = flutter.versionCode - versionName = flutter.versionName + versionCode = 4 + versionName = "1.2.1" } buildTypes { diff --git a/ln_jq_app/android/app/src/main/AndroidManifest.xml b/ln_jq_app/android/app/src/main/AndroidManifest.xml index 6c8fcbe..5392736 100644 --- a/ln_jq_app/android/app/src/main/AndroidManifest.xml +++ b/ln_jq_app/android/app/src/main/AndroidManifest.xml @@ -15,6 +15,8 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +