Skip to content

Commit

Permalink
perf: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zggsong7 committed Dec 28, 2022
1 parent 4db90f2 commit 4920090
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@
- [x] 优化防止多开
- [x] 添加划词翻译
- [x] 添加复制结果蛇形、大小驼峰
- [x] 软件层面识别语种(目前只支持中英文
- [x] 软件层面识别语种(目前支持中英文
- [x] 添加开机自启
- [x] 添加亮/暗主题
- [ ] 添加 OCR 翻译
- [ ] 添加翻译记录缓存功能
- [ ] 优化软件发布方式(自动升级)

## 使用

![previews](./example.png)

![previews_dark](./example_dark.png)

打开软件后会静默在后台,等待调用
1. 全局监听快捷键
- `Alt` + `A` 打开软件界面,输入内容按回车翻译
Expand All @@ -45,14 +47,14 @@

3. 0.08 版本添加开机启动

![previews](./example2.png)
![previews](./example_tray.png)

## 接口失效

若远端接口均失效,需要自己本地运行翻译服务(感谢[zu1k](https://github.com/zu1k)),根据自己的系统 [下载](https://github.com/zu1k/removed-2022-07-12) 自己的版本,软件右上角选择 `local` 接口即可

## 参考项目

监听全局快捷键功能参考如下项目,在此表示感谢 [https://github.com/NPCDW/WpfTool](https://github.com/NPCDW/WpfTool)
[https://github.com/NPCDW/WpfTool](https://github.com/NPCDW/WpfTool)

翻译接口使用项目 [https://github.com/zu1k/removed-2022-07-12/releases/tag/0.1.2](https://github.com/zu1k/removed-2022-07-12/releases/tag/0.1.2)
[https://github.com/zu1k/removed-2022-07-12/releases/tag/0.1.2](https://github.com/zu1k/removed-2022-07-12/releases/tag/0.1.2)
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed example2.png
Binary file not shown.
Binary file added example_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example_tray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4920090

Please sign in to comment.