From 8bb64449cef24c8ed76ed23222ce6330870ea1d1 Mon Sep 17 00:00:00 2001 From: tiny-craft <137850705+tiny-craft@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:27:53 +0800 Subject: [PATCH] docs: update README --- .github/workflows/release-linux.yaml | 2 +- README.md | 14 +++++++++----- README_zh.md | 12 ++++++++---- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-linux.yaml b/.github/workflows/release-linux.yaml index 80db1e4..2b8393e 100644 --- a/.github/workflows/release-linux.yaml +++ b/.github/workflows/release-linux.yaml @@ -99,4 +99,4 @@ jobs: 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" 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/ diff --git a/README.md b/README.md index ed715ee..5790243 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,21 @@ -# Tiny RDM - -Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux. +

English | 简体中文

+

+ +

+

Tiny RDM

+

Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux.

![](screenshots/light_en.png) ## Feature + * 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). * Convenient data viewing and editing. * More features under continuous development... -[//]: # (TODO: app previews) ## Installation We publish binaries for Mac, Windows, and Linux. diff --git a/README_zh.md b/README_zh.md index a27a1f1..9c0d781 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,13 +1,17 @@ -# Tiny RDM - -Tiny RDM是一个现代化轻量级的跨平台Redis桌面客户端,支持Mac、Windows和Linux系统。 +

English | 简体中文

+

+ +

+

Tiny RDM

+

一个现代化轻量级的跨平台Redis桌面客户端,支持Mac、Windows和Linux

![screenshot](screenshots/light_zh.png) ## 功能特性 * 基于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)) * 多国语言支持(点我贡献和完善多国语言支持) * 便捷的数据查看和编辑修改 * 更多功能持续开发中…