1
0
镜像自地址 https://github.com/maxgoedjen/secretive.git 已同步 2026-03-25 10:37:23 +01:00

Light/dark readme images (#438)

* New image

* Light/dark images

* Update README.md
这个提交包含在:
Max Goedjen
2022-12-23 16:54:49 -05:00
提交者 GitHub
父节点 14b351abee
当前提交 3bd8e3b494
修改 4 个文件,包含 4 行新增1 行删除

二进制
.github/readme/app-dark.png vendored 普通文件

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 572 KiB

二进制
.github/readme/app-light.png vendored 普通文件

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 545 KiB

二进制
.github/readme/app.png vendored

二进制文件未显示。

之前

宽度:  |  高度:  |  大小: 573 KiB

查看文件

@@ -3,7 +3,10 @@
Secretive is an app for storing and managing SSH keys in the Secure Enclave. It is inspired by the [sekey project](https://github.com/sekey/sekey), but rewritten in Swift with no external dependencies and with a handy native management app.
<img src="/.github/readme/app.png" alt="Screenshot of Secretive" width="600">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/.github/readme/app-dark.png">
<img src="/.github/readme/app-light.png" alt="Screenshot of Secretive" width="600">
</picture>
## Why?