mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
🐛 Fix daily note viewport height
This commit is contained in:
parent
9f8bad3231
commit
3c8f3931cb
@ -74,7 +74,7 @@ class DailyNotePlugin(Plugin):
|
||||
render_result = await self.template_service.render(
|
||||
"starrail/daily_note/daily_note.html",
|
||||
render_data,
|
||||
{"width": 600, "height": 444},
|
||||
{"width": 600, "height": 530},
|
||||
full_page=False,
|
||||
ttl=8 * 60,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user