修复插件

This commit is contained in:
aixianling
2024-09-02 11:11:38 +08:00
parent dfa73147aa
commit 08b419ce64

View File

@@ -13,7 +13,7 @@ from config import conf
name="dow_markdown",
desire_priority=66,
desc="优化markdown返回结果中的图片和网址链接。",
version="0.6",
version="0.7",
author="Kubbo",
hidden=False
)
@@ -21,7 +21,7 @@ class dow_markdown(Plugin):
def __init__(self):
super().__init__()
try:
self.config =super().loading_config()
self.config =super().load_config()
self.handlers[Event.ON_HANDLE_CONTEXT] = self.on_handle_context
self.handlers[Event.ON_DECORATE_REPLY] = self.on_decorate_reply
logger.info("[dow_markdown] inited.")