This commit is contained in:
2024-08-03 02:50:38 +08:00
committed by GitHub
parent 933788ffd0
commit 7ab38f2d8d
2 changed files with 3 additions and 4 deletions

View File

@@ -1 +1 @@
from .markdown import *
from .dowmd import *

View File

@@ -11,14 +11,13 @@ from plugins import *
@plugins.register(
name="dow_markdown",
name="dowmd",
desire_priority=66,
hidden=False,
desc="优化markdown返回结果中的图片和网址链接。",
version="0.1",
author="Kubbo",
)
class dow_markdown(Plugin):
class dowmd(Plugin):
def __init__(self):
super().__init__()
try: