From 352c52404534adb1894c547cd31f03f9f7bddb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=B8=E1=B6=9C=CA=B3=CA=B8?= <25002259+Lcry@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:47:45 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8a066f..ea81292 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # a-sheep-assistant -羊了个羊助手,当前版本:`V2022.0.0Beta` +羊了个羊助手,当前版本:`V2022.0.1Beta` ### 介绍 @@ -30,8 +30,8 @@ pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple "header_t": "eyxxxxxxxxx.xxxx", # 获取到的header中的user-agent值 "header_user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.33", - # 设定的完成耗时,单位s,默认5分钟 - "cost_time": 300, + # 设定的完成耗时,单位s,默认-1随机表示随机生成1s~1h之内的随机数,设置为正数则为固定 + "cost_time": -1, # 需要通关的次数,默认1 "cycle_count": 1 ```