diff --git a/README.md b/README.md index 749f8b1..7e3fa72 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,22 @@ -# README +# Tiny RDM -## Tiny RDM +Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux. -## About +![](screenshots/light_en.png) -This is the official Wails Vue template. +## Feature +* Built on Webview, no embedded browsers (Thanks to Wails). +* More elegant UI and visualized layout (Thanks to Naive UI). +* Multi-language support (Click here to contribute and support more languages). +* Convenient data viewing and editing. +* More features under continuous development... -You can configure the project by editing `wails.json`. More information about the project settings can be found -here: https://wails.io/docs/reference/project-config +[//]: # (TODO: app previews) +## Installation + +We publish binaries for Mac, Windows, and Linux. +Available to download for free from [here](https://github.com/tiny-craft/tiny-rdm/releases). + +## License + +Tiny RDM is licensed under [GNU General Public](/LICENSE) license. diff --git a/README_zh.md b/README_zh.md new file mode 100644 index 0000000..5799eb7 --- /dev/null +++ b/README_zh.md @@ -0,0 +1,21 @@ +# Tiny RDM + +Tiny RDM是一个现代化轻量级的跨平台Redis桌面客户端,支持Mac、Windows和Linux系统。 + +![screenshot](screenshots/light_zh.png) + +## 功能特性 + +* 基于Webview,无内嵌浏览器(感谢Wails) +* 更精美的界面和直观的结构布局(感谢Naive UI) +* 多国语言支持(点我贡献和完善多国语言支持) +* 便捷的数据查看和编辑修改 +* 更多功能持续开发中… + +## 安装 + +提供Mac、Windows和Linux下载安装,可[免费下载](https://github.com/tiny-craft/tiny-rdm/releases)。 + +## 开源许可 + +Tiny RDM 基于 [GNU General Public](/LICENSE) 开源协议. diff --git a/build/appicon.png b/build/appicon.png index 63617fe..ec86201 100644 Binary files a/build/appicon.png and b/build/appicon.png differ diff --git a/build/windows/icon.ico b/build/windows/icon.ico index f334798..4f9ed85 100644 Binary files a/build/windows/icon.ico and b/build/windows/icon.ico differ diff --git a/screenshots/dark_en.png b/screenshots/dark_en.png new file mode 100644 index 0000000..e7a5920 Binary files /dev/null and b/screenshots/dark_en.png differ diff --git a/screenshots/dark_zh.png b/screenshots/dark_zh.png new file mode 100644 index 0000000..b6242e3 Binary files /dev/null and b/screenshots/dark_zh.png differ diff --git a/screenshots/light_en.png b/screenshots/light_en.png new file mode 100644 index 0000000..2e41239 Binary files /dev/null and b/screenshots/light_en.png differ diff --git a/screenshots/light_zh.png b/screenshots/light_zh.png new file mode 100644 index 0000000..3b7025a Binary files /dev/null and b/screenshots/light_zh.png differ