From 4d67904118c1870320096bfc99b212e155b0e8ee 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, 24 Nov 2022 11:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20help=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/cookies.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/genshin/cookies.py b/plugins/genshin/cookies.py index 08dd9451..4efca50d 100644 --- a/plugins/genshin/cookies.py +++ b/plugins/genshin/cookies.py @@ -135,8 +135,9 @@ class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation): "iOS:\n" "1、在App Store上安装Web Inspector,并在iOS设置- Safari浏览器-扩展-允许这些扩展下找到Web Inspector-打开,允许所有网站\n" f"2、通过 Safari 打开 {bbs_name} 并登录\n" - "3、点击地址栏左侧的大小按钮 - Web Inspector扩展 - console - 点击下方文本框复制下方代码粘贴:" + "3、点击地址栏左侧的大小按钮 - Web Inspector扩展 - Console - 点击下方文本框复制下方代码粘贴:" f"
{javascript}
" + "4、点击Console下的Execute" ) await message.reply_html(help_message, disable_web_page_preview=True) return INPUT_COOKIES