diff --git a/src/plugins/hk_reporter/platform/arkninghts.py b/src/plugins/hk_reporter/platform/arkninghts.py index 86c0d6e..53d732f 100644 --- a/src/plugins/hk_reporter/platform/arkninghts.py +++ b/src/plugins/hk_reporter/platform/arkninghts.py @@ -77,7 +77,7 @@ class Arknights(PlatformNoTarget): enable_tag = False @staticmethod - async def get_account_name() -> str: + async def get_account_name(_: Target) -> str: return '明日方舟游戏内公告' async def get_sub_list(self) -> list[RawPost]: