From 521ff998af5bb6a9eee17eb208fda0c60c3f7afd Mon Sep 17 00:00:00 2001 From: Junyuan Feng Date: Wed, 4 May 2022 21:08:03 +0800 Subject: [PATCH] Empty. --- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ .../LaunchBackground.imageset/darkbackground.png | Bin 70 -> 70 bytes lib/data/res/build_data.dart | 8 ++++---- pubspec.yaml | 2 +- web/splash/style.css | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 8acb688f..e1742514 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -354,7 +354,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 120; + CURRENT_PROJECT_VERSION = 122; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -362,7 +362,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.120; + MARKETING_VERSION = 1.0.122; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -484,7 +484,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 120; + CURRENT_PROJECT_VERSION = 122; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -492,7 +492,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.120; + MARKETING_VERSION = 1.0.122; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -508,7 +508,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 120; + CURRENT_PROJECT_VERSION = 122; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -516,7 +516,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.120; + MARKETING_VERSION = 1.0.122; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/ios/Runner/Assets.xcassets/LaunchBackground.imageset/darkbackground.png b/ios/Runner/Assets.xcassets/LaunchBackground.imageset/darkbackground.png index 390ce6a31035ca801a14ba6dccc4f542e06c1094..f73d98ed409f154c4878797ad6f5c2e73664b65c 100644 GIT binary patch delta 31 lcmZ>Bo1h~lC?xcYpMh}~qm@+d2?Yiq@O1TaS?83{1ORvo2lxO0 delta 31 lcmZ>Bo1i0=c=6L8eg-BB#_F1l#Tg7h;OXk;vd$@?2>`3z3PJz? diff --git a/lib/data/res/build_data.dart b/lib/data/res/build_data.dart index 9cb8dbac..fa16a37f 100644 --- a/lib/data/res/build_data.dart +++ b/lib/data/res/build_data.dart @@ -2,9 +2,9 @@ class BuildData { static const String name = "ServerBox"; - static const int build = 120; + static const int build = 122; static const String engine = - "Flutter 2.10.4 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision c860cba910 (6 weeks ago) • 2022-03-25 00:23:12 -0500\nEngine • revision 57d3bac3dd\nTools • Dart 2.16.2 • DevTools 2.9.2\n"; - static const String buildAt = "2022-05-04 19:40:22.762092"; - static const int modifications = 0; + "Flutter 2.10.5 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 5464c5bac7 (2 weeks ago) • 2022-04-18 09:55:37 -0700\nEngine • revision 57d3bac3dd\nTools • Dart 2.16.2 • DevTools 2.9.2\n"; + static const String buildAt = "2022-05-04 21:07:15.254894"; + static const int modifications = 5; } diff --git a/pubspec.yaml b/pubspec.yaml index 15982866..f1a40a86 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -147,7 +147,7 @@ flutter_native_splash: # parameters from above. If the image_dark parameter is specified, color_dark or # background_image_dark must be specified. color_dark and background_image_dark cannot both be # set. - color_dark: "#042a49" + color_dark: "#121212" #background_image_dark: "assets/dark-background.png" #image_dark: assets/splash-invert.png diff --git a/web/splash/style.css b/web/splash/style.css index c7b32c7f..d5ba049a 100644 --- a/web/splash/style.css +++ b/web/splash/style.css @@ -36,7 +36,7 @@ body { body { margin:0; height:100%; - background: #042a49; + background: #121212; background-size: 100% 100%; }