aboutsummaryrefslogtreecommitdiffstats
path: root/docs/zh-CN/README.md
diff options
context:
space:
mode:
authorZhizhen He <hezhizhen.yi@gmail.com>2025-03-24 19:15:30 +0800
committerGitHub <noreply@github.com>2025-03-24 11:15:30 +0000
commit6428fb6c2d9bd19a26cb486cbc58cbeb06a12166 (patch)
treeb4911bf04e014d2797b773e02dd25662eba68eee /docs/zh-CN/README.md
parentchore: update to rust 1.85.1 (#2642) (diff)
downloadatuin-6428fb6c2d9bd19a26cb486cbc58cbeb06a12166.zip
docs: update logo and badges in README for zh-CN (#2392)
Diffstat (limited to 'docs/zh-CN/README.md')
-rw-r--r--docs/zh-CN/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md
index 08b8f7d9..8c846bf1 100644
--- a/docs/zh-CN/README.md
+++ b/docs/zh-CN/README.md
@@ -1,5 +1,8 @@
<p align="center">
-<img height="250" src="https://user-images.githubusercontent.com/53315310/167610618-284491ac-c5d3-4957-9e4b-604bb97e23e6.png"/>
+ <picture>
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/atuinsh/atuin/assets/53315310/13216a1d-1ac0-4c99-b0eb-d88290fe0efd">
+ <img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="https://github.com/atuinsh/atuin/assets/53315310/08bc86d4-a781-4aaa-8d7e-478ae6bcd129">
+</picture>
</p>
<p align="center">
@@ -9,13 +12,17 @@
<hr/>
<p align="center">
- <a href="https://github.com/ellie/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/workflow/status/ellie/atuin/Rust?style=flat-square" /></a>
+ <a href="https://github.com/atuinsh/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/actions/workflow/status/atuinsh/atuin/rust.yml?style=flat-square" /></a>
<a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/v/atuin.svg?style=flat-square" /></a>
<a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/d/atuin.svg?style=flat-square" /></a>
- <a href="https://github.com/ellie/atuin/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/atuin.svg?style=flat-square" /></a>
+ <a href="https://github.com/atuinsh/atuin/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/atuin.svg?style=flat-square" /></a>
<a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a>
+ <a rel="me" href="https://hachyderm.io/@atuin"><img src="https://img.shields.io/mastodon/follow/109944632283122560?domain=https%3A%2F%2Fhachyderm.io&style=social"/></a>
+ <a href="https://twitter.com/atuinsh"><img src="https://img.shields.io/twitter/follow/atuinsh?style=social" /></a>
+ <a href="https://actuated.dev/"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"></img></a>
</p>
+
[English] | [简体中文]
Atuin 使用 SQLite 数据库取代了你现有的 shell 历史,并为你的命令记录了额外的内容。此外,它还通过 Atuin 服务器,在机器之间提供可选的、完全加密的历史记录同步功能。