From 3573c68120e96b0ca951d13d5156449a108504bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Thu, 1 Dec 2022 11:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20get=20cookies=20help=20?= =?UTF-8?q?message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/cookies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/cookies.py b/plugins/genshin/cookies.py index cdeecd08..c613ac22 100644 --- a/plugins/genshin/cookies.py +++ b/plugins/genshin/cookies.py @@ -159,7 +159,7 @@ class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation): "PC:\n" f"1、打开 {bbs_name} 并登录\n" "2、按F12打开开发者工具\n" - "3、将开发者工具切换至网络(Network)并🎨 Update help message点击过滤栏中的文档(Document)并刷新页面\n" + "3、将开发者工具切换至网络(Network)并点击过滤栏中的文档(Document)并刷新页面\n" "4、在请求列表找到 /ys 并点击\n" "5、找到并复制请求标头(Request Headers)中的Cookie\n" "如发现没有请求标头(Request Headers)大概因为缓存的存在需要你点击禁用缓存(Disable Cache)再次刷新页面"