mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 12:02:16 +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(
|
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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user