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

Dev
This commit is contained in:
镀铬酸钾
2026-03-01 11:26:27 +08:00
committed by GitHub
5 changed files with 568 additions and 237 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", width=1080
"weather.html", weather_info, output_name="weather.png", width=400, height=500
)
if base64_image: