🐛 [plugin]: 修复htmlredner造成的错误

This commit is contained in:
2024-09-01 11:21:45 +08:00
parent 34a6261f27
commit 89cb75f105
13 changed files with 15 additions and 641 deletions

View File

@ -22,7 +22,7 @@ from src.utils.base.permission import GROUP_ADMIN, GROUP_OWNER
from src.utils.message.tools import clamp
from src.utils.message.message import MarkdownMessage as md
from src.utils.message.markdown import MarkdownComponent as mdc, compile_md, escape_md
from src.utils.htmlrender import md_to_pic
from src.utils.message.html_tool import md_to_pic
from .common import *

View File

@ -8,7 +8,7 @@ from src.utils.base.data_manager import User, user_db, group_db
from src.utils.base.language import Language, change_user_lang, get_all_lang, get_user_lang
from src.utils.base.ly_typing import T_Bot, T_MessageEvent
from src.utils.message.message import MarkdownMessage as md
from src.utils.htmlrender import md_to_pic
from src.utils.message.html_tool import md_to_pic
from .const import representative_timezones_list
from src.utils import event as event_utils