From a4360a1968fe63440172cb8651c466ab87f1027d Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 11 Jul 2021 21:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=92cdle=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Conf/Qinglong/config.sample.sh | 15 ++++++++++++++- Conf/Readme.md | 23 +++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/Conf/Qinglong/config.sample.sh b/Conf/Qinglong/config.sample.sh index 8ff5753..ba75445 100644 --- a/Conf/Qinglong/config.sample.sh +++ b/Conf/Qinglong/config.sample.sh @@ -455,4 +455,17 @@ export summer_movement_HelpHelpHelpFlag="false" ##是否只执行邀请助力 tr ### 可以设置13点执行一下脚本 if [ $(date "+%H") -eq 13 ]; then export summer_movement_HelpHelpHelpFlag="true" -fi \ No newline at end of file +fi + +# cdle 环境变量 +## 签到领现金兑换 +### 需要填写exchangeAccounts参数,兑换多少取决于app内显示,默认为所有账号兑换10红包,部分账号会出现参数错误的提示。 +### 填写 pt_pin@金额,pt_pin为用户名,可以在 COOKIES 中提取;金额为 2 或 10,例如 LiLei@2 或 HanMeimei@10。多值用 & 连接,例如 LiLei@2&HanMeimei@10 +export exchangeAccounts="pt_pin1@2" ##抢2元红包 +##export exchangeAccounts="pt_pin2@10" ##抢10元红包,比较难兑 +## 全民运动会守卫红包 +### 助力码,需手动抓包 +export olympicgames_inviteId="" +## 愤怒的锦鲤 +### 高速并发请求,专治偷助力。在kois环境变量中填入需要助力的pt_pin,有多个请用@符号连接 +export kois="pt_pin1@pt_pin2" \ No newline at end of file diff --git a/Conf/Readme.md b/Conf/Readme.md index 6954e52..4d205a2 100644 --- a/Conf/Readme.md +++ b/Conf/Readme.md @@ -449,6 +449,29 @@ fi ``` +## cdle 环境变量 + +``` +## 签到领现金兑换 +### 需要填写exchangeAccounts参数,兑换多少取决于app内显示,默认为所有账号兑换10红包,部分账号会出现参数错误的提示。 +### 填写 pt_pin@金额,pt_pin为用户名,可以在 COOKIES 中提取;金额为 2 或 10,例如 LiLei@2 或 HanMeimei@10。多值用 & 连接,例如 LiLei@2&HanMeimei@10 +export exchangeAccounts="pt_pin1@2" ##抢2元红包 +##export exchangeAccounts="pt_pin2@10" ##抢10元红包,比较难兑 +``` + +``` +## 全民运动会守卫红包 +### 助力码,需手动抓包 +export olympicgames_inviteId="" +``` + +``` +## 愤怒的锦鲤 +### 高速并发请求,专治偷助力。在kois环境变量中填入需要助力的pt_pin,有多个请用@符号连接 +export kois="pt_pin1@pt_pin2" +``` + + ## 通知类环境变量 ```