This commit is contained in:
恍兮惚兮 2024-12-22 01:23:53 +08:00
parent f4f337474c
commit 97f041ee0a

View File

@ -2651,10 +2651,7 @@ function safe_mdict_entry_call(word){
if(window.mdict_entry_call) if(window.mdict_entry_call)
window.mdict_entry_call(word) window.mdict_entry_call(word)
else if(window.LUNAJSObject) else if(window.LUNAJSObject)
{ window.LUNAJSObject.mdict_entry_call(word)
if(window.LUNAJSObject.mdict_entry_call)
window.LUNAJSObject.mdict_entry_call(word)
}
}</script>""" }</script>"""
if self.config["stylehv"] == 0: if self.config["stylehv"] == 0:
return self.generatehtml_tabswitch(allres) + func return self.generatehtml_tabswitch(allres) + func