Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
作者您好,很高兴能够使用到这一个开源软件。
在使用过程中,这是我对于一些使用体验做出的一些改变。
变化如下:
1、针对ass文件做了支持。
2、支持单词统计、复用有道卡片进行单词翻译、定位单词所在句子列表、快捷键开关。
3、支持多个AI模型进行存储(主要是支持openai协议的模型),实际上软件上已经支持openai协议了,只是做了一下多模型数据保存功能,这样子切换也方便些。同时优化了一下AI学习顶部中间句子的UI,原先的布局如果顶部红色字体太多会导致字体覆盖。
4、支持edgeTTS语音识别,可以不走openai的语音转换,edgeTTS是免费的,同时也可以选择多种音色。同时依旧支持openai语音转换。