🔖 Pre Release 2.0.0a2

This commit is contained in:
yanyongyu
2020-10-01 00:55:03 +08:00
parent ef29280585
commit 1016986663
24 changed files with 529 additions and 3 deletions

View File

@ -13,7 +13,7 @@ from nonebot.typing import Any, Callable, Awaitable, overrides
def escape_tag(s: str) -> str:
"""
:说明:
用于记录带颜色日志时转义 `<tag>` 类型特殊标签
用于记录带颜色日志时转义 ``<tag>`` 类型特殊标签
:参数:
* ``s: str``: 需要转义的字符串
:返回: