From ddfbcfa5c9a89ea6e6a26896c9be3ed2e753efaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Sat, 22 Oct 2022 17:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BF=AE=E6=94=B9=E6=AF=8F?= =?UTF-8?q?=E6=97=A5=E7=B4=A0=E6=9D=90=E8=A1=A8=E6=8F=92=E4=BB=B6=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=BC=93=E5=AD=98=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/daily/material.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/genshin/daily/material.py b/plugins/genshin/daily/material.py index 228471ef..81f2470b 100644 --- a/plugins/genshin/daily/material.py +++ b/plugins/genshin/daily/material.py @@ -286,14 +286,14 @@ class DailyMaterial(Plugin, BasePlugin): {"data": render_data}, {"width": 1164, "height": 500}, file_type=file_type, - ttl=7 * 24 * 60 * 60, + ttl=30 * 24 * 60 * 60, ), self.template_service.render( # 渲染武器素材页 "genshin/daily_material/weapon.html", {"data": render_data}, {"width": 1164, "height": 500}, file_type=file_type, - ttl=7 * 24 * 60 * 60, + ttl=30 * 24 * 60 * 60, ), )