fix: 错误的注释了下载命令

This commit is contained in:
Li Yanxiao
2025-07-04 22:48:59 +08:00
parent b3a1e64e72
commit adf7664b07

View File

@@ -99,8 +99,8 @@ old_driver_version = {
}
if __name__ == "__main__":
#os.system("npm install -g extract-stealth-evasions") # 安装stealth.min.js
#os.system("npx extract-stealth-evasions") # 提取stealth.min.js
os.system("npm install -g extract-stealth-evasions") # 安装stealth.min.js
os.system("npx extract-stealth-evasions") # 提取stealth.min.js
# chromedriver 在 chrome 114 版本之后,提供了一个新的 API 来获取已知的 Chrome 版本和下载链接
# 之前的版本需要手动维护下载链接