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)