From 7fd69670909e256b0963446ba992932f768c0d2b Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Mon, 18 Jul 2022 15:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=AE=9A=E6=8C=96=E5=9D=91(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setting.py | 6 ++++++ tears_of_themis.py => tearsofthemis.py | 0 2 files changed, 6 insertions(+) rename tears_of_themis.py => tearsofthemis.py (100%) diff --git a/setting.py b/setting.py index 7497d00..579d63b 100644 --- a/setting.py +++ b/setting.py @@ -98,6 +98,12 @@ honkai3rd_Act_id = "ea20211026151532" honkai3rd_Is_signurl = web_Api + "/common/eutheniav2/index?act_id={}®ion={}&uid={}" honkai3rd_SignUrl = web_Api + "/common/eutheniav2/sign" +# 未定事件簿自动签到相关设置 +tearsofthemis_Act_id = "e202202251749321" +tearsofthemis_checkin_rewards = f'{web_Api}/event/luna/home?lang=zh-cn&act_id={tearsofthemis_Act_id}' +tearsofthemis_Is_signurl = honkai2_Is_signurl +tearsofthemis_Sign_url = honkai2_Sign_url # 和二崩完全一致 + # 原神自动签到相关的设置 genshin_Act_id = "e202009291139501" genshin_checkin_rewards = f'{web_Api}/event/bbs_sign_reward/home?act_id={genshin_Act_id}' diff --git a/tears_of_themis.py b/tearsofthemis.py similarity index 100% rename from tears_of_themis.py rename to tearsofthemis.py