Skip to content

Commit 13abb98

Browse files
committed
Update README.zh.md
1 parent 9c49acd commit 13abb98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const { session } = remote
102102

103103
> 接口中标注 `必须使用Cookie` 时,即必须携带上述两项 Cookie 进行网络请求才能获取到数据;接口中标注 `可以不使用Cookie` 时,即携带上述两项 Cookie 进行网络请求才能获取到完整数据(表项中带有 * 的需要携带 Cookie 才能正常获取);无标注即为普通的网络请求,不需要携带 Cookie 也能正常获取到完整数据。
104104
105-
### 用户状态[^必须使用Cookie]
105+
### 用户状态 <sup>必须使用Cookie</sup>
106106

107107
```javascript
108108
const $leetcode = new $Leetcode()
@@ -146,7 +146,7 @@ const $leetcode = new $Leetcode()
146146
| userStatus.userSlug | String | 用户标签 |
147147
| userStatus.username | String | 用户名 |
148148

149-
### 题目集合[^可以不使用Cookie]
149+
### 题目集合 <sup>可以不使用Cookie</sup>
150150

151151
```javascript
152152
const $leetcode = new $Leetcode()
@@ -209,7 +209,7 @@ const $leetcode = new $Leetcode()
209209
| problemsetQuestionList.questions.topicTags.slug | String | 话题标题 |
210210
| problemsetQuestionList.total | Number | 题目总数 |
211211

212-
### 题目详情[^可以不使用Cookie]
212+
### 题目详情 <sup>可以不使用Cookie</sup>
213213

214214
```javascript
215215
const $leetcode = new $Leetcode()

0 commit comments

Comments
 (0)