login-with-qrcode
Obtain a QR code from the Zhihu login page for user authentication. Optionally switch to QR login mode using custom selectors.
Instructions
访问知乎登陆页面,并获取二维码。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qrSelector | No | 用于提取二维码的HTML选择器,默认值:.Qrcode-qrcode。 | |
| switchQrSelector | No | 切换成二维码登录方式对应的HTML选择器,默认为空。不为空时会操作点击切换成二维码登录方式。 |