refactor(app): 将 account_archive 更新为 author_archive

This commit is contained in:
2025-03-21 20:54:57 +08:00
parent c43f3ad23e
commit f332b3fb2d
10 changed files with 30 additions and 19 deletions

View File

@@ -103,7 +103,7 @@ class XHS:
live_download=False,
folder_mode=False,
download_record=True,
account_archive=False,
author_archive=False,
language="zh_CN",
read_cookie: int | str = None,
_print: bool = True,
@@ -129,7 +129,7 @@ class XHS:
live_download,
download_record,
folder_mode,
account_archive,
author_archive,
_print,
)
self.html = Html(self.manager)