Merge pull request #62 from Fairy-Oracle-Sanctuary/dev

Dev
This commit is contained in:
镀铬酸钾
2026-02-28 21:21:29 +08:00
committed by GitHub
4 changed files with 207 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ async def handle_weather(bot, event: MessageEvent, args: List[str]):
try:
# 渲染HTML模板为图片
base64_image = await image_manager.render_template_to_base64(
"weather.html", weather_info, output_name="weather.png"
"weather.html", weather_info, output_name="weather.png", width=1080
)
if base64_image: