Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed Oct 12, 2023
1 parent c90cd4c commit 7148015
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 33 deletions.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
{
"name": "toolbox",
"request": "launch",
"type": "dart"
"type": "dart",
// "args": [
// "-v"
// ]
},
{
"name": "toolbox (profile mode)",
Expand Down
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ Especially thanks to <a href="https://github.com/TerminalStudio/dartssh2">dartss

## 🔖 Feature
- [x] Functions
- [x] `SSH` Terminal, `SFTP`
- [x] `Docker & Pkg` Manager
- [x] `Status` charts
- [x] `Code editor`
- [x] `Ping` and etc.
- [x] `SSH` Terminal, `SFTP`, `Docker & Pkg & Process`, Status chart, Code editor...
- [x] Platform specific: `Bio auth``Msg push``Home widget``watchOS App`...
- [x] Localization ( English, 简体中文, Deutsch, 繁體中文, Indonesian. [l10n guide](#l10n-guide) )
- [x] Desktop support
- [x] Platform support: `iOS / Android / macOS / Windows / Linux`


## 📩 Push
Expand All @@ -58,24 +55,18 @@ If ServerBox app has any bug, please open an [issue](https://github.com/lollipop
<td>
<img width="200px" src="imgs/sftp.png">
</td>
<td>
<img width="200px" src="imgs/editor.png">
</td>
</tr>
</table>
<table>
<tr>
<td>
<img width="200px" src="imgs/ping.png">
</td>
<td>
<img width="200px" src="imgs/ssh.jpg">
<img width="200px" src="imgs/editor.png">
</td>
<td>
<img width="200px" src="imgs/docker.jpeg">
<img width="200px" src="imgs/ssh.png">
</td>
<td>
<img width="200px" src="imgs/convert.png">
<img width="200px" src="imgs/docker.png">
</td>
</tr>
</table>
Expand All @@ -90,7 +81,7 @@ Not tested| Windows / Linux

## 🧱 Contribution
**Any positive contribution is welcome**.
10 iOS app redemption codes will be given away for the first time you participate in the contribution. :)

### l10n guide
1. Fork this repo and clone forked repo to your local machine.
2. Create `arb` file in `lib/l10n/` directory
Expand Down
22 changes: 6 additions & 16 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@

## 🔖 特点
- [x] 功能
- [x] `SSH` 终端, `SFTP`
- [x] `Docker & 包 & 进程` 管理器
- [x] 状态图表
- [x] 代码编辑器
- [x] `Ping` 和 更多
- [x] `SSH` 终端, `SFTP`, `Docker & 包 & 进程` 管理器, 状态图表, 代码编辑器...
- [x] 特殊支持:`生物认证``推送``桌面小部件``watchOS App``跟随系统颜色`...
- [x] 本地化 ( English, 简体中文, Deutsch, 繁體中文, Indonesian。 [如何贡献?](#l10n))
- [x] 桌面端支持
- [x] 支持平台:`iOS / Android / macOS / Windows / Linux`


## 📩 推送
Expand All @@ -58,24 +55,18 @@
<td>
<img width="200px" src="imgs/sftp.png">
</td>
<td>
<img width="200px" src="imgs/editor.png">
</td>
</tr>
</table>
<table>
<tr>
<td>
<img width="200px" src="imgs/ping.png">
</td>
<td>
<img width="200px" src="imgs/ssh.jpg">
<img width="200px" src="imgs/editor.png">
</td>
<td>
<img width="200px" src="imgs/docker.jpeg">
<img width="200px" src="imgs/ssh.png">
</td>
<td>
<img width="200px" src="imgs/convert.png">
<img width="200px" src="imgs/docker.png">
</td>
</tr>
</table>
Expand All @@ -89,7 +80,6 @@

## 🧱 贡献
**任何正面的贡献都欢迎**
第一次参与贡献,会赠送 10 份 iOS App 兑换码。如果没有 iOS 设备,你可以用来送给其他人。:)

### l10n
1. Fork 本项目,并 Clone 你 Fork 的项目至你的电脑
Expand Down
Binary file removed imgs/apt.png
Binary file not shown.
Binary file removed imgs/convert.png
Binary file not shown.
Binary file removed imgs/docker.jpeg
Binary file not shown.
Binary file added imgs/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed imgs/ping.png
Binary file not shown.
Binary file removed imgs/ssh.jpg
Binary file not shown.
Binary file added imgs/ssh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -708,6 +709,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand All @@ -731,6 +733,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
Expand Down

0 comments on commit 7148015

Please sign in to comment.