Update README.md

This commit is contained in:
DongXishan 2024-07-11 13:51:45 +08:00 committed by GitHub
parent cf94a3890e
commit f0973ac604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,8 +71,8 @@ graph TD;
pip install loguru # 强大的日志工具库
pip install retrying # 强大的重试工具
npm install crypto-js/cryptojs # 二选一js标准密码库
npm insatll jsdom # js模拟浏览器的dom和bom
npm insatll tough-cookie # 浏览器cookie
npm install jsdom # js模拟浏览器的dom和bom
npm install tough-cookie # 浏览器cookie
```
## 基础篇