diff --git a/README.md b/README.md index 9749c63b..5d1d6fc2 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ There are three ways to make cookies available to `leetgo`: from: password ``` -> **Note** +> [!NOTE] > Password authentication is not recommended, and it is not supported by `leetcode.com`. ## Advanced Usage diff --git a/README_zh.md b/README_zh.md index 6df8810a..d8b11b78 100644 --- a/README_zh.md +++ b/README_zh.md @@ -297,7 +297,8 @@ editor: from: password ``` -**注意**: 不推荐使用用户名密码的认证方式, 而且 `leetcode.com` (美国站) 也不支持用户名密码登录. +> [!NOTE] +> 不推荐使用用户名密码的认证方式, 而且 `leetcode.com` (美国站) 也不支持用户名密码登录. ## 进阶用法