增加强调

This commit is contained in:
2026-05-17 17:39:27 +08:00
parent 38754d0687
commit f35fc9b2b1
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const text = await page.evaluate(() => document.body.innerText);
const loggedIn = !text.includes('登录发现更多内容');
```
未登录时先登录:
未登录时先登录(账号密码一般都保存在 skill 的 tmp 目录下)
```javascript
await page.goto('https://yunpan1.cc/member.php?mod=logging&action=login');