添加 img_to_png 方法

This commit is contained in:
2024-06-10 00:30:54 +08:00
parent 314e1dede3
commit c929c463ec
5 changed files with 12 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ from nonebot_plugin_user import User # type: ignore[import-untyped]
from nonebot_plugin_userinfo import BotUserInfo, EventUserInfo, UserInfo # type: ignore[import-untyped]
from ...db import BindStatus, create_or_update_bind, trigger
from ...utils.avatar import get_avatar
from ...utils.host import HostPage, get_self_netloc
from ...utils.image import get_avatar
from ...utils.render import Bind, render
from ...utils.render.schemas.base import People
from ...utils.screenshot import screenshot