From df1c00a0dd9ed4bfb64af993cc7023bf5c1b6218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Wed, 15 Mar 2023 23:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20unexpected=20end=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/account/cookies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/account/cookies.py b/plugins/account/cookies.py index 8727076..9aa3315 100644 --- a/plugins/account/cookies.py +++ b/plugins/account/cookies.py @@ -141,7 +141,7 @@ class AccountCookiesPlugin(Plugin.Conversation): "关于如何获取Cookies\n" "现在因为网站HttpOnly策略无法通过脚本获取,因此操作只能在PC上运行。\n\n" "PC:\n" - "1、打开通行证社区并登录\n" + "1、打开通行证社区并登录\n" "2、进入通行证按F12打开开发者工具\n" "3、将开发者工具切换至网络(Network)并点击过滤栏中的文档(Document)并刷新页面\n" "4、在请求列表中选择第一个并点击\n"