docs: update README

This commit is contained in:
tiny-craft 2023-08-11 11:27:53 +08:00
parent 99d0ab075c
commit 8bb64449ce
3 changed files with 18 additions and 10 deletions

View File

@ -99,4 +99,4 @@ jobs:
filename="tiny-rdm_${{ steps.normalise_version.outputs.version }}_${{ steps.normalise_platform.outputs.tag }}.deb" filename="tiny-rdm_${{ steps.normalise_version.outputs.version }}_${{ steps.normalise_platform.outputs.tag }}.deb"
upload_url="https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${{ github.event.release.id }}/assets" upload_url="https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${{ github.event.release.id }}/assets"
curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Content-Type: application/octet-stream" --data-binary @$filepath "$upload_url?name=$filename" curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Content-Type: application/octet-stream" --data-binary @$filepath "$upload_url?name=$filename"
working-directory: ./build/bin/ working-directory: ./build/linux/

View File

@ -1,17 +1,21 @@
# Tiny RDM <h4 align="right"><strong>English</strong> | <a href="/README_zh.md">简体中文</a></h4>
<p align="center">
Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux. <img src=build/appicon.png width=120 />
</p>
<h1 align="center">Tiny RDM</h1>
<p align="center"><strong>Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux.</strong></p>
![](screenshots/light_en.png) ![](screenshots/light_en.png)
## Feature ## Feature
* Built on Webview, no embedded browsers (Thanks to [Wails](https://github.com/wailsapp/wails)). * Built on Webview, no embedded browsers (Thanks to [Wails](https://github.com/wailsapp/wails)).
* More elegant UI and visualized layout (Thanks to [Naive UI](https://github.com/tusen-ai/naive-ui)). * More elegant UI and visualized layout (Thanks to [Naive UI](https://github.com/tusen-ai/naive-ui)
and [IconPark](https://iconpark.oceanengine.com)).
* Multi-language support (Click here to contribute and support more languages). * Multi-language support (Click here to contribute and support more languages).
* Convenient data viewing and editing. * Convenient data viewing and editing.
* More features under continuous development... * More features under continuous development...
[//]: # (TODO: app previews)
## Installation ## Installation
We publish binaries for Mac, Windows, and Linux. We publish binaries for Mac, Windows, and Linux.

View File

@ -1,13 +1,17 @@
# Tiny RDM <h4 align="right"><strong><a href="/">English</a></strong> | 简体中文</h4>
<p align="center">
Tiny RDM是一个现代化轻量级的跨平台Redis桌面客户端支持Mac、Windows和Linux系统。 <img src=build/appicon.png width=120 />
</p>
<h1 align="center">Tiny RDM</h1>
<p align="center"><strong>一个现代化轻量级的跨平台Redis桌面客户端支持Mac、Windows和Linux</strong></p>
![screenshot](screenshots/light_zh.png) ![screenshot](screenshots/light_zh.png)
## 功能特性 ## 功能特性
* 基于Webview无内嵌浏览器感谢[Wails](https://github.com/wailsapp/wails) * 基于Webview无内嵌浏览器感谢[Wails](https://github.com/wailsapp/wails)
* 更精美的界面和直观的结构布局(感谢[Naive UI](https://github.com/tusen-ai/naive-ui) * 更精美的界面和直观的结构布局(感谢[Naive UI](https://github.com/tusen-ai/naive-ui)
和 [IconPark](https://iconpark.oceanengine.com)
* 多国语言支持(点我贡献和完善多国语言支持) * 多国语言支持(点我贡献和完善多国语言支持)
* 便捷的数据查看和编辑修改 * 便捷的数据查看和编辑修改
* 更多功能持续开发中… * 更多功能持续开发中…