From 97f041ee0a926d04379f80a8aaad9219e815a4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1173718158@qq.com> Date: Sun, 22 Dec 2024 01:23:53 +0800 Subject: [PATCH] . --- py/LunaTranslator/cishu/mdict.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/py/LunaTranslator/cishu/mdict.py b/py/LunaTranslator/cishu/mdict.py index 86e6f3c5..36fa5873 100644 --- a/py/LunaTranslator/cishu/mdict.py +++ b/py/LunaTranslator/cishu/mdict.py @@ -2651,10 +2651,7 @@ function safe_mdict_entry_call(word){ if(window.mdict_entry_call) window.mdict_entry_call(word) else if(window.LUNAJSObject) - { - if(window.LUNAJSObject.mdict_entry_call) - window.LUNAJSObject.mdict_entry_call(word) - } + window.LUNAJSObject.mdict_entry_call(word) }""" if self.config["stylehv"] == 0: return self.generatehtml_tabswitch(allres) + func