From 3c481cf61c33fd7b268572fc50cf59074d65a056 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Mon, 27 Mar 2023 21:16:16 +0800 Subject: [PATCH] Update `README.md` --- README.md | 16 ++++++++++------ README_zh.md | 13 +++++++++---- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ lib/data/res/build_data.dart | 4 ++-- 4 files changed, 27 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e8e605a3..7c8e7409 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,18 @@ Especially thanks to dartss - [x] Status charts - [x] `Ping` and etc. - [x] i18n (English, Chinese) - - **Welcome contribution** :) - - [How to contribute?](#l10n-guide) + - Welcome contribution :), [How to contribute?](#l10n-guide) - [x] Desktop support ## 📩 Push You need to install [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor) on your servers. -And config iOS / Webhook to push server status to your portable device without using ServerBox app. +And config `iOS / Webhook / ServerChan` to push server status to your portable device without using ServerBox app. + + +## 🆘 Help +If you have any question or feature request, please open a [discussion](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose). +If ServerBox app has any bug, please open an [issue](https://github.com/lollipopkit/flutter_server_box/issues/new). ## 📱 ScreenShots @@ -82,12 +86,12 @@ And config iOS / Webhook to push server status to your portable device without u ## 🖥 Platform Status|Platform --- | --- -Full Support|Android/iOS -Support, but not tested|macOS/Windows/Linux +Full Support| Android / iOS / macOS +Support, but not tested| Windows / Linux ## l10n guide -1. Fork this repo and clone it to your local machine. +1. Fork this repo and clone forked repo to your local machine. 2. Create `arb` file in `lib/l10n/` directory - File name should be `intl_XX.arb`, where `XX` is the language code. Such as `intl_en.arb` for English and `intl_zh.arb` for Chinese. 3. Add content to the file. You can refer to `intl_en.arb` and `intl_zh.arb` for the format. diff --git a/README_zh.md b/README_zh.md index e44fabc9..8b97ea70 100644 --- a/README_zh.md +++ b/README_zh.md @@ -33,15 +33,20 @@ - [x] `Docker & 包` 管理器 - [x] 状态图表 - [x] `Ping` 和 更多 -- [x] 本地化 (英语, 中文) - - **欢迎贡献** :) - - [怎么贡献?](#l10n) +- [x] 本地化 ( 英语, 中文 ) + - 欢迎贡献 :),[怎么贡献?](#l10n) - [x] 桌面端支持 ## 📩 推送 你需要在你的服务器上安装 [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor)。 -并且配置 iOS / Webhook 推送服务,这样,你可以在不使用 ServerBox app 时获取服务器状态。 +并且配置 `iOS / Webhook / Server酱` 推送服务,这样,你可以在不使用 ServerBox app 时获取服务器状态。 + + +## 🆘 帮助 +如果你有任何问题或者功能请求,请在 [讨论](https://github.com/lollipopkit/flutter_server_box/discussions/new/choose) 中交流。 +如果 ServerBox app 有任何 bug,请在 [问题](https://github.com/lollipopkit/flutter_server_box/issues/new) 中反馈。 + ## 📱 截屏 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 3797358c..8acbf2a3 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -359,7 +359,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 246; + CURRENT_PROJECT_VERSION = 247; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; @@ -367,7 +367,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.246; + MARKETING_VERSION = 1.0.247; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -490,7 +490,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 246; + CURRENT_PROJECT_VERSION = 247; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; @@ -498,7 +498,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.246; + MARKETING_VERSION = 1.0.247; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -515,7 +515,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 246; + CURRENT_PROJECT_VERSION = 247; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; @@ -523,7 +523,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.246; + MARKETING_VERSION = 1.0.247; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/lib/data/res/build_data.dart b/lib/data/res/build_data.dart index 240fe965..704eeda2 100644 --- a/lib/data/res/build_data.dart +++ b/lib/data/res/build_data.dart @@ -2,8 +2,8 @@ class BuildData { static const String name = "ServerBox"; - static const int build = 246; + static const int build = 247; static const String engine = "Flutter 3.7.7 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 2ad6cd72c0 (3 weeks ago) • 2023-03-08 09:41:59 -0800\nEngine • revision 1837b5be5f\nTools • Dart 2.19.4 • DevTools 2.20.1\n"; - static const String buildAt = "2023-03-27 15:10:16.760264"; + static const String buildAt = "2023-03-27 20:08:32.272098"; static const int modifications = 3; }