From 3fe12008a300a46ce14b4af0f064ceec13e58041 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9E=E7=BB=AD=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=E5=92=8C=E7=B4=AF=E8=AE=A1=E7=AD=BE=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/uaw_daily_sign.json | 44 ++++++++++++++----------------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/configs/uaw_daily_sign.json b/configs/uaw_daily_sign.json index 4fdeac8..10fb3fe 100644 --- a/configs/uaw_daily_sign.json +++ b/configs/uaw_daily_sign.json @@ -1,50 +1,38 @@ { "total_sign": [ { - "days": 2, - "reward": 1 + "days": 5, + "reward": 2 }, { - "days": 3, - "reward": 4 + "days": 10, + "reward": 3 }, { - "days": 4, + "days": 20, "reward": 5 }, { - "days": 5, - "reward": 6 - }, - { - "days": 7, - "reward": 7 + "days": 30, + "reward": 10 } ], "sequential_sign": [ - { - "days": 2, - "reward": 1 - }, { "days": 3, "reward": 1 }, - { - "days": 4, - "reward": 1 - }, - { - "days": 5, - "reward": 1 - }, - { - "days": 6, - "reward": 1 - }, { "days": 7, - "reward": 1 + "reward": 2 + }, + { + "days": 15, + "reward": 4 + }, + { + "days": 30, + "reward": 8 } ] }