diff --git a/README.md b/README.md index 68f8275..d82e03e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # ashell +![Preview](preview.png) + `ashell` is a modern, GPUI Component-based desktop terminal client written in Rust. This project focuses on providing a high-performance and visually appealing shell workspace by combining local and remote environments with a rich set of built-in features. diff --git a/README.zh-CN.md b/README.zh-CN.md index 718d460..40b2576 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -2,6 +2,8 @@ # ashell +![Preview](preview.png) + `ashell` 是一款现代化的、基于 GPUI Component 构建的 Rust 桌面终端客户端。 该项目旨在通过结合本地和远程环境,并内置丰富的核心功能,提供一个高性能且美观的 Shell 工作区。 diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..7b2fb36 Binary files /dev/null and b/preview.png differ