🍒curtinlv env

This commit is contained in:
Leon 2021-06-26 17:33:53 +08:00 committed by GitHub
parent ed7f49697e
commit a91c2cdd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,8 +238,18 @@ export inviter=""
## 签到领现金添加变量方式
自行添加变量设置邀请码 格式如下 默认10个
export cashinviteCode=""
# 哪些 cookie 需要入会和关注店铺,数字代表青龙 【Session管理】中的序号
export OpenCardUserList=(1 2 3 4 5 6 7 8 9 10)
# 这里也可以添加 OpenCard 的相应配置语法如下
# 关闭记忆功能
export memory=False
## 入会开卡
### int入会送豆满足此值否则不入会
export openCardBean=30
### 布尔值是否记录符合条件的shopid(默认True)
export record=true
### 布尔值, True:仅记录,不入会(默认False)
export onlyrecord=false
### 布尔值,开启记忆功能,接力上一次异常中断位置继续。(默认yes)
export memory=true
### 布尔值True只打印部分日志 False:打印所有日志
export printlog=true
### Float限制速度单位秒如果请求过快报错适当调整0.5秒以上
export sleepNum=0.5
### 布尔值True:使用作者远程仓库更新的idFalse使用本地shopid.txt的id
export isRemoteSid=true