From c5f972673203bc77af9806c77a55b0432c1d1cab Mon Sep 17 00:00:00 2001 From: "Issues Docs [BOT]" Date: Fri, 16 Jan 2026 03:52:03 +0000 Subject: [PATCH] =?UTF-8?q?Auto-Generate=20docs=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/issues/688.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/issues/688.md b/docs/issues/688.md index 527a33c..e0ce4e0 100644 --- a/docs/issues/688.md +++ b/docs/issues/688.md @@ -4,17 +4,20 @@ title: 使用cookie登陆 # 使用cookie登陆 +> 使用 cookie 登录可以不需要填账号密码 + +## 步骤 + 1. 在电脑上使用 Chrome 浏览器登录小米账号官网 👉 2. 按 `F12` 打开网络工具,点击 `Network` 标签页。 3. 点击左上角小圆点使其变红色。 4. 按 `F5` 刷新页面。 5. 在过滤框里输入 `account?` 过滤出下面的连接,点击连接查看 `cookie` ,复制完整的 `cookie` 值。需要确保复制的 `cookie` 中有 `userId` 和 `passToken` 两个值。 - - -Image - 6. 粘贴到设置页面。 +## 步骤截图 + +Image Image