Merge pull request #970 from wumode/lexiannot

This commit is contained in:
jxxghp
2026-01-12 15:01:58 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -551,12 +551,12 @@
"name": "美剧生词标注",
"description": "根据CEFR等级为英语影视剧标注高级词汇。",
"labels": "英语",
"version": "1.2.2",
"version": "1.2.3",
"icon": "LexiAnnot.png",
"author": "wumode",
"level": 1,
"history": {
"v1.2.2": "优化提示词",
"v1.2.3": "优化提示词",
"v1.2.1": "改进字幕样式获取方法",
"v1.2.0": "引入大模型候选词决策和词义丰富处理链; 支持读取系统智能体配置; 添加智能体工具; 优化通知样式; 改进 UI",
"v1.1.4": "优化字幕选择决策",

View File

@@ -60,7 +60,7 @@ class LexiAnnot(_PluginBase):
# 插件图标
plugin_icon = "LexiAnnot.png"
# 插件版本
plugin_version = "1.2.2"
plugin_version = "1.2.3"
# 插件作者
plugin_author = "wumode"
# 作者主页
@@ -1904,7 +1904,7 @@ class LexiAnnot(_PluginBase):
segments=segments,
shutdown_event=self._shutdown_event,
context_window=self._context_window,
leaner_level=learner_level,
learner_level=learner_level,
media_context=mediainfo,
translate_sentences=self._sentence_translation
)