🐛 Fix daily note viewport height

This commit is contained in:
xtaodada 2023-09-04 19:31:23 +08:00
parent 9f8bad3231
commit 3c8f3931cb
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -74,7 +74,7 @@ class DailyNotePlugin(Plugin):
render_result = await self.template_service.render( render_result = await self.template_service.render(
"starrail/daily_note/daily_note.html", "starrail/daily_note/daily_note.html",
render_data, render_data,
{"width": 600, "height": 444}, {"width": 600, "height": 530},
full_page=False, full_page=False,
ttl=8 * 60, ttl=8 * 60,
) )