From 8dc2541d687be5c91528e727b70437b9d36916de Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sat, 3 Aug 2024 11:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=8F=92=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dowmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dowmd.py b/dowmd.py index 44cbc78..fe04e78 100644 --- a/dowmd.py +++ b/dowmd.py @@ -11,13 +11,13 @@ from plugins import * @plugins.register( - name="dowmd", + name="dow_markdown", desire_priority=66, desc="优化markdown返回结果中的图片和网址链接。", version="0.2", author="Kubbo", ) -class dowmd(Plugin): +class dow_markdown(Plugin): def __init__(self): super().__init__() try: