diff --git a/core/link.py b/core/link.py index 335057c..83e103b 100644 --- a/core/link.py +++ b/core/link.py @@ -250,7 +250,7 @@ async def handle_links(message: Message): final_urls = [url for url in final_urls if url is not None] # 回复处理后的链接 if final_urls: - await message.reply(f"{"\n".join(final_urls)}\n消息里有包含跟踪参数的链接,已经帮你转换了哦~\n\n" - f"这个功能是试验性的,可能会出现问题," - f"可以将返回的结果再次发送给bot,或者尝试手动清理。\n如果你找到了这个工具的问题,欢迎" - f"把它通过 `/report_broken_links 链接 需要去除的参数等等` 报告给开发者!") \ No newline at end of file + await message.reply(f"
\n{"\n\n".join(final_urls)}\n
\n消息里有包含跟踪参数的链接,已经帮你转换了哦~\n\n" + f"注意:这个功能是试验性的,可能会出现问题。" + f"\n如果你找到了问题,欢迎" + f"把它通过 /report_broken_links 链接 需要去除的参数等等 报告给开发者!") \ No newline at end of file