Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 12, 2024
1 parent 61ea99c commit fd43774
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AiR 是非母语者的绝佳助手,能够自动修正错误并润色语言,

[English](README.md)[中文](README-zh-CN.md)

本章节完全由 AiR 翻译生成,如有错误请提交 issue 或 PR 进行修正。
本文完全由 AiR 翻译[英文原版](README.md)生成,如有错误请提交 issue 或 PR 进行修正。
</div>


Expand All @@ -42,8 +42,8 @@ AiR 是非母语者的绝佳助手,能够自动修正错误并润色语言,
- [x] **翻译**
- [x] **直接翻译**
- [ ] **重构代码** (即将推出)
- [ ] **光学字符识别**计划中
- [ ] **文字转语音**已计划
- [ ] **光学字符识别** (计划中)
- [ ] **文字转语音** (已计划)


## 用法
Expand Down Expand Up @@ -76,7 +76,7 @@ cargo bundle --release
- 已计划

### 配置
#### 打开来自未识别开发者的 Mac 应用程序仅限 macOS
#### 打开来自未识别开发者的 Mac 应用程序 (仅限 macOS)
当您第一次打开应用时,您会看到以下消息:

`“AiR” 无法打开,因为无法验证开发者。`
Expand All @@ -93,7 +93,7 @@ cargo bundle --release
- [打开来自未识别开发者的 Mac 应用程序 (support.apple.com)](https://support.apple.com/en-hk/guide/mac-help/mh40616/mac)
- [如何打开来自未识别开发者的 Mac 应用程序 (macworld.com)](https://www.macworld.com/article/672947/how-to-open-a-mac-app-from-an-unidentified-developer.html)

#### 获取系统辅助功能权限仅限 macOS
#### 获取系统辅助功能权限 (仅限 macOS)
要控制键盘并使用系统剪贴板进行数据读写,
AiR 必须获得系统辅助功能权限。

Expand All @@ -108,7 +108,7 @@ AiR 必须获得系统辅助功能权限。
- 失去焦点时隐藏:当应用程序失去焦点时隐藏它。
- 激活的功能:使用非直接功能时启用的功能。
- AI
- API 基础:AI API 的基本 URL。确保不要忘记 `v1` 部分。例如:https://api.openai.com/v1
- API 基础:AI API 的基本 URL。确保不要忘记 `v1` 部分。(例如:https://api.openai.com/v1)
- API 密钥:AI API 密钥。
- 模型:AI 模型。
- 温度:人工智能的不可预测性。
Expand Down Expand Up @@ -142,7 +142,7 @@ AiR目前正在进行大量开发,并非所有设置都会在用户界面中

目前,您可以通过重复安装步骤手动更新应用程序。

#### 重新获得系统访问权限仅适用于macOS
#### 重新获得系统访问权限 (仅适用于macOS)
1. `按照 “获取系统访问权限” 部分找到 “AiR.app” 或 “air” 二进制文件。`
2. `点击 “-” 按钮以移除现有权限,然后点击 “+” 按钮重新添加权限。`

Expand Down

0 comments on commit fd43774

Please sign in to comment.