From fe566e97ca570bda026654470789d06c690dff0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:29:11 +0800 Subject: [PATCH] chore: `README` --- README.md | 38 +++++++++++++++++------------------ README_zh.md | 40 ++++++++++++++++++------------------- lib/data/res/github_id.dart | 1 + 3 files changed, 39 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 8c4432ce..87090a5d 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ English | [简体中文](README_zh.md) lang license -
- donate - discord -

A Flutter project which provide charts to display Linux server status and tools to manage server. @@ -19,6 +15,17 @@ Especially thanks to dartss

+## 🏙️ Screenshots + + + + + + + +
+ + ## 📥 Install Platform | From @@ -27,7 +34,7 @@ iOS / macOS | [AppStore](https://apps.apple.com/app/id1586449703) Android | [GitHub](https://github.com/lollipopkit/flutter_server_box/releases) / [CDN](https://cdn.lolli.tech/serverbox/?sort=time&order=desc&layout=grid) / [F-Droid](https://f-droid.org/packages/tech.lolli.toolbox) / [OpenAPK](https://www.openapk.net/serverbox/tech.lolli.toolbox/) Linux / Windows | [GitHub](https://github.com/lollipopkit/flutter_server_box/releases) / [CDN](https://cdn.lolli.tech/serverbox/?sort=time&order=desc&layout=grid) -**Please only download pkgs from the source that you trust!** +Please only download pkgs from the source that **you trust**! ## 🔖 Feature @@ -36,22 +43,13 @@ Linux / Windows | [GitHub](https://github.com/lollipopkit/flutter_server_box/rel - English, 简体中文; Deutsch [@its-tom](https://github.com/its-tom), 繁體中文 [@kalashnikov](https://github.com/kalashnikov), Indonesian [@azkadev](https://github.com/azkadev), Français [@FrancXPT](https://github.com/FrancXPT), Dutch [@QazCetelic](https://github.com/QazCetelic), Türkçe [@mikropsoft](https://github.com/mikropsoft); Español, Русский язык, Português, 日本語 (Generated by GPT) -## 🏙️ ScreenShots - - - - - - - - - - - -
- - ## 🆘 Help + +
+ donate + discord +
+ - In order to push server status to your portable device without opening ServerBox app (Such as **message push** and **home widget**), you need to install [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor) on your servers, and config it correctly. See [wiki](https://github.com/lollipopkit/server_box_monitor/wiki) for more details. - **Common issues** can be found in [app wiki](https://github.com/lollipopkit/flutter_server_box/wiki). diff --git a/README_zh.md b/README_zh.md index 3fc9369b..cfb8b3ae 100644 --- a/README_zh.md +++ b/README_zh.md @@ -7,10 +7,6 @@ 语言 license -
- donate - discord -

使用 Flutter 开发的 Linux 服务器工具箱,提供服务器状态图表和管理工具。 @@ -18,6 +14,18 @@ 特别感谢 dartssh2 & xterm.dart

+ +## 🏙️ 截屏 + + + + + + + +
+ + ## 📥 安装 平台 | 下载 @@ -26,7 +34,7 @@ iOS / macOS | [AppStore](https://apps.apple.com/app/id1586449703) Android | [GitHub](https://github.com/lollipopkit/flutter_server_box/releases) / [CDN](https://cdn.lolli.tech/serverbox/?sort=time&order=desc&layout=grid) / [F-Droid](https://f-droid.org/packages/tech.lolli.toolbox) / [OpenAPK](https://www.openapk.net/serverbox/tech.lolli.toolbox/) Linux / Windows | [GitHub](https://github.com/lollipopkit/flutter_server_box/releases) / [CDN](https://cdn.lolli.tech/serverbox/?sort=time&order=desc&layout=grid) -**请不要从不受信任的来源下载!** +请从 **信任** 的来源下载! ## 🔖 特点 @@ -36,24 +44,16 @@ Linux / Windows | [GitHub](https://github.com/lollipopkit/flutter_server_box/rel - English, 简体中文 - Español, Русский язык, Português, 日本語 (Generated by GPT) - Deutsch [@its-tom](https://github.com/its-tom), 繁體中文 [@kalashnikov](https://github.com/kalashnikov), Indonesian [@azkadev](https://github.com/azkadev), Français [@FrancXPT](https://github.com/FrancXPT), Dutch [@QazCetelic](https://github.com/QazCetelic), Türkçe [@mikropsoft](https://github.com/mikropsoft); - - -## 🏙️ 截屏 - - - - - - - - - - - -
+ - 感谢贡献者们! ## 🆘 帮助 + +
+ donate + discord +
+ - 为了可以在不使用 ServerBox app 时获取服务器状态(例如:桌面小部件、推送服务),你需要在你的服务器上安装 [ServerBoxMonitor](https://github.com/lollipopkit/server_box_monitor),详情见 [wiki](https://github.com/lollipopkit/server_box_monitor/wiki/%E4%B8%BB%E9%A1%B5)。 - **常见问题** 可以在 [app wiki](https://github.com/lollipopkit/flutter_server_box/wiki/主页) 查看。 diff --git a/lib/data/res/github_id.dart b/lib/data/res/github_id.dart index fb066bf6..cd646543 100644 --- a/lib/data/res/github_id.dart +++ b/lib/data/res/github_id.dart @@ -97,6 +97,7 @@ abstract final class GithubIds { 'h-lyf', '88484396', 'honggeigei', + 'likecreep', }; }