diff --git a/README.md b/README.md index 6894606..a1d5e67 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The generated message appears in the commit input box, ready to commit. > **No API key needed to get started.** Lorebyte ships with a built-in free key so you can use it immediately. To unlock all available models, set your own API key in Settings: **Lorebyte > Api Key**. +![Lorebyte in action](images/example.png) + ## Commands | Command | Description | diff --git a/README_zh.md b/README_zh.md index 0b5eca9..c9a9c6b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -25,6 +25,8 @@ Lorebyte 读取你的暂存更改,将 diff 发送给 LLM,然后将符合 [Co > **无需配置即可上手。** Lorebyte 内置了免费 key,安装后可直接使用。如需切换其他模型,请在设置中填入自己的 API Key:**Lorebyte > Api Key**。 +![Lorebyte 使用示例](images/example.png) + ## 命令 | 命令 | 说明 | diff --git a/images/example.png b/images/example.png new file mode 100644 index 0000000..060946a Binary files /dev/null and b/images/example.png differ