From b2e2d4c603094b372f3ea176639103cbb1dc506d Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Tue, 20 Dec 2022 15:18:40 +0800 Subject: [PATCH] add a tip --- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ lib/data/model/sftp/absolute_path.dart | 2 +- lib/data/res/build_data.dart | 6 +++--- lib/generated/intl/messages_en.dart | 2 +- lib/generated/intl/messages_zh.dart | 4 ++-- lib/generated/l10n.dart | 4 ++-- lib/l10n/intl_en.arb | 2 +- lib/l10n/intl_zh.arb | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index fd95fc9b..c3a3b812 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 = 172; + CURRENT_PROJECT_VERSION = 174; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -362,7 +362,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.172; + MARKETING_VERSION = 1.0.174; 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 = 172; + CURRENT_PROJECT_VERSION = 174; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -492,7 +492,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.172; + MARKETING_VERSION = 1.0.174; 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 = 172; + CURRENT_PROJECT_VERSION = 174; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -516,7 +516,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.172; + MARKETING_VERSION = 1.0.174; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/lib/data/model/sftp/absolute_path.dart b/lib/data/model/sftp/absolute_path.dart index 3c4b9057..83e5576f 100644 --- a/lib/data/model/sftp/absolute_path.dart +++ b/lib/data/model/sftp/absolute_path.dart @@ -2,7 +2,7 @@ class AbsolutePath { String _path; String get path => _path; final List _prePath; - + AbsolutePath(this._path) : _prePath = ['/']; void update(String newPath) { diff --git a/lib/data/res/build_data.dart b/lib/data/res/build_data.dart index 0c9896cc..9f426b1d 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 = 173; + static const int build = 174; static const String engine = "Flutter 3.3.9 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision b8f7f1f986 (4 weeks ago) • 2022-11-23 06:43:51 +0900\nEngine • revision 8f2221fbef\nTools • Dart 2.18.5 • DevTools 2.15.0\n"; - static const String buildAt = "2022-12-20 15:01:02.224953"; - static const int modifications = 12; + static const String buildAt = "2022-12-20 15:11:53.473961"; + static const int modifications = 0; } diff --git a/lib/generated/intl/messages_en.dart b/lib/generated/intl/messages_en.dart index 7561c401..caeb3748 100644 --- a/lib/generated/intl/messages_en.dart +++ b/lib/generated/intl/messages_en.dart @@ -237,7 +237,7 @@ class MessageLookup extends MessageLookupByLibrary { "update": MessageLookupByLibrary.simpleMessage("Update"), "updateAll": MessageLookupByLibrary.simpleMessage("Update all"), "updateIntervalEqual0": MessageLookupByLibrary.simpleMessage( - "You set to 0, will not update automatically."), + "You set to 0, will not update automatically.\nCan\'t calculate CPU status."), "updateServerStatusInterval": MessageLookupByLibrary.simpleMessage( "Server status update interval"), "upsideDown": MessageLookupByLibrary.simpleMessage("Upside Down"), diff --git a/lib/generated/intl/messages_zh.dart b/lib/generated/intl/messages_zh.dart index eb32cb99..bea92174 100644 --- a/lib/generated/intl/messages_zh.dart +++ b/lib/generated/intl/messages_zh.dart @@ -205,8 +205,8 @@ class MessageLookup extends MessageLookupByLibrary { "unkownConvertMode": MessageLookupByLibrary.simpleMessage("未知转换模式"), "update": MessageLookupByLibrary.simpleMessage("更新"), "updateAll": MessageLookupByLibrary.simpleMessage("更新全部"), - "updateIntervalEqual0": - MessageLookupByLibrary.simpleMessage("你设置为0,服务器状态不会自动刷新。"), + "updateIntervalEqual0": MessageLookupByLibrary.simpleMessage( + "你设置为0,服务器状态不会自动刷新。\n且不能计算CPU使用情况。"), "updateServerStatusInterval": MessageLookupByLibrary.simpleMessage("服务器状态刷新间隔"), "upsideDown": MessageLookupByLibrary.simpleMessage("上下交换"), diff --git a/lib/generated/l10n.dart b/lib/generated/l10n.dart index bcad610f..35b514f5 100644 --- a/lib/generated/l10n.dart +++ b/lib/generated/l10n.dart @@ -470,10 +470,10 @@ class S { ); } - /// `You set to 0, will not update automatically.` + /// `You set to 0, will not update automatically.\nCan't calculate CPU status.` String get updateIntervalEqual0 { return Intl.message( - 'You set to 0, will not update automatically.', + 'You set to 0, will not update automatically.\nCan\'t calculate CPU status.', name: 'updateIntervalEqual0', desc: '', args: [], diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 09f14ced..b9a232cc 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -41,7 +41,7 @@ "versionUnknownUpdate": "Current: v1.0.{build}", "versionHaveUpdate": "Found: v1.0.{build}, click to update", "second": "s", - "updateIntervalEqual0": "You set to 0, will not update automatically.", + "updateIntervalEqual0": "You set to 0, will not update automatically.\nCan't calculate CPU status.", "edit": "Edit", "noSavedPrivateKey": "No saved private keys.", "name": "Name", diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 1498b594..9f9054af 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -41,7 +41,7 @@ "versionUnknownUpdate": "当前:v1.0.{build}", "versionHaveUpdate": "找到新版本:v1.0.{build}, 点击更新", "second": "秒", - "updateIntervalEqual0": "你设置为0,服务器状态不会自动刷新。", + "updateIntervalEqual0": "你设置为0,服务器状态不会自动刷新。\n且不能计算CPU使用情况。", "edit": "编辑", "noSavedPrivateKey": "没有已保存的私钥。", "name": "名称",