Skip to content

Commit

Permalink
✨ 功能(smzdm.mdx):新增第二种获取什么值得买cookie的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitoi committed Jan 16, 2024
1 parent 42fcddf commit 0c902e1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pages/settings/smzdm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import { Steps } from 'nextra/components'
| :----------------: | :--------------------: |
| _**SMZDM**_.cookie | 什么值得买 cookie 信息 |

## 获取方式
## 获取方式一

<Steps>

Expand All @@ -85,3 +85,23 @@ import { Steps } from 'nextra/components'
### 抓包获取 cookie,APP 抓包教程请自行百度。

</Steps>

## 获取方式二

<Steps>

### 进入[什么值得买](https://www.smzdm.com/)

### 打开开发者工具

`F12` 打开开发者工具,刷新页面

### 点击 Network 标签

### 选择 Doc 标签

### 选中 www.smzdm.com

### 下滑找到 cookie 全选复制即可

</Steps>

0 comments on commit 0c902e1

Please sign in to comment.