From a97aa1f347d96e4fe1ad21e41c00b11a5e23c96d Mon Sep 17 00:00:00 2001 From: jyuesong <425698907@qq.com> Date: Thu, 20 Jan 2022 14:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E4=BA=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- android/app/src/main/AndroidManifest.xml | 32 +- ios/Runner/Info.plist | 5 + lib/base/routes.dart | 6 + lib/main.dart | 31 +- lib/module/login/login_page.dart | 387 ++++++++++++----------- lib/module/others/about_page.dart | 128 ++++++++ lib/module/others/other_page.dart | 47 ++- pubspec.lock | 105 ++++++ pubspec.yaml | 2 + 10 files changed, 526 insertions(+), 219 deletions(-) create mode 100644 lib/module/others/about_page.dart diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b5d8e..535f28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * 支持修改用户名密码(仅限使用用户名密码登录用户) * 支持脚本的编辑删除 * 支持client_id登录之后只启用部分模块 - +* 支持两步验证 ## 1.0.1 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3b2de77..6ba9232 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,31 +1,37 @@ - - + + + + + + + + + android:icon="@mipmap/ic_launcher" + android:label="青龙"> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> - - + +