Easydict icon indicating copy to clipboard operation
Easydict copied to clipboard

一个简洁优雅的词典翻译 macOS App。开箱即用,支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译,OpenAI,Gemini,DeepL,Google,Bing,腾讯,百度,阿里,小牛,彩云和火山翻译。A concise an...

Results 87 Easydict issues
Sort by recently updated
recently updated
newest added

### 请先确认以下事项: - [X] 请务必查看 [常见问题](https://github.com/tisfeng/Easydict/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) - [X] 已仔细阅读了 [README](https://github.com/tisfeng/Easydict#readme) - [X] 在 [issues](https://github.com/tisfeng/Easydict/issues) 页面搜索过问题(包括已关闭的 issue),但未能找到解决方法 - [X] Easydict 已升级到 [最新版本](https://github.com/tisfeng/Easydict/releases) - [X] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** ### 问题描述 macOS 系统,在应用全屏状态下使用快捷键划词翻译,弹窗不会出现在当前全屏应用上,会出现在空白桌面页,应用非全屏状态下无此问题...

bug

## 起因 看到一些用户反馈 https://github.com/tisfeng/Easydict/issues/547#issuecomment-2109165560 ,明明发生了程序崩溃,却获取不到有用的日志信息。 很奇怪,我打断点发现应用启动会先执行 SwiftUI 中的 @main 入口,然后才会执行 AppDelegate 中的代理方法(到这里才启动崩溃日志捕获),因此如果某些特殊情况下,应用启动后就在 SwiftUI 入口崩溃,可能获取不到崩溃日志。(存疑 🤔) ## 改进 优化 Easydict 启动代码,尽早开启崩溃日志捕获。 ```swift @main enum EasydictCmpatibilityEntry { static func main() { parseArmguments()...

dev

看了下prompt,感觉很多Chinglish的表达,建议喂给chatgpt重新改写一下。比如 https://github.com/tisfeng/Easydict/blob/d6a2817a9091c6e06fc4b2ca2dc719b16b5b61e7/Easydict/Swift/Service/OpenAI/Prompt.swift#L319 > "3. According to the results of literal translation, find out ~~the~~ existing problems, including [but] not limited to: not in line with \(targetLanguage) expression habits, [the] sentence...

good first issue
dev

目前查询窗口的刷新存在一些问题 https://github.com/tisfeng/Easydict/issues/541 ,CPU 占用高,刷新动画不流畅等问题,虽然通过限制刷新频率 https://github.com/tisfeng/Easydict/pull/548 大大缓解了 stream 请求导致界面卡顿情况,但这种方式治标不治本,也不利于后续优化,因此决定直接使用 SwiftUI 重写查询窗口。 目测这会是一个比较庞大的任务,我们可以将它拆解成许多小任务,大家一起来参与,一步步实现。

dev

### 请先确认以下事项: - [X] 请务必查看 [常见问题](https://github.com/tisfeng/Easydict/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) - [X] 已仔细阅读了 [README](https://github.com/tisfeng/Easydict#readme) - [X] 在 [issues](https://github.com/tisfeng/Easydict/issues) 页面搜索过问题(包括已关闭的 issue),但未能找到解决方法 - [X] Easydict 已升级到 [最新版本](https://github.com/tisfeng/Easydict/releases) - [X] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** ### 问题描述 mac笔记本双屏下,扩展屏幕内翻译时直接闪退,笔记本屏幕没有异常 软件版本:v2.7.1...

bug
rare issue

Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.2.6 to 3.2.8 Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed...

dependencies
ruby

### 请先确认以下事项 - [X] 已仔细阅读了 [README](https://github.com/tisfeng/Easydict#readme) - [X] 在 [issues](https://github.com/tisfeng/Easydict/issues) 页面搜索过(包括已关闭的 issue),未发现类似功能建议 - [X] Easydict 已升级到 [最新版本](https://github.com/tisfeng/Easydict/releases) - [X] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** ### 功能描述 能否为软件加入内置代理走代理端口?毕竟挂全局有点麻烦 ### 使用场景 rt ### 实现方案(可选)...

enhancement