From ffb90ca8fb170ff914f4a5f9640f8df100ecbbbe Mon Sep 17 00:00:00 2001 From: break27 Date: Fri, 29 Aug 2025 10:45:46 +0800 Subject: [PATCH] minor fix --- index.html | 4 ++-- main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 23b9a6f..d1025af 100644 --- a/index.html +++ b/index.html @@ -104,7 +104,7 @@ Greet recipients (by proper names if possible)
diff --git a/main.py b/main.py index 0c93b7c..ac3c9c5 100644 --- a/main.py +++ b/main.py @@ -371,7 +371,7 @@ def main(driver: WebDriver): if not parameters.get('recovery'): raise exception tell(None, exception, level=1) # 打开存档 - click("li[data-id='default0/Archives'] li.folder:nth-child(1)", condition) + click("li[data-id='virtual/standard'] > .subfolders li:nth-child(6) li.folder:nth-child(1)", condition) ready(driver) click("ul[aria-label='List view'] li[data-index='0']", condition) click("ul.classic-toolbar button[aria-label='More actions']", condition)