From c53a3dc152caa9c6af7a9d11011220d0fb9f70de Mon Sep 17 00:00:00 2001 From: wumode Date: Mon, 12 Jan 2026 13:41:03 +0800 Subject: [PATCH] fix(LexiAnnot): typo --- package.v2.json | 4 ++-- plugins.v2/lexiannot/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.v2.json b/package.v2.json index bb9d08f..cf16736 100644 --- a/package.v2.json +++ b/package.v2.json @@ -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": "优化字幕选择决策", diff --git a/plugins.v2/lexiannot/__init__.py b/plugins.v2/lexiannot/__init__.py index 512e130..385c0f5 100644 --- a/plugins.v2/lexiannot/__init__.py +++ b/plugins.v2/lexiannot/__init__.py @@ -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 )