fix: some break change for markdown

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2025-07-09 08:45:02 +08:00
parent 88b634be93
commit 2f8635cd91
12 changed files with 227 additions and 288 deletions

View File

@ -7,14 +7,9 @@ import time
from dify_client import ChatClient
from telebot import TeleBot
from telebot.types import Message
from telegramify_markdown.customize import markdown_symbol
from ._utils import bot_reply_first, bot_reply_markdown, enrich_text_with_urls
# If you want, Customizing the head level 1 symbol
markdown_symbol.head_level_1 = "📌"
markdown_symbol.link = "🔗" # If you want, Customizing the link symbol
def dify_handler(message: Message, bot: TeleBot) -> None:
"""dify : /dify API_Key <question>"""