tisfeng / Easydict

一个简洁优雅的词典翻译 macOS App。开箱即用,支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译,OpenAI,Gemini,DeepL,Google,Bing,腾讯,百度,阿里,小牛,彩云和火山翻译。A concise and elegant Dictionary and Translator macOS App for looking up words and translating text.
GNU General Public License v3.0
7.04k stars 356 forks source link

代码重构:设置页 OpenAI 和自定义 OpenAI 服务有太多重复代码 #497

Closed tisfeng closed 2 months ago

tisfeng commented 6 months ago

参见 https://github.com/tisfeng/Easydict/pull/493#issuecomment-2041520213

稍后将会有更多类似的 OpenAI 服务,如 Ollama 翻译服务内置 AI 翻译服务,因此需要重构优化这部分代码,方便后续功能开发。

tisfeng commented 6 months ago

@phlpsong 你可以来做这个吗

phlpsong commented 6 months ago

OK

tisfeng commented 6 months ago

我把 https://github.com/tisfeng/Easydict/issues/492 也给你吧,都是相互关联的,重构完后你可以用它来验证一下。

phlpsong commented 6 months ago

Sure, I will check.

tianzhuwei commented 6 months ago

想了解一下,下个版本的预计什么时间发布呢?

tisfeng commented 6 months ago

快了,这个周末吧 🙂

tianzhuwei commented 5 months ago

快了,这个周末吧 🙂

大佬 是不是该改版了

tisfeng commented 5 months ago

可能要鸽了,得延后几天,目前还有几个小问题需要处理,待我整理一下代码。

tisfeng commented 3 months ago

关于这个优化 issue,我有一些想法,我先来尝试一下。