统一插件名称
This commit is contained in:
4
dowmd.py
4
dowmd.py
@@ -11,13 +11,13 @@ from plugins import *
|
|||||||
|
|
||||||
|
|
||||||
@plugins.register(
|
@plugins.register(
|
||||||
name="dowmd",
|
name="dow_markdown",
|
||||||
desire_priority=66,
|
desire_priority=66,
|
||||||
desc="优化markdown返回结果中的图片和网址链接。",
|
desc="优化markdown返回结果中的图片和网址链接。",
|
||||||
version="0.2",
|
version="0.2",
|
||||||
author="Kubbo",
|
author="Kubbo",
|
||||||
)
|
)
|
||||||
class dowmd(Plugin):
|
class dow_markdown(Plugin):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user