From c51e7692f1734377ebc9152d7d7c33537e92044f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Thu, 6 Oct 2022 11:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BF=AE=E6=94=B9=20`abyss`=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E4=BD=BF=E7=94=A8=E7=9A=84=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=BA=E4=BE=A7=E9=9D=A2=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/abyss.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/genshin/abyss.py b/plugins/genshin/abyss.py index a98e91c..dd8f543 100644 --- a/plugins/genshin/abyss.py +++ b/plugins/genshin/abyss.py @@ -65,23 +65,23 @@ class Abyss(Plugin, BasePlugin): "total_stars": spiral_abyss_info.total_stars, "most_played_list": [], "most_kills": { - "icon": await url_to_file(ranks.most_kills[0].icon), + "icon": await url_to_file(ranks.most_kills[0].side_icon), "value": ranks.most_kills[0].value, }, "strongest_strike": { - "icon": await url_to_file(ranks.strongest_strike[0].icon), + "icon": await url_to_file(ranks.strongest_strike[0].side_icon), "value": ranks.strongest_strike[0].value }, "most_damage_taken": { - "icon": await url_to_file(ranks.most_damage_taken[0].icon), + "icon": await url_to_file(ranks.most_damage_taken[0].side_icon), "value": ranks.most_damage_taken[0].value }, "most_bursts_used": { - "icon": await url_to_file(ranks.most_bursts_used[0].icon), + "icon": await url_to_file(ranks.most_bursts_used[0].side_icon), "value": ranks.most_bursts_used[0].value }, "most_skills_used": { - "icon": await url_to_file(ranks.most_skills_used[0].icon), + "icon": await url_to_file(ranks.most_skills_used[0].side_icon), "value": ranks.most_skills_used[0].value } }