From 61aca493cbc1a124f4edf27816fa7e1dd70b0e93 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Thu, 18 Feb 2021 22:40:45 +0800 Subject: [PATCH] use compress for arknights --- src/plugins/hk_reporter/platform/arkninghts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/hk_reporter/platform/arkninghts.py b/src/plugins/hk_reporter/platform/arkninghts.py index 3782959..d6b1a03 100644 --- a/src/plugins/hk_reporter/platform/arkninghts.py +++ b/src/plugins/hk_reporter/platform/arkninghts.py @@ -52,4 +52,4 @@ class Arknights(PlatformNoTarget): pics.append(pic['src']) else: raise CategoryNotSupport() - return Post('arknights', '', announce_url, pics=pics, show_text=False) + return Post('arknights', '', announce_url, pics=pics, compress=True)