Skip to content

Commit f952219

Browse files
committed
docs: fix new line
1 parent 5c4974f commit f952219

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ There are three ways to make cookies available to `leetgo`:
324324
```
325325

326326
> [!TIP]
327-
> You can specify which browser to read cookies from, e.g. `browsers: [chrome]`.
328-
> You can specify multiple authentication methods, `leetgo` will try them in order, e.g. `from: [browser, cookies]`.
329-
> You can put all the environment variables in a `.env` file in the project's root directory, `leetgo` will automatically read them.
327+
> You can specify which browser to read cookies from, e.g. `browsers: [chrome]`.
328+
> You can specify multiple authentication methods, `leetgo` will try them in order, e.g. `from: [browser, cookies]`.
329+
> You can put all the environment variables in a `.env` file in the project's root directory, `leetgo` will automatically read them.
330330

331331
> [!NOTE]
332332
> Password authentication is not recommended, and it is not supported by `leetcode.com`.

Diff for: README_zh.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ editor:
320320
```
321321

322322
> [!TIP]
323-
> 你可以指定读取哪个浏览器的 Cookie,比如 `browsers: [chrome]`。
324-
> 你可以指定多种方式,`leetgo` 会按照顺序尝试,比如 `from: [browser, cookies]`。
325-
> 你可以将 `LEETCODE_XXX` 等环境变量放到项目根目录的 `.env` 文件中,`leetgo` 会自动读取这个文件。
323+
> 你可以指定读取哪个浏览器的 Cookie,比如 `browsers: [chrome]`。
324+
> 你可以指定多种方式,`leetgo` 会按照顺序尝试,比如 `from: [browser, cookies]`。
325+
> 你可以将 `LEETCODE_XXX` 等环境变量放到项目根目录的 `.env` 文件中,`leetgo` 会自动读取这个文件。
326326

327327
> [!NOTE]
328328
> 不推荐使用用户名密码的认证方式, 而且 `leetcode.com` (美国站) 也不支持用户名密码登录.

0 commit comments

Comments
 (0)