[in]失败后停止【值/表达式】True
[in]子程序【值/表达式】VersionCompatible
[in]跳过调试输出【值/表达式】False
[in]customInterfaces【变量 customInterfaces】[]
[in]setting【变量 setting】{"translaters":"谷歌镜像\nDeepL\n腾讯交互翻译","dictionaries":"有道词典\nQk英汉词典","showEditBox":true,"isTopmost":false,"isConsecutive":false,"width":260.0,"winLocation":"WithMouse2","winMaxHeightPercent":0.95,"expandNum":0,"autoLocationX":-1258.0,"autoLocationY":212.0,"displayMode":"single","secondTransMode":"menu_screenOcrTrans","ocrService":"baiduQuicker","ocrLan":"CHN_ENG","buttonVisibleList":"consecutiveCheckBox\nscreenOcrButton\nvoiceInputButton\neditBoxCheckBox\nchoseLanCheckBox","backgroundColor":"#FFF5F8FA","buttonColor":"#FF333333","borderColor":"#FFB7B7B7","textColor":"#FF444444","colorMethod":"light","titleFontFamily":"Microsoft Yahei UI","textFontFamily":"Microsoft YaHei","fontSize":13,"origLan":"auto","transLan":"zh","transLan2":"en","isCtrlEnter":"true","DeepLAltNum":2,"AIPrompt":"用{目标语言}语言解释一下 {原文}","AIAPIKeyHistory":"暂无历史记录","AITemperature":0.2,"AIModel":"gpt-3.5-turbo","AIUrlChoose":0,"badgeIndex":0,"closeFlag":0,"translators":"谷歌镜像\nDeepL\n腾讯交互翻译","translatorList":["腾讯交互翻译|腾讯交互翻译","谷歌翻译(需代理)|谷歌翻译","谷歌镜像|谷歌镜像","DeepL|DeepL","有道翻译|有道翻译","火山翻译|火山翻译","阿里翻译|阿里翻译","CNKI学术翻译|CNKI翻译","彩云小译|彩云小译","必应翻译(不稳定)|必应翻译","【需配置】AI服务|AI","【需配置/免费】百度翻译|百度翻译","【需配置/免费】腾讯翻译君(TMT)|腾讯翻译君","【需配置】小牛翻译|小牛翻译"],"dictionaryList":["爱词霸|爱词霸","有道词典|有道词典","必应词典|必应词典","海词词典|海词词典","Qk英汉词典|Qk英汉词典","【需配置】AI服务|AI","(附加普通翻译服务)|翻译服务"],"DeepLId":62550002,"DeepLFreshIdTimeStamp":1743463498,"googleMirrorBest":"https://translate.amz.wang","googleFreshTimeStamp":1743420607}
检测到了中止标志(OperationFailed),停止后续步骤执行。
[out]setting=>setting{"translaters":"谷歌镜像\nDeepL\n腾讯交互翻译","dictionaries":"有道词典\nQk英汉词典","showEditBox":true,"isTopmost":false,"isConsecutive":false,"width":260.0,"winLocation":"WithMouse2","winMaxHeightPercent":0.95,"expandNum":0,"autoLocationX":-1258.0,"autoLocationY":212.0,"displayMode":"single","secondTransMode":"menu_screenOcrTrans","ocrService":"baiduQuicker","ocrLan":"CHN_ENG","buttonVisibleList":"consecutiveCheckBox\nscreenOcrButton\nvoiceInputButton\neditBoxCheckBox\nchoseLanCheckBox","backgroundColor":"#FFF5F8FA","buttonColor":"#FF333333","borderColor":"#FFB7B7B7","textColor":"#FF444444","colorMethod":"light","titleFontFamily":"Microsoft Yahei UI","textFontFamily":"Microsoft YaHei","fontSize":13,"origLan":"auto","transLan":"zh","transLan2":"en","isCtrlEnter":"true","DeepLAltNum":2,"AIPrompt":"用{目标语言}语言解释一下 {原文}","AIAPIKeyHistory":"暂无历史记录","AITemperature":0.2,"AIModel":"gpt-3.5-turbo","AIUrlChoose":0,"badgeIndex":0,"closeFlag":0,"translators":"谷歌镜像\nDeepL\n腾讯交互翻译","translatorList":["腾讯交互翻译|腾讯交互翻译","谷歌翻译(需代理)|谷歌翻译","谷歌镜像|谷歌镜像","DeepL|DeepL","有道翻译|有道翻译","火山翻译|火山翻译","阿里翻译|阿里翻译","CNKI学术翻译|CNKI翻译","彩云小译|彩云小译","必应翻译(不稳定)|必应翻译","【需配置】AI服务|AI","【需配置/免费】百度翻译|百度翻译","【需配置/免费】腾讯翻译君(TMT)|腾讯翻译君","【需配置】小牛翻译|小牛翻译"],"dictionaryList":["爱词霸|爱词霸","有道词典|有道词典","必应词典|必应词典","海词词典|海词词典","Qk英汉词典|Qk英汉词典","【需配置】AI服务|AI","(附加普通翻译服务)|翻译服务"],"DeepLId":62550002,"DeepLFreshIdTimeStamp":1743463498,"googleMirrorBest":"https://translate.amz.wang","googleFreshTimeStamp":1743420607}
步骤(sys:subprogram)执行失败,原因:运行子程序(VersionCompatible)失败。解析表达式出错。 内部错误:未将对象引用设置到对象的实例。 原始表达式: public static string GetTranslatorType(string id){ var index = id.IndexOf("@@"); if (index == -1) return id; return id.Substring(0, index); } public static JArray ConvertToJArray(JToken tkn){ if (tkn.Type == JTokenType.Array){ return (JArray)tkn; } else if (tkn.Type == JTokenType.String) { return JArray.FromObject(tkn.ToString().SplitToList("\n")); } else { throw new InvalidOperationException("[Custom] Unsupported translators/dictionaries field format."); } }