You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
STranslate/README.md

46 lines
1.6 KiB

WPF 开发的一款即开即用、即用即走的翻译工具
## 功能
- [x] 添加 DeepL API
- [x] 添加百度翻译 API
- [x] 实现基本翻译功能
- [x] 优化防止多开
- [x] 添加划词翻译
- [x] 添加复制结果蛇形、大小驼峰
- [x] 优化 DeepL 服务并打包成库引入进项目
2 years ago
> 自己构造的接口测试下来还是不够稳定,本来也是启发于 [zu1k](https://github.com/zu1k) 就先用他开发的接口吧
- [x] 软件层面识别语种UI 提示识别语种)
- [x] 设置 UI 化
- [x] 添加开机自启
- [ ] 添加 OCR 翻译
2 years ago
- [ ] 添加翻译记录缓存功能
- [ ] 优化软件发布方式(自动升级)
## 使用
2 years ago
![previews](./image.png)
打开软件后会静默在后台,等待调用
1. 全局监听快捷键
- `Alt` + `A` 打开软件界面,输入内容按回车翻译
- `Alt` + `D` 复制当前鼠标选中内容并翻译
2 years ago
- `Alt` + `G` 打开窗口(不清空内容)
2. 软件内快捷键
- `ESC` 隐藏界面
- `Ctrl+Shift+Q` 退出程序
- `Ctrl+Shift+T` 置顶/取消置顶
点击软件外部界面任意处或点击软件则会自动隐藏到后台,即用即走。
2 years ago
2 years ago
## 接口失效
若远端接口均失效,需要自己本地运行翻译服务,根据自己的系统 [下载](https://github.com/zu1k/removed-2022-07-12) 自己的版本,软件右上角选择 `local` 接口即可
2 years ago
## 参考项目
2 years ago
监听全局快捷键功能参考如下项目,在此表示感谢 [https://github.com/NPCDW/WpfTool](https://github.com/NPCDW/WpfTool)
2 years ago
翻译接口使用项目 [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)